notch filter using butter

2 Ansichten (letzte 30 Tage)
Deep Tayal
Deep Tayal am 11 Okt. 2013
Beantwortet: Honglei Chen am 14 Okt. 2013
>> [z p k] = butter(10, [55 65]./(fs/2), 'stop'); >> [sos,g]=zp2sos(z,p,k); >> h=dfilt.df2sos(sos,g); >> fvtool(h);
how do apply this to my signal...
  1 Kommentar
Jonathan LeSage
Jonathan LeSage am 14 Okt. 2013
Could you provide more information on what you are trying to accomplish? Are you just trying to filter a signal in the MATLAB environment?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Honglei Chen
Honglei Chen am 14 Okt. 2013
If your signal is x, just do
y = filter(h,x)

Kategorien

Mehr zu Signal Processing Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by