How to convert from time domain to frequency domain?

2 次查看(过去 30 天)
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.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Matched Filter and Ambiguity Function 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by