代码搜索:ESTIMATION

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

代码结果 3,786
www.eeworm.com/read/291752/8398120

cpp finedelayest_sim.cpp

// // File = finedelayest_sim.cpp // #define SIM_NAME "FineDelayEst\0" #define SIM_TITLE "Fine Delay Estimation Testbed\0" #include "global_stuff.h" //===================== // model includ
www.eeworm.com/read/291752/8398224

cpp coarsedelayest_sim.cpp

// // File = contindelay_sim.cpp // #define SIM_NAME "CoarseDelayEst\0" #define SIM_TITLE "Coarse Delay Estimation Testbed\0" #include "global_stuff.h" //===================== // model inc
www.eeworm.com/read/191902/8417104

m minimum_cost.m

function D = Minimum_Cost(train_features, train_targets, lambda, region) % Classify using the minimum error criterion via histogram estimation of the densities % Inputs: % features- Train featur
www.eeworm.com/read/291161/8439167

m bispecd.m

function [Bspec,waxis] = bispecd (y, nfft, wind, nsamp, overlap) %BISPECD Bispectrum estimation using the direct (fft-based) approach. % [Bspec,waxis] = bispecd (y, nfft, wind, segsamp, overlap)
www.eeworm.com/read/390412/8466352

m bispecd.m

function [Bspec,waxis] = bispecd (y, nfft, wind, nsamp, overlap) %BISPECD Bispectrum estimation using the direct (fft-based) approach. % [Bspec,waxis] = bispecd (y, nfft, wind, segsamp, overlap)
www.eeworm.com/read/290613/8471965

m bispecd.m

function [Bspec,waxis] = bispecd (y, nfft, wind, nsamp, overlap) %BISPECD Bispectrum estimation using the direct (fft-based) approach. % [Bspec,waxis] = bispecd (y, nfft, wind, segsamp, overlap)
www.eeworm.com/read/289837/8523681

m bispecd.m

function [Bspec,waxis] = bispecd (y, nfft, wind, nsamp, overlap) %BISPECD Bispectrum estimation using the direct (fft-based) approach. % [Bspec,waxis] = bispecd (y, nfft, wind, segsamp, overlap)
www.eeworm.com/read/289743/8530160

m intrinsic_dim.m

function no_dims = intrinsic_dim(X, method) %INTRINSIC_DIM Eestimate the intrinsic dimensionality of dataset X % % no_dims = intrinsic_dim(X, method) % % Performs an estimation of the intrinsic dime
www.eeworm.com/read/288303/8644202

m instfreq.m

function [fnormhat,t]=instfreq(x,t,L,trace); %INSTFREQ Instantaneous frequency estimation. % [FNORMHAT,T]=INSTFREQ(X,T,L,TRACE) computes the instantaneous % frequency of the analytic signal X at time
www.eeworm.com/read/288303/8644503

m sgrpdlay.m

function [gd,fnorm]=sgrpdlay(x,fnorm); %SGRPDLAY Group delay estimation of a signal. % [GD,FNORM]=SGRPDLAY(X,FNORM) estimates the group delay of % signal X at the normalized frequency(ies) FNORM. % %