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!