How to fft and filter some data and do ifft
10 次查看(过去 30 天)
显示 更早的评论
Hello, I have two set of data 1.time 2.amplitude of the time domain.. I would like to do fft with respect to time and amplitude and remove some frequency and then do ifft
1.fft (time,amplitude) 2.remove some frequency 3.ifft after removing the signal. please let me know how to do....
Thanks in advance...
0 个评论
回答(3 个)
Joseph Cheng
2014-7-15
basically look up the fft documentation. They have examples on how to do the FFT and iFFT. If you need to remove some frequency just zero out the data at the frequency you desire.
Pavan Kumar Moturu
2015-3-16
Hi Yogesh,
Did you find any solution for the task?
Regards Pavan Moturu
0 个评论
Hsu Ping
2017-1-12
Hello,
I would like to know how to do fft/remove some frequency/ifft? Could you provide any example?
1.fft (time,amplitude) 2.remove some frequency 3.ifft after removing the signal. please let me know how to do....
Thanks in advance...
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!