Noise Detection in audio signal -


i have 1 min clip of audio signal sampled @ 44.1khz. spectrogram of same provided below. enter image description here

there of background noise in clip

the link original clip provided here

what best possible way either a) reduce background noise or b) enhance speech signals only.

also, how can noise identified in spectrogram? generating spectrogram have used following commands

[x, fs] = wavread('cpp_part.wav'); spectrogram(x,512,400,512,fs,'yaxis'); 


Comments

Popular posts from this blog

qml - Is it possible to implement SystemTrayIcon functionality in Qt Quick application -

double exclamation marks in haskell -

javascript - How to get D3 Tree link text to transition smoothly? -