代码搜索:Normalized

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

代码结果 4,216
www.eeworm.com/read/194516/8191448

m anaask.m

function [y,am]=anaask(N,Ncomp,f0); %ANAASK Amplitude Shift Keying (ASK) signal. % [Y,AM]=ANAASK(N,NCOMP,F0) returns a complex amplitude % modulated signal of normalized frequency F0, with a uniforml
www.eeworm.com/read/202876/15370687

m normalize.m

function [xn] = normalize(x_kk,fc,cc,kc,alpha_c) %normalize % %[xn] = normalize(x_kk,fc,cc,kc,alpha_c) % %Computes the normalized coordinates xn given the pixel coordinates x_kk %and the intri
www.eeworm.com/read/372550/9503867

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/372550/9503936

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/365161/9876543

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/365161/9876574

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/168118/9937625

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
www.eeworm.com/read/159921/10588351

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/421949/10677015

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/467759/7000706

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 %