Bandpass Filter BPFILT-Does this function still exist?
Show older comments
I have some code that uses bpfilt to apply a bandpass filter from 10 - 100 (presumably kHz):
flo=10;
fhi=100;
fdata=bpfilt(data,flo,fhi);
It looks like bpfilt doesn't exist as a function in matlab anymore? Is that true?
From reading other posts, it could also be that I am having trouble accessing the signal processing toolbox? I have this in my apps and it is enabled but I am not sure if that is enough to access the variables. I'm a newbie!
I would be happy to do the bpfilt by other means, but not sure how.
Thanks!!
Accepted Answer
More Answers (0)
Categories
Find more on Digital Filter Analysis in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!