代码搜索:ESTIMATION
找到约 3,786 项符合「ESTIMATION」的源代码
代码结果 3,786
www.eeworm.com/read/317053/13511180
m program_07_5.m
% Program 7_5
% Estimation of FIR Filter Order Using remezord
%
fedge = input('Type in the bandedges = ');
mval = input('Desired magnitude values in each band = ');
dev = input('Allowable deviati
www.eeworm.com/read/314681/13561798
m contents.m
Spatial Statistics Toolbox 2.0
Kelley Pace, www.spatial-statistics.com, 1/15/03
Two dimensional weight matrices
fdelw2 - spatial contiguity weight matrix
fneighbors2 - nearest neighbors weig
www.eeworm.com/read/314385/13568736
m potter.m
function [xout,Cout] = potter(z,R,H,xin,Cin)
%
% James H. Potter's square root filtering algorithm
% for the observational update of a Cholesky factor
% of the covariance matrix of state estimatio
www.eeworm.com/read/308720/13694706
m blind4rake.m
%% Rake receiver of CDMA
%% may need call lcode.mat to load PN sequence (lcode)
%
% Copyright: Xiaohua(Edward) Li, Assistant Professor
% Department of Electrical and Computer Engineering
www.eeworm.com/read/303849/13807949
m blind4rake.m
%% Rake receiver of CDMA
%% may need call lcode.mat to load PN sequence (lcode)
%
% Copyright: Xiaohua(Edward) Li, Assistant Professor
% Department of Electrical and Computer Engineering
www.eeworm.com/read/303849/13807952
asv blind4rake.asv
%% Rake receiver of CDMA
%% may need call lcode.mat to load PN sequence (lcode)
%
% Copyright: Xiaohua(Edward) Li, Assistant Professor
% Department of Electrical and Computer Engineering
www.eeworm.com/read/147682/5728173
m testblms.m
% BLMS used in a simple system identification application.
% By the end of this script the adaptive filter w
% should have the same coefficients as the unknown filter h.
clear all;
iter = 5000;
www.eeworm.com/read/147682/5728174
m testtdlms.m
% TDLMS used in a simple system identification application.
% By the end of this script the adaptive filter w
% should have the same coefficients as the unknown filter h.
iter = 5000;
www.eeworm.com/read/147682/5728176
m testnlms.m
% NLMS used in a simple system identification application.
% By the end of this script the adaptive filter w
% should have the same coefficients as the unknown filter h.
iter = 5000;
www.eeworm.com/read/147682/5728183
m testpbfdaf.m
% PBFDAF used in a simple system identification application.
% By the end of this script the adaptive filter w
% should have the same coefficients as the unknown filter h.
clear all;
iter = 5000;