代码搜索:ESTIMATION
找到约 3,786 项符合「ESTIMATION」的源代码
代码结果 3,786
www.eeworm.com/read/361496/10050194
m dspblkmagfft2(1).m
% DSPBLKMAGFFT2 偼丄Magnitude FFT power spectrum estimation 僽儘僢僋梡偺
% 儅僗僋偟偨僟僀僫儈僢僋僟僀傾儘僌娭悢偱偡丅
% $Revision: 1.3 $ $Date: 2002/06/07 20:19:00 $
% Copyright 1995-2002 The MathWorks, Inc.
www.eeworm.com/read/358669/10182364
m saving_calib_ascii_fisheye.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/358669/10182425
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/357136/10215705
m llssigest.m
function [c,e,V,FPE]=llssigest(x,M,method)
% Linear least-squares (LS) signal estimation using
% residual windowing (No-Windowing)
% linear least-squares ( for smoothing applications use M=2L)
% S
www.eeworm.com/read/356808/10221101
m hosadem.m
function hosadem
%HOSADEM Set up HOSA command-line demos for the MATLAB Demo.
% Copyright (c) 1991-2001 by United Signals & Systems, Inc.
% $Revision: 1.6 $ $Date: 1999/01/04 21:33:38 $
%
www.eeworm.com/read/417106/11003772
m 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/458392/7297159
m exlar.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Simple example of Multiple Kernel Estimation using the KBP
%
%
%
% Paper :
% V. Guigue, A. Rakotomamonjy, S. Canu,
www.eeworm.com/read/449504/7502192
m logit_d.m
% PURPOSE: An example of logit(),
% prt_reg().
% maximum likelihood estimation
% (data from Mendenhall et. al 1989)
%---------------------------------------------------