代码搜索:ESTIMATION
找到约 3,786 项符合「ESTIMATION」的源代码
代码结果 3,786
www.eeworm.com/read/170937/9779071
m amarma.m
function [z,e,REV,ESU,V,Z,SPUR] = amarma(y, Mode, MOP, UC, z0, Z0, V0, W);
% Adaptive Mean-AutoRegressive-Moving-Average model estimation
% [z,E,ESU,REV,V,Z,SPUR] = amarma(y, mode, MOP, UC, z0, Z0,
www.eeworm.com/read/269953/11053551
txt 22.txt
%------------------------------------------
% EE359 final project, Fall 2002
% Channel estimation for a MIMO-OFDM system
% By Shahriyar Matloub
%------------------------------------
www.eeworm.com/read/147347/12561296
m demodulate.m
function [bits_out] = demodulate(rx_symbols, modulation)
% We make 'soft' bit estimation for viterbi.
if modulation==1
bits_out = BPSKDemod(rx_symbols);
elseif modulation==2
bits_out =
www.eeworm.com/read/201792/15396292
m enzymekinetest.m
function EnzymeKinetEst
% Enzyme Kinetics Parameter Estimation
%
% Author: HUANG Huajiang
% Copyright 2003 UNILAB Research Center,
% East China University of Science and Technology, Shangh
www.eeworm.com/read/428158/8889454
m estimatechannel.m
function data_rx = estimatechannel(pilot_tx,data_tx,v_pilot,symbol_rx,channel);
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
www.eeworm.com/read/167195/9977034
m sourceestimationnondegenerate.m
% SESTPRELIMINARY Source estimation for non-degenerate (even-determined) case
%
%
%
% inputs;
% M : Number of sources;
% data : Mixture data;
% Aest : Estimated mixing process;
%
% outputs:
%
www.eeworm.com/read/461062/7235123
m toa.m
% This function calculates Tag's position using Least square Algorithm
function [Error] = toa(AP, Tag, time_dur, light_speed)
L = time_dur .* light_speed;
n = length(AP);
% Here we use LEAST S
www.eeworm.com/read/449504/7502618
log ws_ftp.log
2005.01.31 08:22 B C:\jpl\toolbox_feb04\ucsd_garch\Kernel Estimation\cosinus.m --> 209.240.133.111 /ucsd_garch/Kernel Estimation cosinus.m
2005.01.31 08:22 B C:\jpl\toolbox_feb04\ucsd_garch\Kernel Es
www.eeworm.com/read/264046/11331606
m contents.m
% Captain Toolbox
% Version 5.6 16-Feb-2006
%
% Unobserved Components Models.
% dhr - Dynamic Harmonic Regression analysis.
% dhropt - DHR hyper-parameter estimation.
% irwsm
www.eeworm.com/read/472558/6870156
m estimatechannel.m
function data_rx = estimatechannel(pilot_tx,data_tx,v_pilot,symbol_rx,channel);
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%