代码搜索:ESTIMATION
找到约 3,786 项符合「ESTIMATION」的源代码
代码结果 3,786
www.eeworm.com/read/283938/8978736
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/282317/9102186
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/373220/9468722
m pitch2.m
function [F0]=pitch(inp)
global Srate bf0 af0
nSamples=length(inp);
alpha=0.1; % used in the LPF for smoothing
%--------------- F0 estimation ------------------------------
xin=abs(in
www.eeworm.com/read/372037/9523939
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/169749/9840544
cpp hmm.cpp
#include
#include
#include
void forward(int n, int *c,double *pi, double **o, double **a, double **state);
void backward(int n, int *c,double *pi, double **b, doub
www.eeworm.com/read/362715/9984817
java johnwallis.java
class JohnWallis extends Estimation
{
//----------------FIELDS-------------
private double pi;
//--------------CONSTRUCTOR-------------
public JohnWallis(int newTermNo)
{
super(newTe
www.eeworm.com/read/361768/10036631
m garcheviewscon.m
function [c, ceq]=garcheviewscon(parameters , data , p , q, m, stdEstimate);
% PURPOSE:
% GARCH(P,Q) parameter estimation constraints
%
% USAGE:
% [c, ceq]=garcheviewscon(parameters , d