代码搜索:Estimation
找到约 3,786 项符合「Estimation」的源代码
代码结果 3,786
www.eeworm.com/read/242667/4546328
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/242667/4546330
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/242667/4546332
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/242667/4546335
asm chan_estimation.asm
;******************************************************************************
;* TMS320C6x C/C++ Codegen PC Version 4.36 *
;* Date/Time created: Tue May 31 23:06
www.eeworm.com/read/242667/4546336
plg chan_estimation.plg
Build Log
--------------------Configuration: chan_estimation - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME
www.eeworm.com/read/242667/4546362
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/242667/4546363
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/242667/4546365
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/242667/4546367
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/242667/4546370
asm chan_estimation.asm
;******************************************************************************
;* TMS320C6x C/C++ Codegen PC Version 4.36 *
;* Date/Time created: Tue May 31 14:02