funcwj/cgmm-mask-estimator

rfft()

Closed this issue · 1 comments

cgmm_mask_estimate.m

37 ...
38 spectrums(:, :, c) = rfft(frames_padding, fft_length, 2);
39 ...

end

It seems that the function rfft() is not a valid function of Matlab in line 38 of the cgmm_mask_estimate.m file.

Install voicebox first.