代码搜索:ESTIMATION

找到约 3,786 项符合「ESTIMATION」的源代码

代码结果 3,786
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: %