代码搜索:ESTIMATION

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

代码结果 3,786
www.eeworm.com/read/138743/5814011

m wt10fig05.m

%CAPTION : fprintf('\n'); disp('Figure 10.5') disp('Window 1: Original image.') disp('Window 2: Noisy image obtained by adding a Gaussian white noise (SNR = 28.6db).') disp('Window 3: Estimation
www.eeworm.com/read/134901/5891574

m~ mlsigmoid.m~

function varargout=mlsigmoid(arg1,arg2,arg3) % MLSIGMOID Fitting a sigmoid function using ML estimation. % % Synopsis: % model = mlsigmoid(data,options) % % Description: % model = mlsigmoid(data,opt
www.eeworm.com/read/134901/5891581

m mlsigmoid.m

function varargout=mlsigmoid(arg1,arg2,arg3) % MLSIGMOID Fitting a sigmoid function using ML estimation. % % Synopsis: % model = mlsigmoid(data,options) % % Description: % model = mlsigmoid(data,opt
www.eeworm.com/read/264046/11331534

m rivdemo1.m

% RIVDEMO1 Captain Toolbox demonstration % % Estimation of Transfer Function models from % simulated input-output data % % See also RIV, RIVID, RIVDEMO2, RIVDEMO3 % Copyright (c) 2006 by CRES
www.eeworm.com/read/264046/11331538

m irwsmopt.m

function [nvr,opts,separ] = irwsmopt(y,IRW,meth,Interv, opts, ALG); % IRWSMOPT Hyper-parameter estimation for IRWSM % % [nvr,opts,parse] = irwsmopt(y,TVP,meth,Int,opts,ALG) % % y: Time series (*
www.eeworm.com/read/264046/11331599

m univopt.m

function [NVR, ARp, ARt, sARp, sARt] = univopt(y, par, tmodel, nvr, tar, output, Interv); % UNIVOPT0 Hyper-parameter and Auto-Regressive (AR) polynomial % estimation for Trend + AR type m
www.eeworm.com/read/150760/12266181

m~ mlsigmoid.m~

function varargout=mlsigmoid(arg1,arg2,arg3) % MLSIGMOID Fitting a sigmoid function using ML estimation. % % Synopsis: % model = mlsigmoid(data,options) % % Description: % model = mlsigmoid(data,opt
www.eeworm.com/read/150760/12266203

m mlsigmoid.m

function varargout=mlsigmoid(arg1,arg2,arg3) % MLSIGMOID Fitting a sigmoid function using ML estimation. % % Synopsis: % model = mlsigmoid(data,options) % % Description: % model = mlsigmoid(data,opt
www.eeworm.com/read/220288/14844060

m contents.m

%KALMTOOL version 2 % A toolbox for state estimation for nonlinear systems. % % %Filter functions % dd1 - DD1-filter. % dd1m - DD1-filter for systems with multiple observation streams
www.eeworm.com/read/218840/14904421

m d_rivtr.m

%D_RIVTR HOSA Demo: Adaptive AR parameter estimation - transversal form % echo off % A. Swami Oct 18, 1997. % Copyright (c) 1991-2001 by United Signals & Systems, Inc. % $Revision: