91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 4KB
    文件類型: .m
    金幣: 2
    下載: 1 次
    發(fā)布日期: 2021-06-17
  • 語言: Matlab
  • 標簽: melbankm.m??

資源簡介

melbankm的matlab代碼源文件。有需要自取

資源截圖

代碼片段和文件信息


function?[xmnmx]=melbankm(pnfsflfhw)??
%MELBANKM?determine?matrix?for?a?mel-spaced?filterbank?[XMNMX]=(PNFSFLFHW)??
%??
%?Inputs:???p???number?of?filters?in?filterbank??
%???????n???length?of?fft??
%???????fs??sample?rate?in?Hz??
%???????fl??low?end?of?the?lowest?filter?as?a?fraction?of?fs?(default?=?0)??
%???????fh??high?end?of?highest?filter?as?a?fraction?of?fs?(default?=?0.5)??
%???????w???any?sensible?combination?of?the?following:??
%?????????????‘t‘??triangular?shaped?filters?in?mel?domain?(default)??
%?????????????‘n‘??hanning?shaped?filters?in?mel?domain??
%?????????????‘m‘??hamming?shaped?filters?in?mel?domain??
%??
%?????????????‘z‘??highest?and?lowest?filters?taper?down?to?zero?(default)??
%?????????????‘y‘??lowest?filter?remains?at?1?down?to?0?frequency?and??
%??????????????highest?filter?remains?at?1?up?to?nyquist?freqency??
%??
%??????????????If?‘ty‘?or?‘ny‘?is?specified?the?total?power?in?the?fft?is?preserved.??
%??
%?Outputs:??x?????a?sparse?matrix?containing?the?filterbank?amplitudes??
%?????????????If?x?is?the?only?output?argument?then?size(x)=[p1+floor(n/2)]??
%?????????????otherwise?size(x)=[pmx-mn+1]??
%???????mn???the?lowest?fft?bin?with?a?non-zero?coefficient??
%???????mx???the?highest?fft?bin?with?a?non-zero?coefficient??
%??
%?Usage:????f=fft(s);???????????f=fft(s);??
%???????x=melbankm(pnfs);?????[xnanb]=melbankm(pnfs);??
%???????n2=1+floor(n/2);????????z=log(x*(f(na:nb)).*conj(f(na:nb)));??
%???????z=log(x*abs(f(1:n2)).^2);??
%???????c=dct(z);?c(1)=[];??
%??
%?To?plot?filterbanks?e.g.??plot(melbankm(202568000)‘)??
%??
??
??
%??????Copyright?(C)?Mike?Brookes?1997??
%??
%??????Last?modified?Tue?May?12?16:15:28?1998??
%??
%???VOICEBOX?home?page:?http://www.ee.ic.ac.uk/hp/staff/dmb/voicebox/voicebox.html??
%??
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

評論

共有 條評論

相關(guān)資源