Speech-Denoising icon indicating copy to clipboard operation
Speech-Denoising copied to clipboard

Contains all MATLAB programs related to my undergraduate thesis - Kalman Filter in Speech Enhancement

Results 3 Speech-Denoising issues
Sort by recently updated
recently updated
newest added

The varQ version works, but the tuned one doesn't: Improper assignment with rectangular empty matrix. Error in cmi_tuned_kalman_speech (line 81) [nq_nom,J1_Q2(i)]=intersections(nq,J1,nq,J2); how to fix? thanks!

Hello! Could you please explain how to run it correctly and link it. what folder hierarchy to create to run Where to extract, what add e.t.c Thank you in advance,...

https://github.com/orchidas/Speech-Denoising/blob/f2b227d2a4f04dc8710e9ec0cdf1549ea39312bd/cmi_tuned_kalman_speech.m#L20 this line should be totseg=ceil((length(y)-overlap)/(l-overlap)); The original line would in some cases count an extra frame, which would lead to an array overflow error.