フィルターのクリア

Matlab filter into simulink filter

2 ビュー (過去 30 日間)
Marek Andrzej
Marek Andrzej 2016 年 10 月 18 日
コメント済み: Marek Andrzej 2016 年 10 月 19 日
I have a filter like this:
dd= fdesign.lowpass('Fp,Fst,Ap,Ast',2000/50e3,2500/50e3,1,25);
%designmethods(d);
d_LPF = design(dd,'butter');
%fvtool(d_LPF)
data_LPF=filter(d_LPF,data_hil_abs);
How do I obtain same thing in simulink?

採用された回答

Honglei Chen
Honglei Chen 2016 年 10 月 19 日
You can consider using
realizemdl(d_LPF)
and then pass the signal through the generated filter. The doc can be found at
HTH
  1 件のコメント
Marek Andrzej
Marek Andrzej 2016 年 10 月 19 日
Thank you very much! Super useful tool btw

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

その他の回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by