代码搜索:ESTIMATION

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

代码结果 3,786
www.eeworm.com/read/412981/11171083

m estimatechannel.m

function data_rx = estimatechannel(pilot_tx,data_tx,v_pilot,symbol_rx,channel); %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%
www.eeworm.com/read/411038/11258749

m selms.m

function [e,W]=selms(mu,N,u,d); % Input arguments: % mu = step size, dim 1x1 % M = filter length, dim 1x1 % u = input signal, dim Nx1 % d = desired signal, dim Nx1 % % Output arguments: %
www.eeworm.com/read/411038/11258750

m srlms.m

function [e,W]=srlms(mu,N,u,d); % Input arguments: % mu = step size, dim 1x1 % M = filter length, dim 1x1 % u = input signal, dim Nx1 % d = desired signal, dim Nx1 % % Output arguments: %
www.eeworm.com/read/411038/11258752

m salms.m

function [e,W]=salms(mu,N,u,d); % Input arguments: % mu = step size, dim 1x1 % M = filter length, dim 1x1 % u = input signal, dim Nx1 % d = desired signal, dim Nx1 % % Output arguments: %
www.eeworm.com/read/200275/15435994

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/200257/15436099

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