代码搜索:ESTIMATION
找到约 3,786 项符合「ESTIMATION」的源代码
代码结果 3,786
www.eeworm.com/read/371256/9558907
m funmatdemotest.m
% funmatdemo
% by X. Armangue
% (c) Mr3D - University of Girona, September 2002
%
% Demostration of the Fundamental Matrix Estimation Toolbox
clear all; close all;
% List of methods
p7
www.eeworm.com/read/371256/9558926
m funmatdemo.m
% funmatdemo
% by X. Armangue
% (c) Mr3D - University of Girona, September 2002
%
% Demostration of the Fundamental Matrix Estimation Toolbox
clear all; close all;
% List of methods
p7
www.eeworm.com/read/174560/9581667
m qmul_cma.m
% Blind channel estimation/equalization
% adpative CMA method
%
T=500; % total number of data
dB=20; % SNR in dB value
% diary ('turbo_log.txt');
% write the time for log file
fprintf(
www.eeworm.com/read/365318/9869910
m contents.m
% Matlab scripts fractal estimation
%
%
% Utilities:
% fracsurf.m - create isotropic 2D fractal surface with power law spectrum
% fracline.m - create fractal line with power law spectrum
%
www.eeworm.com/read/165580/10056948
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/165580/10056995
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/163929/10139517
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/163801/10144910
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/163246/10168877
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/163246/10168982
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.
%
%