代码搜索:Estimation
找到约 3,786 项符合「Estimation」的源代码
代码结果 3,786
www.eeworm.com/read/331502/6327340
m contents.m
% Higher-Order Spectral Analysis Toolbox.
% Version 2.0.2 21-Nov-1997
%
% New Features.
% Readme - Important release information about the HOSA Toolbox
% (double click on
www.eeworm.com/read/493206/6398526
m contents.m
% HMM's
% HMM_Backward - HMM backward algorithm
% HMM_Boltzmann - Find the transition matrices of an HMM using Boltzmann networks
% HMM_Decoding - Find probable states fro
www.eeworm.com/read/486486/6533308
m esmart.m
%------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------%
%
www.eeworm.com/read/485544/6552861
quickstart
Quick-Start Guide for ReBEL Toolkit
===================================
The purpose of this guide, together with the hopefully well commented
code functions and code examples (in 'examples' subdirect
www.eeworm.com/read/485392/6561108
m ifestar2.m
function [fnorm,t,rejratio]=ifestar2(x,t);
%IFESTAR2 Instantaneous frequency estimation using AR2 modelisation.
% [FNORM,T2,RATIO]=IFESTAR2(X,T) computes an estimate of the
% instantaneous freq
www.eeworm.com/read/480307/6672286
m msmart.m
%------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------%
%
www.eeworm.com/read/480307/6672288
m esmart.m
%------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------%
%
www.eeworm.com/read/479763/6678367
m contents.m
% Higher-Order Spectral Analysis Toolbox.
% Version 2.0.3 (R12 compliant) 27 Dec 2000
%
% New Features.
% Readme - Important release information about the HOSA Toolbox
%
www.eeworm.com/read/479055/6698462
m contents.m
% LAMBDA toolbox
% Version V2.1 dd. 05-MAR-2001
%
% Main routines:
% lambda1 - Integer estimation, extended options
% lambda2 - Integer estimation, basic options
%
% Demonstration:
% ldemo
www.eeworm.com/read/479088/6699317
m weibmen.m
function [bh,ah] = weibmen(x);
% Estimation of Weibull parameters using the
% method of Menon.
[n1 n2] = size(x);
n = n1*n2;
x = reshape(x,n,1);
m1 = (1/n)*sum(log(x)); % First mome