-
bvsgs
Bayes model averaging with selection of regressors - This program can be utilized for Bayesian Variable Selection using Gibbs Sampler(Bayes model averaging with selection of regressors- This program can be utilized for Bayesian Variable Selection using Gibbs Sampler)
- 2009-03-20 01:05:49下载
- 积分:1
-
ofdmvsQAM
说明: 该程序包括了ofdm和qam两种调制的matlab仿真程序,并对两种调制方式进行了对比分析并仿真。(the program includes two QAM OFDM modulation and the Matlab simulation program, and two modulation methods for comparative analysis and simulation.)
- 2006-04-10 00:42:59下载
- 积分:1
-
8QAM
LDPC编码调制系统8QAM,研究生毕业论文哦,希望对大家有用(LDPC coded modulation system 8QAM, graduate thesis Oh, I hope useful)
- 2014-12-24 19:46:07下载
- 积分:1
-
yuanpanshizhong
采用VC++实现时钟的圆盘式显示,使用time_t time精确到秒。(using VC disc clock shown that the use time_t time precise to the second.)
- 2006-11-10 21:19:04下载
- 积分:1
-
pv_array
太阳能光伏阵列的仿真模型,希望能帮助到有需要的同学(Solar photovoltaic array simulation model, hoping to help to needy students)
- 2013-04-27 18:02:33下载
- 积分:1
-
Chien搜索BCH译码算法
说明: %inverstable
inverse_tb = gf(zeros(1, t+1), m);
for i=1:t+1,
inverse_tb(i) = alpha^(-i+1);
end;
%chien's search
lambda_v = zero;
accu_tb=gf(ones(1, t+1), m);
for i=1:n,
lambda_v=lambda*accu_tb';
accu_tb = accu_tb.*inverse_tb;
if(lambda_v==zero)
error(1,n-i+1)=1;
else
error(1,n-i+1)=0;
end
end
found = find(error(1,:)~=0)
- 2021-04-23 11:08:47下载
- 积分:1
-
nouv1
In this course we present the basic principles of Bayesian statistics (an alternative to "orthodox" statistics). We start by learning how to estimate parameters for standard models (normal, binomial, Poisson) and then get acquainted with computational methods (MCMC) and software (WinBUGS) that can solve complicated problems that arise in real applications.
- 2010-10-18 22:06:19下载
- 积分:1
-
guidance
比例导引算法的实现,包括两个M文件,一个主程序和一个被调用的函数文件(Proportional navigation algorithm, including two M-files, a main program and a call function files)
- 2012-06-11 21:14:44下载
- 积分:1
-
OFDMChEstAlgLSE
OFDM channel using LMS
- 2013-11-18 23:11:30下载
- 积分:1
-
MATLAB-lesson-source-code
《MATLAB程序设计教程》电子教案+源码(MATLAB Programming Tutorial lesson plans+ source code
)
- 2012-02-13 17:47:55下载
- 积分:1