IRM-based-Speech-Enhancement-using-LSTM
IRM-based-Speech-Enhancement-using-LSTM copied to clipboard
这个IRM的计算方式不太对吧
应该是np.sqrt(clean_mag ** 2 / (clean_mag2 + noise_mag 2))吧
i think irm = clean_mag / noisy_mag is also right,is that ture ? this calculate method will got value bigger than 1 ,so it is not good