B,A parameters in Shelving Filter design
Show older comments
Thank you in advance for your attention.
I guess that my question is quite easy but I just want to make sure that I am right...
I am trying to implement a shelving filter, and I have found a matlab command on the internet which does exactly what I need.
The problem is that my matlab release, 7.12 doesn´t recognize this command and I dont know what´s going on...
I know that other commands such as fdesign generates all kind of filters... but I need to get B and A coefficients of the filter specified.
Regards,
Luis.
5 Comments
Amith Kamath
on 14 Jan 2013
Going through the code in the link you've provided, it doesn't look like there is any function that could be Matlab version dependent. Could you please also include what error message you get when you run the code?
Luis Gomez
on 15 Jan 2013
Walter Roberson
on 15 Jan 2013
Did you download the code from that link, and put it in a directory that is on your MATLAB path? You can use pathtool to adjust your MATLAB path.
Luis Gomez
on 15 Jan 2013
John
on 4 May 2014
Hello guys does anyone know what K = tan((pi * fc)/fs); (its in the code of shleving filter) thangs
Answers (1)
John
on 4 May 2014
0 votes
Hello guys does anyone know what K = tan((pi * fc)/fs); (its in the code of shleving filter) thangs
Categories
Find more on Filter Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!