代码搜索:ESTIMATE

找到约 3,366 项符合「ESTIMATE」的源代码

代码结果 3,366
www.eeworm.com/read/228652/14371686

m sobolev_estimate.m

function sigma = sobolev_estimate(H) % SOBOLEV_ESTIMATE -- estimate Sobolev exponent of multiwavelet (fast, but crude) % % sigma = sobolev_estimate(H) % % The input parameter H can be ei
www.eeworm.com/read/217116/14978288

m afc_estimate.m

%Initialization AFC_detect; %continue only when tone found if (AFC_DETECT_BIT==1) AFC_est_init; afc_b0n=AFC_B0_N; afc_Estimate_iir_a2=AFC_A_2; afc_est_a1=afc_a1+afc_a1*AFC_A
www.eeworm.com/read/468435/1490935

m estimate_homography.m

function [Theta, k] = estimate_homography(X, s) % [Theta k] = estimate_homography(X, s) % % DESC: % estimate the parameters of an homography using the normalized % DLT algorithm. Note that Theta = H(
www.eeworm.com/read/468435/1490941

m estimate_plane.m

function [Theta, k] = estimate_plane(X, s) % [Theta k] = estimate_plane(X) % % DESC: % estimate the parameters of a 3D plane given the pairs [x, y, z]^T % Theta = [a; b; c; d] where: % % a*x1+b*y1+c*
www.eeworm.com/read/468435/1490942

m estimate_rst.m

function [Theta, k] = estimate_RST(X, s) % [Theta k] = estimate_RST(X, s) % % DESC: % estimate the parameters of an RST trasformation via least squares. % Note that Theta = [s*cos(phi); s*sin(phi); t
www.eeworm.com/read/428078/1962347

lastw estimate_sparsity.lastw

setproc sparsity {{&book book} {&float tau}} {{" " "Computes an upper estimate of the l^tau norm of a signal from its matching pursuit decomposition."}} { coeff2Sig=[new &signal] re
www.eeworm.com/read/367062/9785299

m hurst_estimate.m

function H = hurst_estimate(sequence,method,isplot,opt) % % 'hurst_estimate' estimate the hurst parameter of a given sequence with % an appointed method. The algorithms of the methods can be fo
www.eeworm.com/read/267141/11191700

m periodogram estimate.m

%************原题**************************% %Generate 100 samples of a zero-mean white noise sequence with variance , by using a uniform random number generator. %a Compute the autocorrelation of
www.eeworm.com/read/390716/8450464

m rx_estimate_channel.m

% function channel_estimate = rx_estimate_channel(freq_tr_syms, cir, sim_options) global sim_consts; [n_tx_antennas, n_rx_antennas] = get_n_antennas(sim_options); if sim_options.ChannelEst
www.eeworm.com/read/188533/8530618

m rx_estimate_channel.m

% function channel_estimate = rx_estimate_channel(freq_tr_syms, cir, sim_options) global sim_consts; [n_tx_antennas, n_rx_antennas] = get_n_antennas(sim_options); if sim_options.ChannelEst