代码搜索:ESTIMATION
找到约 3,786 项符合「ESTIMATION」的源代码
代码结果 3,786
www.eeworm.com/read/411648/11235207
m ex13-4_parameter.m
function Parameter
% Extended Kalman filter for parameter estimation.
% Estimate the natural frequency of a second order system.
tf = 100; % simulation length
dt = 0.01; % simulation step size
www.eeworm.com/read/411038/11258745
m lms.m
function [e,W]=lms(mu,N,u,d);
% Input arguments:
% mu = step size, dim 1x1
% M = filter length, dim 1x1
% u = input signal, dim Nx1
% d = desired signal, dim Nx1
%
% Output arguments:
% e
www.eeworm.com/read/202876/15370692
m saving_calib_ascii.m
if ~exist('save_name'),
save_name = 'Calib_Results';
end;
fprintf(1,'Generating the matlab script file %s.m containing the intrinsic and extrinsic parameters...\n',save_name)
fid = fopen
www.eeworm.com/read/202754/15374676
authors
Vivien Chappelier
main core and profiles
MMX and floating point math
MPEG encoder
MPEG-1 syntax
MPEG-4 low level syntax
shape coding
Damien Vincent
www.eeworm.com/read/391463/8402046
m ofdmchestalgls.m
% in this Mfile, I want to investigate the performance of LSE algorithm in
% OFDM channel estimation
%
% for further information see the
% [Xiaodong Cai and Georgios B. Giannakis,
%
www.eeworm.com/read/364017/9925599
m main_kolmogoroventropy_stb.m
% 计算混沌时间序列Kolmogorov熵的STB算法
% 使用平台 - Matlab7.0
% 作者:陆振波,海军工程大学
% 欢迎同行来信交流与合作,更多文章与程序下载请访问我的个人主页
% 电子邮件:luzhenbo@yahoo.com.cn
% 个人主页:http://luzhenbo.88uu.com.cn
% 参考文献:
% Schouten J C,Takens F,van d
www.eeworm.com/read/166711/10006181
m set_default_learning_paramters.m
function lrn_par = Set_Default_Learning_Paramters
% function lrn_par = Set_Default_Learning_Paramters
%
% Returns the default values for lrn_par (to be used with LG_Cluster)
%
%
% Clustering Through
www.eeworm.com/read/356653/10223419
m ukf_ffun.m
function [y] = ukf_ffun(x,u,n,t);
% PURPOSE : Process model function for UKF
% INPUTS : - x: prior state
% - u: control vector
% - n: process noise
% - t: tim
www.eeworm.com/read/421852/10692542
m weighted_pca.m
function [Bg,cg,info,meanw]=missing_bc(Data,W,components,max_iter,display,Bg,cg,meanw)
%function [Bg,cg,info,meanw]=missing_bc(Data,W,components,max_iter,display,Bg,cg,meanw)
%Usage:
% Input:
%
www.eeworm.com/read/468525/6992387
m main_kolmogoroventropy_stb.m
% 计算混沌时间序列Kolmogorov熵的STB算法
% 使用平台 - Matlab7.0
% 作者:陆振波,海军工程大学
% 欢迎同行来信交流与合作,更多文章与程序下载请访问我的个人主页
% 电子邮件:luzhenbo@yahoo.com.cn
% 个人主页:http://luzhenbo.88uu.com.cn
% 参考文献:
% Schouten J C,Takens F,van d