Bandpass Filter BPFILT-Does this function still exist?

4 次查看(过去 30 天)
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!!

采纳的回答

Star Strider
Star Strider 2019-4-30
I can’t find it in the online documentation. If you have R21018a or later, use the bandpass (link) function.
It’s easy to design an efficient elliptical filter with ellipord, ellip, zp2sos and filter it with filtfilt.
  6 个评论
Star Strider
Star Strider 2019-4-30
No worries!
An acceptance tells others that the answer worked.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Digital and Analog Filters 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by