資源簡(jiǎn)介
人耳濾波器
Gammatone帶通濾波器
代碼片段和文件信息
function?[?dataOut?]?=?gammatone(?dataInfsfi?)
%GAMMATONE?Summary?of?this?function?goes?here
%???Detailed?explanation?goes?here
%?fi?:?中心頻率
%?fs?:?采樣頻率
%?damorn?2014/5
[NsMs]?=?size(dataIn);
bi?=?1.019*24.7*(4.37*fi/1000+1);
N?=?1024;
t?=?[0:N-1]/fs;
h?=?t.^3.*exp(-2*pi*bi*t).*cos(2*pi*fi*t+0);
dataOut?=?zeros(Ns+N-1Ms);
for?i?=?1:Ms
dataOut(:i)?=?conv(hdataIn(:i));
end
dataOut?=?dataOut/max(max(dataOut));
%sound(datafs);
end
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件?????????467??2014-05-12?21:55??readme.txt
?????文件?????????467??2014-05-12?21:52??gammatone.m
評(píng)論
共有 條評(píng)論