필터 지우기
필터 지우기

I'm using MATLAB 2008, and I have looked at some tutorials online about a Butterworth filter. Does MATLAB 2008 have this function?

조회 수: 1 (최근 30일)
It does not seem to have it since I typed 'help butter' into the command window and it said function not found. Is there another way to use a butterworth filter in 2008 rather than get a new version of MATLAB?

답변 (1개)

Thomas
Thomas 2012년 7월 11일
편집: Thomas 2012년 7월 11일
The Butterworth IIR filter design using specification object function 'butter' is not part of MATLAB core but the Signal processing toolbox (IF I remember it right)
You need to have the toolbox to use the ver function
>> ver
to see what toolboxes you have installed.
If you have the signal processing toolbox then you might want to see if it can find the function
>> which butter

카테고리

Help CenterFile Exchange에서 Filter Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by