How to convert from time domain to frequency domain?

1 回表示 (過去 30 日間)
MatlabGirl
MatlabGirl 2014 年 12 月 7 日
コメント済み: MatlabGirl 2014 年 12 月 7 日
I have this filter:
filter_2 = firceqrip(2,0.6,[0.05 0.03]);
I want to convert it to the frequency domain to multiply it by a signal (i.e filter in the frequency domain)

採用された回答

Image Analyst
Image Analyst 2014 年 12 月 7 日
Call fft() or pwelch().
  5 件のコメント
Image Analyst
Image Analyst 2014 年 12 月 7 日
But you're not filtering an impulse with filter_2 are you? You're filtering a signal with a filter, filter_2.
MatlabGirl
MatlabGirl 2014 年 12 月 7 日
I see. thank you :)

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSmoothing and Denoising についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by