This is the firt time to learn program in matlab. And now I get a problem . I want to design a IIR butterworth low pass filter, order 10 and cutoff frequency pi/2. How should I start the problem or what kind of function shoud I use .
Can anyone give me some suggestions ? Thanks very much!

 Réponse acceptée

Wayne King
Wayne King le 13 Juin 2012

1 vote

Have you read the reference page for butter.m?
[B,A] = butter(10,1/2);
% Visualize filter
fvtool(B,A)

3 commentaires

Qifei
Qifei le 13 Juin 2012
not yet .. where is it? could you please give me the link? thanks for your advice .
Wayne King
Wayne King le 13 Juin 2012
>>doc butter
Walter Roberson
Walter Roberson le 13 Juin 2012
http://www.mathworks.com/help/toolbox/signal/ref/butter.html

Connectez-vous pour commenter.

Plus de réponses (1)

Community Treasure Hunt

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

Start Hunting!

Translated by