Speech-enhancement
                                
                                 Speech-enhancement copied to clipboard
                                
                                    Speech-enhancement copied to clipboard
                            
                            
                            
                        is there a sample rate problem in make_train_noisy.m?
hello, thanks for the project. but is there a sample rate problem in make_train_noisy.m? in line 43 : noisy_speech = v_addnoise(speech, desired_fs, snr_list(snr_indx), 'k', noise, noise_fs); should it be noisy_speech = v_addnoise(speech, desired_fs, snr_list(snr_indx), 'k', noise, desired_fs);
noisy_speech = v_addnoise(speech, desired_fs, snr_list(snr_indx), 'k', noise, noise_fs);
the noise_fs is input sampling rate and desired_fs is the output sampling rate, therefore, it seems no problem.
Dear, The func v_addnoise
exists in the matlab ?
Or could you please share the source code ?
Thx
    p{margin-top:0;margin-bottom:0}
You can find that function from 
http://www.ee.ic.ac.uk/hp/staff/dmb/voicebox/voicebox.html
Thx.
		 Jaytee.KimSpeech Recognition Part / Research Engineer / Ph. [email protected] Corp.8F, 235, Pangyoyeok-ro, Bundang-gu,Seongnam-si, Gyeonggi-do, 13494, Korea
--------- 원본 메일 ---------
    보낸사람: Lychee Tsu <[email protected]>
    받는사람: jtkim-kaist/Speech-enhancement <[email protected]>
    
        참조: Juntae,Kim <[email protected]>, Comment <[email protected]>
    
    날짜: 19.06.17 21:06 GMT +0900
    제목: Re: [jtkim-kaist/Speech-enhancement] is there a sample rate problem in make_train_noisy.m?  (#5)
    
    
    Dear,
The func v_addnoise exists in the matlab ? Or could you please share the source code ? Thx
—You are receiving this because you commented.Reply to this email directly, view it on GitHub, or mute the thread.