-
emd_toolbox
EMD工具箱,不仅包含源程序,而且有例子,适合初学者。(EMD toolbox)
- 2010-11-11 23:43:48下载
- 积分:1
-
sttc
在ofdm系统中空时格状码编译码方式,与ofdm结合性能的比较(in OFDM systems hollow when trellis coding- decoding methods, combined with OFDM Performance Comparison)
- 2006-06-21 10:06:16下载
- 积分:1
-
codeurcelp
matlab code of celp coder
- 2013-05-11 22:27:59下载
- 积分: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
-
C6_QPSKmodul
对信号进行正交相移键控(QPSK)调制,对其理论误比特率和蒙特卡洛仿真的误比特率进行比较
(The signal modulation method is QPSK,compare the theoretical ber and the ber of monte carlo simulation method
)
- 2011-05-20 17:56:16下载
- 积分:1
-
zuoye3
用FAMALE.TXT和MALE.TXT的数据作为本次作业使用的样本集,利用K-L变换对该样本集进行变换,与过去用Fisher线性判别方法或其它方法得到的分类面进行比较.(Use FAMALE. TXT and MALE. TXT data as the assignment is to use the data sets, by K-L of the sample set of change, and the past with Fisher transformation linear discriminative methods or other methods available for the classification comparison. )
- 2011-07-25 17:44:55下载
- 积分:1
-
2DPCA
自己写的一个2DPCA的代码,可使用,可调节,有适当的地方可改动(2DPCA。。written by myself maybe useful for you,please to know it)
- 2011-10-21 15:39:17下载
- 积分:1
-
ISI
Program generate a random binary sequence, introduce ISI and show the diagrams. Next filter minimalized ISI and generate the graph.
- 2014-11-08 08:07:18下载
- 积分:1
-
NMF
NMF在对Iris数据集上进行将为处理。(NMF:dimension reduction in the dataset Iris)
- 2013-11-03 16:48:30下载
- 积分:1
-
matlabjichu
matlab基本操作的实验,含具体操作及报告(matlab basic operation of the experiment, and reports with the specific operation)
- 2010-11-12 16:36:00下载
- 积分:1