How to convert from time domain to frequency domain?
1 次查看(过去 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)
0 个评论
采纳的回答
Image Analyst
2014-12-7
Call fft() or pwelch().
5 个评论
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 Center 和 File Exchange 中查找有关 Filter Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!