代码搜索:Estimation
找到约 3,786 项符合「Estimation」的源代码
代码结果 3,786
www.eeworm.com/read/255695/12064484
pdf a1. enhanced hexagonal search for fast block motion estimation.pdf
www.eeworm.com/read/209700/15215625
pdf a new approach to fault section estimation in power systems using ant system .pdf
www.eeworm.com/read/240338/6788373
pdf adaptive synchronization and channel parameter estimation using an extended kalman filter.pdf
www.eeworm.com/read/368675/9681646
pdf speed_sensorless_direct_torque_control_of_ims_with_rotor_resistance_estimation.pdf
www.eeworm.com/read/291161/8439099
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/290613/8471882
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/289837/8523634
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/289487/8548573
m exlar.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Simple example of Multiple Kernel Estimation using the KBP
%
%
%
% Paper :
% V. Guigue, A. Rakotomamonjy, S. Canu,
www.eeworm.com/read/289027/8584354
m bcsestimate.m
%BCSESTIMATE BlueChipStock estimation and analysis for DJIA period
addpath ./source
% Get data
load BlueChipStocks
Benchmark = 'djia';
disp('Estimation without market adjustment ...');
www.eeworm.com/read/431635/8664329
asv lms.asv
function [MSE,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:
%