フィルターのクリア

notch filter using butter

4 ビュー (過去 30 日間)
Deep Tayal
Deep Tayal 2013 年 10 月 11 日
回答済み: Honglei Chen 2013 年 10 月 14 日
>> [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 件のコメント
Jonathan LeSage
Jonathan LeSage 2013 年 10 月 14 日
Could you provide more information on what you are trying to accomplish? Are you just trying to filter a signal in the MATLAB environment?

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

回答 (1 件)

Honglei Chen
Honglei Chen 2013 年 10 月 14 日
If your signal is x, just do
y = filter(h,x)

カテゴリ

Help Center および File ExchangeFilter Analysis についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by