-
qam
一个关于qam调制方法的小程序,是用matlab语言编写的(Qam modulation method on a small program is written in matlab)
- 2009-11-10 18:06:55下载
- 积分:1
-
Untitled3
有记忆预失真处理程序,可以实现对PA转换下饱和失真的处理(Predistortion with memory processes can be achieved under the PA saturation distortion conversion process)
- 2013-09-21 09:53:16下载
- 积分:1
-
ODE
simulink ODE first order example
- 2014-12-19 01:36:11下载
- 积分:1
-
LCMV 圆阵 circle3
LCMV 圆阵 实现均匀圆阵的 俯仰角 水平角 视图(LCMV circular array for horizontal angle of pitch angle of uniform circular array.)
- 2018-04-06 21:11:06下载
- 积分:1
-
matlab7
matlab基本实验程序,并行计算编程基本程序(matlab basic experimental procedures, the basic procedures for programming parallel computing)
- 2009-04-19 22:44:13下载
- 积分:1
-
nist_aodv_model1
感知无线电有关的仿真,希望对大家有用(Simulation-related cognitive radio, in the hope that useful to everybody)
- 2008-06-09 15:23:39下载
- 积分:1
-
filtrodoppler
Doppler filter to simulate movements in wireless channel
- 2014-10-02 02:26:26下载
- 积分:1
-
shujuwajue
关于数据挖掘的原理,很好的一本书,介绍了许多数据挖掘的通用算法(Data mining on the principles of a good book to introduce some common data mining algorithms)
- 2010-08-30 22:30:27下载
- 积分: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
-
bayes-classifier-
程序展示了bayes classifier对于连续数据的应用,假设数据均服从高斯分布。程序包含了binary classification和multi-classification的例子。(Program shows bayes classifier for continuous data applications, assume that the data are Gaussian. Program includes a binary classification and multi-classification examples.)
- 2013-08-04 02:53:08下载
- 积分:1