필터 지우기
필터 지우기

How to filter a signal that have the same frequency with the noise?

조회 수: 4 (최근 30일)
arina octave
arina octave 2016년 1월 27일
댓글: Star Strider 2016년 1월 28일
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.

답변 (1개)

Star Strider
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
arina octave
arina octave 2016년 1월 28일
Thank you, Star Strider. I've fixed the input signal, so I have a 16kHz audio signal with a 22050 Hz white noise. What about filtering this wav file? I guess I can filter this signal by using fdesign.lowpass(SPEC) function. But the problem is I don't really understand about determining the SPEC. Could you help me?
Star Strider
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 CenterFile Exchange에서 Filter Design에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by