oversubtraction corner frequency
In the matlab script specsubm.m ,which can be find in voicebox,
"oversubtraction corner frequency " is used
to compute the oversubtraction factor. The code of specsubm.m is a
program of spectral subtraction method based on minimum statistics.
% 6: fo = oversubtraction corner frequency (800): high=distortion,
low=musical
osf=po(11)*(1+(0:nw/2).'*fs/(nw*po(6))).^(-1);
...
os=zo*os+(1-zo)*(1+osf.*pn./(pn+pxn));
But in the listed literature of spectrum.m, I did not find any
information about "oversubtraction corner frequency".
Where can I find the concept about "oversubtraction corner
frequency"? How to apply it?
Regards
HyeeWang
Fnews-brouse 1.9(20180406) -- by Mizuno, MWE <mwe@ccsf.jp>
GnuPG Key ID = ECC8A735
GnuPG Key fingerprint = 9BE6 B9E9 55A5 A499 CD51 946E 9BDC 7870 ECC8 A735