代码搜索:Approximation

找到约 1,542 项符合「Approximation」的源代码

代码结果 1,542
www.eeworm.com/read/458161/7303068

m sampletest.m

close all; clear all; specs.v=1; specs.codingFlag=1; specs.scrambleFlag=0; specs.beta=.25; specs.scramble_flag=0; specs.OverSamp=4; b.Costas_Mu1=.001; b.Costas_Mu2=.0004; b.Time_mu1=.01; %.05 b.Time_
www.eeworm.com/read/457711/7318974

m svdimage.m

function svdimage(A,k,cmap,flag) % SVDIMAGE(A) will display the image represented % by the matrix A. It will then step through the svd % approximations to the image (starting with the rank % 1 app
www.eeworm.com/read/452284/7442644

m aplspi2.m

function ap = aplspi2(Nap,x,wp) % APLSPI2 % MATLAB m-file for ALLPASS fractional delay filter design % using ITERATIVE (TRUE) LS approximation % Format: ap = aplspi2(Nap,x,wp) % Input: Nap = filt
www.eeworm.com/read/452284/7442646

m aplspd2.m

function ap = aplspd2(Nap,x,wp) % APLSPD2 % MATLAB m-file for ALLPASS fractional delay filter design % using one-shot LS PHASE DELAY approximation % Format: ap = aplspd2(Nap,x,wp) % Input: Nap =
www.eeworm.com/read/452284/7442649

m apeqp2.m

function ap = apeqp2(Nap,x,wp) % APEQP2.M % MATLAB m-file for ALLPASS fractional delay design % using EQUIRIPPLE PHASE approximation % format: ap = apeqp2(Nap,x,wp) % Input: Nap = filter order N
www.eeworm.com/read/452284/7442656

m aplspdi2.m

function ap = aplspdi2(Nap,x,wp) % APLSPDI2 % MATLAB m-file for ALLPASS fractional delay filter design % usign ITERATIVE (TRUE) LS PHASE DELAY approximation % Format: ap = aplspdi2(Nap,x,wp) % In
www.eeworm.com/read/452284/7442657

m aplsp2.m

function ap = aplsp2(Nap,x,wp) % APSLP2 % MATLAB m-file for ALLPASS fractional delay filter design % using ONE-SHOT LS approximation % format: ap = aplsp2(Nap,x,wp) % Input: Nap = filter order N
www.eeworm.com/read/452284/7442661

m hsplin2.m

function h = hsplin2(L,x,wp,ws,P) % HSPLIN2 % MATLAB m-file for fractional delay approximation % using SPLINE TRANSITION BAND method % Format: h = hsplin2(L,x,wp,ws,P) % Input: L = filter length
www.eeworm.com/read/449504/7502918

m far_d.m

% PURPOSE: An example of using far() on a small data set % 1st-order spatial autoregressive model %--------------------------------------------------- % USAGE: far_d (see also far_d2 for a la
www.eeworm.com/read/449504/7503064

m sar_gd.m

% PURPOSE: An example of using sar_g() Gibbs sampling % spatial autoregressive model % (on a small data set) %---------------------------------------------------