フィルターのクリア

how can i filtering white gaussian noise using shaping filter H(f)

10 ビュー (過去 30 日間)
Good mind
Good mind 2017 年 4 月 16 日
コメント済み: Star Strider 2017 年 4 月 19 日
i want filtering white gaussian noise using shaping filter h(f). what is the function of shaping filter in matlab

採用された回答

Star Strider
Star Strider 2017 年 4 月 16 日
Define the filter as a designfilt object (if you use designfilt), as numerator and denominator polynomials, or preferably a second-order-section and gain matrix, then use the filtfilt function to filter it, as you would any other signal. Your filter will pass the selected random-amplitude values in the frequency spectrum you specify for the filter. You can see the results if you do a fft (link) on the output of the filter.
  6 件のコメント
Good mind
Good mind 2017 年 4 月 19 日
thank you very very much sir.
Star Strider
Star Strider 2017 年 4 月 19 日
My pleasure.

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

その他の回答 (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