07 2017 档案

摘要:1. 软件使用Matlab 或者 免费的Matlab 》Octave 2. supervisor learning learning theory Reinforcement learning 阅读全文
posted @ 2017-07-24 22:51 Daniel_Lu 阅读(385) 评论(0) 推荐(0)
摘要:[b,f,t]=specgram(data,nfft,Fs,window,numoverlap); imagesc(t,f,20 log10(abs(b))), axis xy, colormap(jet); % 画时频图 其中: % nfft是fft的长度,越长的话,频域分辨率越高,但是,对于语音 阅读全文
posted @ 2017-07-14 09:48 Daniel_Lu 阅读(4868) 评论(0) 推荐(0)