代码搜索:Estimation

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

代码结果 3,786
www.eeworm.com/read/302667/13829446

asv channel_estimation.asv

function cir_data_syms = channel_estimation(pilot_freq_syms) global sim_consts; global sign; num_ofdm_syms = size(pilot_freq_syms,2); if sign == 1 for i = 1:num_ofdm_syms cir_pil
www.eeworm.com/read/134167/5894494

c estimation_bvop.c

/***************************************************************************** * * XVID MPEG-4 VIDEO CODEC * - Motion Estimation for B-VOPs - * * Copyright(C) 2002 Christoph Lampert
www.eeworm.com/read/134167/5894498

c estimation_pvop.c

/***************************************************************************** * * XVID MPEG-4 VIDEO CODEC * - Motion Estimation for P- and S- VOPs - * * Copyright(C) 2002 Christoph Lampert
www.eeworm.com/read/134167/5894500

c estimation_common.c

/***************************************************************************** * * XVID MPEG-4 VIDEO CODEC * - Motion Estimation shared functions - * * Copyright(C) 2002 Christoph Lampert
www.eeworm.com/read/134167/5894508

c estimation_gmc.c

/***************************************************************************** * * XVID MPEG-4 VIDEO CODEC * - Global Motion Estimation - * * Copyright(C) 2003 Christoph Lampert
www.eeworm.com/read/487332/6519486

m frequency estimation.m

clear all; delta_fc=200; %frequency offset N=1000; M=4; Ts=1/1000; %Bit time Td=Ts/2; for m=1:100; for i=1:N; [x,x1,x2]=psk_gen(M); t=((i-1)*T
www.eeworm.com/read/407662/11412461

m channel_estimation.m

function H_hat = channel_estimation(trA_I, trA_Q, trB_I, trB_Q, tr_ant1_I, tr_ant1_Q , tr_ant2_I, tr_ant2_Q) % Function channel_estimation % By Maxime Maury % 05-04-21 % Inputs: % trA: t
www.eeworm.com/read/407662/11412468

m frequency_estimation.m

function Fc_hat = frequency_estimation(pilot_seq,Fs) % counting the zero-crossing points number and decide the frequency % pilot_seq reference signal for counting zero-crossing points % Fs sampling
www.eeworm.com/read/407662/11412490

m noise_estimation.m

function sigma = noise_estimation ( rA_data_I, rA_data_Q, rB_data_I, rB_data_Q,... tr1_I, tr1_Q , tr2_I, tr2_Q, H_hat, L );