Speech-enhancement icon indicating copy to clipboard operation
Speech-enhancement copied to clipboard

is there a sample rate problem in make_train_noisy.m?

Open yansd-c opened this issue 6 years ago • 3 comments

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);

yansd-c avatar Nov 14 '18 06:11 yansd-c

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.

jtkim-kaist avatar Dec 14 '18 07:12 jtkim-kaist

Dear, The func v_addnoise

exists in the matlab ?

Or could you please share the source code ?

Thx

ucasiggcas avatar Jun 17 '19 12:06 ucasiggcas

    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.

jtkim-kaist avatar Jun 17 '19 14:06 jtkim-kaist