-
MATLAB_linear_programming_algorithm_and_nonlinear_
MATLAB程序设计之线性算法和非线性源码比较MATLAB linear programming algorithm and nonlinear source comparison(MATLAB linear programming algorithm and nonlinear source more MATLAB linear programming algorithm and nonlinear source comparison)
- 2010-08-02 12:28:37下载
- 积分:1
-
2009
水库新分配入厂人员培训计划书(培训计划)(The new distribution reservoir into the plant personnel training plan (training plan))
- 2010-08-11 17:05:39下载
- 积分:1
-
Electricity_calculator
This simulation is done on basis to calculate the electricity cost for required time of usage
- 2013-10-29 19:11:22下载
- 积分:1
-
softbit-BPSK-QPSK-PSK8-QAM16-QAM64
This matlab code describes soft demapper (soft bit) for different modulation types: BPSK, QPSK, PSK 8, QAM 16, QAM 64, which are considered for turbo encoding/decoding. And simulation results are also presented.
- 2021-02-05 14:59:57下载
- 积分:1
-
classic-MUSIC-source
MUSIC算法是基于天线阵列协方差矩阵的特征分解类DOA算法,这里给出的是经典MUSIC源程序。(MUSIC algorithm is based on the characteristics of the antenna array covariance matrix decomposition class DOA algorithm presented here is the classic MUSIC source.)
- 2014-01-06 15:37:09下载
- 积分:1
-
一些自适应信号处理的算法
一些自适应信号处理的算法,ofdm系统仿真 含16qam调制 fft 加窗 加cp等模块,GSM中GMSK调制信号的产生。( Some adaptive signal processing algorithms, ofdm system simulation including 16qam modulation fft windowing modules plus cp, GSM is GMSK modulation signal generation.)
- 2020-06-27 04:20:02下载
- 积分:1
-
p-c-a
用于图像识别和特征提取时的主成分分析程序,采用Matlab编写。(for image recognition and feature extraction of principal component analysis procedures, the preparation of Matlab.)
- 2007-03-27 16:19:07下载
- 积分:1
-
saber2011
saber2011破解方法,亲测能用,适合以前的版本(saber2011 crack method, pro-test can be used for the previous version)
- 2013-12-10 19:02:40下载
- 积分: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
-
MATLAB7.0
MATLAB 7.0从入门到精通:MATLAB 7.0从入门到精通随书光盘,书籍随书光盘的所有源码(MATLAB 7.0 from the Introduction to Mastery: MATLAB 7.0 from entry to the master CD with the book, books, CD-ROM with all the source books)
- 2010-07-05 15:20:22下载
- 积分:1