d = fdesign.lo​wpass('Fp,​Fst,Ap,Ast​',1,3,0.5,​40,60);

1 回表示 (過去 30 日間)
suresh
suresh 2012 年 5 月 29 日
コメント済み: nam bui 2021 年 2 月 10 日
d = fdesign.lowpass('Fp,Fst,Ap,Ast',1,3,0.5,40,60);
sir, please tell me what is 1,3,0.5,40,60 im assuming that here 60 is sampling frequency please describe other parameters

採用された回答

Wayne King
Wayne King 2012 年 5 月 29 日
d = fdesign.lowpass('Fp,Fst,Ap,Ast',1,3,0.5,40,60);
  1. 1 is the passband frequency
  2. 3 is the stopband frequency so the region between 1 and 3 Hz is a transition region
  3. 0.5 is the passband ripple in dB
  4. 40 is the amount of stopband attentuation you want in dB
  5. 60 is the sampling frequency
  1 件のコメント
nam bui
nam bui 2021 年 2 月 10 日
Hello,
how can you apply a cut off frequency with this command?
d = fdesign.lowpass('Fp,Fst,Ap,Ast',1,3,0.5,40,60);

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

その他の回答 (1 件)

manikanta dachepalli
manikanta dachepalli 2020 年 9 月 12 日
how to find pass band ripple

カテゴリ

Help Center および File ExchangeGet Started with DSP System Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by