代码搜索:ESTIMATION
找到约 3,786 项符合「ESTIMATION」的源代码
代码结果 3,786
www.eeworm.com/read/150238/12303341
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/232058/14209428
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/125529/14488826
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/225935/14510477
m saving_calib_ascii.m
if ~exist('save_name'),
save_name = 'Calib_Results';
end;
fprintf(1,'Generating the matlab script file %s.m containing the intrinsic and extrinsic parameters...\n',save_name)
fid = fopen
www.eeworm.com/read/222974/14666717
cc bfgsmapfix.cc
#include
#include
namespace {
using namespace amis;
BFGSMAPLauncherItem< BFGSMAPFix< BinaryFeature > > bfgs_binary( "BFGSMAP", "AmisFix", "binar
www.eeworm.com/read/222974/14666742
cc bfgsmaptree.cc
#include
#include
namespace {
using namespace amis;
BFGSMAPLauncherItem< BFGSMAPTree< BinaryFeature > > bfgs_binary( "BFGSMAP", "AmisTree", "bi
www.eeworm.com/read/218840/14904507
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 $
%