필터 지우기
필터 지우기

Bandpass Filter BPFILT-Does this function still exist?

조회 수: 5 (최근 30일)
Louise Wilson
Louise Wilson 2019년 4월 30일
댓글: Star Strider 2019년 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
Louise Wilson
Louise Wilson 2019년 4월 30일
Ah sorry-newbie :-)
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