代码搜索:Estimation
找到约 3,786 项符合「Estimation」的源代码
代码结果 3,786
www.eeworm.com/read/364212/2907601
m phase_estimation.m
function phihat = phase_estimation(r, b_train)
L = length(b_train);
temp = b_train .* conj(r(1:L));
phihat = 1 / L * sum(angle(temp));
www.eeworm.com/read/364212/2907677
dsw chan_estimation.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/364212/2907678
dsp chan_estimation.dsp
# Microsoft Developer Studio Project File - Name="chan_estimation" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32
www.eeworm.com/read/364212/2907680
c chan_estimation.c
// estimation of the channel
// 2 functions: one to estimate the channel response, one to estimate the noise
// each time we update the value of h_hat and noise_hat
// we have to store alpha
www.eeworm.com/read/364212/2907682
h chan_estimation.h
//chan_estimation.h
void filter_estimation (const float *pilots, float *received_pilots,
float *pilots_prod, const float lambda, float *alpha, float *beta, float *h_hat, float *slask);
float
www.eeworm.com/read/364212/2907685
asm chan_estimation.asm
;******************************************************************************
;* TMS320C6x C/C++ Codegen PC Version 4.36 *
;* Date/Time created: Tue May 31 23:06
www.eeworm.com/read/364212/2907686
plg chan_estimation.plg
Build Log
--------------------Configuration: chan_estimation - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME
www.eeworm.com/read/364212/2907735
dsw chan_estimation.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/364212/2907736
dsp chan_estimation.dsp
# Microsoft Developer Studio Project File - Name="chan_estimation" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32
www.eeworm.com/read/364212/2907738
c chan_estimation.c
// estimation of the channel
// 2 functions: one to estimate the channel response, one to estimate the noise
// each time we update the value of h_hat and noise_hat
// we have to store alpha