代码搜索:Normalized

找到约 4,216 项符合「Normalized」的源代码

代码结果 4,216
www.eeworm.com/read/393518/8280686

m lpcss2zz.m

function zz=lpcss2zz(ss) %LPCSS2ZZ Convert s-place poles to z-plane poles ZZ=(SS) %the s-plane is in units of Normalized Hz and so the imaginary part % of each ss() value is in the range +-0.5 %
www.eeworm.com/read/393518/8281146

m lpczz2ss.m

function ss=lpczz2ss(zz) %LPCZZ2SS Convert z-place poles to s-plane poles SS=(ZZ) %the s-plane is in units of Normalized Hz and so the imaginary part % of each ss() value is in the range +-0.5 %
www.eeworm.com/read/367442/9748131

m x2pgm.m

function x2pgm(X,width,height,fname) % x2pgm(X,fname) % % X2PGM write an image from the vector X to the file fname % in the PGM format. The vector is supposed to be double % and normalized to .
www.eeworm.com/read/265721/11255542

m lpcss2zz.m

function zz=lpcss2zz(ss) %LPCSS2ZZ Convert s-place poles to z-plane poles ZZ=(SS) %the s-plane is in units of Normalized Hz and so the imaginary part % of each ss() value is in the range +-0.5 %
www.eeworm.com/read/265721/11255768

m lpczz2ss.m

function ss=lpczz2ss(zz) %LPCZZ2SS Convert z-place poles to s-plane poles SS=(ZZ) %the s-plane is in units of Normalized Hz and so the imaginary part % of each ss() value is in the range +-0.5 %
www.eeworm.com/read/134895/13971387

m lpczz2ss.m

function ss=lpczz2ss(zz) %LPCZZ2SS Convert z-place poles to s-plane poles SS=(ZZ) %the s-plane is in units of Normalized Hz and so the imaginary part % of each ss() value is in the range +-0.5 %
www.eeworm.com/read/134895/13971461

m lpcss2zz.m

function zz=lpcss2zz(ss) %LPCSS2ZZ Convert s-place poles to z-plane poles ZZ=(SS) %the s-plane is in units of Normalized Hz and so the imaginary part % of each ss() value is in the range +-0.5 %
www.eeworm.com/read/134895/13971554

txt lpczz2ss.txt

function ss=lpczz2ss(zz) %LPCZZ2SS Convert z-place poles to s-plane poles SS=(ZZ) %the s-plane is in units of Normalized Hz and so the imaginary part % of each ss() value is in the range +-0.5 %
www.eeworm.com/read/134895/13971639

txt lpcss2zz.txt

function zz=lpcss2zz(ss) %LPCSS2ZZ Convert s-place poles to z-plane poles ZZ=(SS) %the s-plane is in units of Normalized Hz and so the imaginary part % of each ss() value is in the range +-0.5 %
www.eeworm.com/read/235612/14060681

m ccorr.m

function a = ccorr(v,u,n,flag) % a=ccorr(v,u,n,flag) % a=ccorr(v,u,n) % % CCORR computes 2*n+1 lags of the cross correlation (normalized) % of the v with u. The zeroth lag is a(n+1) % % v= input ve