[問題] 關於TOOLBOX裡的VOICEBOX已回收

看板MATLAB作者 (想打5子棋請約~QQ)時間15年前 (2010/07/01 20:52), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
不才無能 最近載了VOICEBOX 裡面有個estnoisem檔 是透過 minimum statistics追蹤最小值的function but 不才研究了兩天 還沒摸透澈 敢問有大大有用過此function的嗎? 能否指導不才的迷津 function [x,zo,xs]=estnoisem(yf,tz,pp) % Inputs: % yf input power spectra (one row per frame) % tz frame increment in seconds % Alternatively, the input state from a previous call (see below) % pp algorithm parameters [optional] % % Outputs: % x estimated noise power spectra (one row per frame) % zo output state % xs estimated std error of x (one row per frame) % xs seems often to be an underestimate by a factor of 2 or 3 已上是function以及function的注解~"~ 以下是註解裡給的例子 % Example use: y=enframe(s,w,ni); % divide speech signal s(n) into % % overlapping frames using window w(n) % yf=rfft(y,nf,2); % take fourier transform % dp=estnoisem(yf.*conj(yf),tinc); % estimate the noise -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.124.43.28
文章代碼(AID): #1CB8-b-P (MATLAB)