Matlab Can't Access Bandpass Filter

8 ビュー (過去 30 日間)
Isaiah Egan
Isaiah Egan 2018 年 5 月 30 日
コメント済み: Star Strider 2018 年 5 月 30 日
Hi, every time I try and use certain portions of the signal toolbox, I am unable to call some functions, like 'bandpass', or any other filters. I am met with an error that reads:
Undefined function 'bandpass' for input arguments of type 'double'.
When I run:
which bandpass
It returns:
'bandpass' not found.
I have the signals toolbox installed, the bandpass file is stored in the directory '/MATLAB_R2017b.app/toolbox/signal/signal/private', I'm sure my license is still up to date, and another classmate is experiencing the same issue. I have also tried reinstalling the signals toolbox, and it was unsuccessful.
Any help is greatly appreciated, thank you!

採用された回答

Star Strider
Star Strider 2018 年 5 月 30 日
The bandpass (link) and similar functions were introduced in R2018a. It uses an elliptic filter design, so you can duplicate its design with the ellipord (link) and related functions. Remember to use the filtfilt function to do the actual filtering.
The path you found is likely to the Filter Designer App. The bandpass function is: C:\Program Files\MATLAB\R2018a\toolbox\signal\signal\bandpass.m.
  2 件のコメント
Isaiah Egan
Isaiah Egan 2018 年 5 月 30 日
Thank you, I was using R2017b. I'll update and see if that works.
Star Strider
Star Strider 2018 年 5 月 30 日
My pleasure.
It will work! I’ve used some of those filters.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDigital Filter Design についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by