代码搜索:ESTIMATION

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

代码结果 3,786
www.eeworm.com/read/273525/4207474

hlp ml.hlp

{smcl} {* 08apr2005}{...} {cmd:help ml} {hline} {title:Title} {p2colset 4 14 16 2}{...} {p2col:{hi:[R] ml} {hline 2}}Maximum likelihood estimation{p_end} {p2colreset}{...} {title:Synta
www.eeworm.com/read/273525/4210487

hlp ml.hlp

{smcl} {* *! version 1.0.1 17jun2005}{...} {cmd:help ml} {hline} {title:Title} {p2colset 4 14 16 2}{...} {p2col:{hi:[R] ml} {hline 2}}Maximum likelihood estimation{p_end} {p2colreset}{...}
www.eeworm.com/read/171369/9759331

m ls_time_2x2.m

function [H1,H2]=ls_time_2x2(y,chantype,sampletime) % Pure time domain maximum likelihood estimation % H1,H2: freq channel response from two Tx to this Rx % y: received time domain signal on this R
www.eeworm.com/read/412537/11194138

m huang.m

clear %first group t0 estimation y=[32.02 31.44 30.75 30.17 29.69 29.11]'; t = (0:30:150)'; A = [y ones(length(y), 1)]; b = t; a = inv(A'*A)*A'*b; k(1) = 1/a(1); t0(1) = a(2); e1 = y-
www.eeworm.com/read/134896/13971214

m campose4.m

%CAMPOSE4 Camera pose estimation from 4 coplanar points. % % T = CAMPOSE4(D, K) % [T, UV] = CAMPOSE4(D, K) % % Input is a table of data points, D, with each row of the form [x y iX iY] where (x,y) % i
www.eeworm.com/read/235546/14064235

m ofdmce5.m

% ofdmce5.m %64个子在波 % % % Programmed by T.Yamamura and H.Harada % % GI CE GI data GI data...(data 6symbols) % (CE: Chanel estimation symbol, GI Guard interval) % function[ber,per]=ofdmce5(
www.eeworm.com/read/203482/15357905

m campose4.m

%CAMPOSE4 Camera pose estimation from 4 coplanar points. % % T = CAMPOSE4(D, K) % [T, UV] = CAMPOSE4(D, K) % % Input is a table of data points, D, with each row of the form [x y iX iY] where (x,y) % i
www.eeworm.com/read/202824/15371992

m campose4.m

%CAMPOSE4 Camera pose estimation from 4 coplanar points. % % T = CAMPOSE4(D, K) % [T, UV] = CAMPOSE4(D, K) % % Input is a table of data points, D, with each row of the form [x y iX iY] where (x,y) % i
www.eeworm.com/read/200530/15431151

txt musicalgorithm.txt

%MUSIC ALGORITHM %DOA Estimation by ULA clear all; close all; clc N_x=1024; % Length of Signal N=8; % Size of Rx Matrix l=1.8;%波长 d=0.5*l;%阵元间距 M=3; % Number of Signals w=[pi/6 pi/10 p
www.eeworm.com/read/290570/8475263

txt lssvm.txt

LSSVM最小二乘仿真程序 X = (0.1:0.2:12.5)' Y = log(10*X)+sin(X)+normrnd(0,0.1,length(X),1) gam = 9.8647; sig2 = 0.3269; %gam = 947.85; %sig2 = 0.3229; Xt=(12.5:0.2:18.5)' type = 'function estimation';