Audio processing using LMS algorithm

조회 수: 9 (최근 30일)
Meysam Jahanshahi
Meysam Jahanshahi 2020년 1월 22일
댓글: Meysam Jahanshahi 2020년 1월 25일
Hello
I would be grateful if you could help me in the following issue:
I have a "Pure Speech" audio file and a "Noisy" audio file which consists of "Pure Speech" and background noise (passed through a microphone).
I need to extract the background noise (Not Speech) from the "Noisy" file using the "Pure Speech" as the reference signal.
I tried different kinds of LMS and RLS algorithm to do that, but all of these algorithms failed to extract the background noise.
It would be very helpful if you could guide me what the problem is.

답변 (1개)

Selva Karna
Selva Karna 2020년 1월 22일
Split the channel ,then apply weiner filter
  댓글 수: 1
Meysam Jahanshahi
Meysam Jahanshahi 2020년 1월 25일
thank you for your anwer.
the information of the audio files ara as below:
Noisy Audio:
NumChannels: 1
SampleRate: 48000
BitsPerSample: 24
pure Audio:
NumChannels: 1
SampleRate: 48000
BitsPerSample: 16
The only difference is bit depth. I changed the bit depth of "Noisy Audio" to 16 (as pure audio), but it did not resolve the problem.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Audio I/O and Waveform Generation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by