代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/223158/14651709
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/215197/15070782
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/215197/15070842
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/214970/15081468
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/214970/15081532
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/455463/1614201
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/326308/3472290
m waitdlg.m
function DI=waitdlg(str)
% function DI=waitdlg(str)
% 等待对话框,str为提示字符串
% 创建时间: 20051123
% Copyright 2004-2008, nostalgica
% Email:nostalgica@163.com
DI=dialog('unit','normalized','position
www.eeworm.com/read/430506/1929500
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/373460/2761934
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/194440/8193687
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