Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: oversubtraction corner frequency (Read 2304 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

oversubtraction corner frequency

In the matlab script specsubm.m ,which can be found 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