How to filter a signal that have the same frequency with the noise?
4 次查看(过去 30 天)
显示 更早的评论
Hi, I add a 8kHz audio wav signal with a 8kHz noise wav signal. Is it possible for me to filter the output by using low-pass, high-pass, or any other FIR filter? How to do it? Thank you.
0 个评论
回答(1 个)
Star Strider
2016-1-27
No. You can only filter out signals that are separated in frequency with FIR or IIR filters. So if you have broadband noise, you can filter out some of it but not all of it.
2 个评论
Star Strider
2016-1-28
My pleasure.
If your audio signal has an upper bandwidth of 16 KHz and you want to filter out everything above that, use a lowpass filter with a cutoff of 16-18 KHz. If you have a narrowband signal centred about 16 KHz, then do a fft of it, and design a bandpass filter that will pass your signal. You have to decide the passband frequencies depending on what information the fft gives you.
The documentation on the fdesign function will tell you more about how to use that function than I ever could. I leave that to you.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Filter Design 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!