-
matlabTutorial
matlab入门经典教程--百看不厌,希望对大家有用(Getting Started tutorial matlab Classic- never lost their appeal and hope for all of us)
- 2010-01-14 11:43:52下载
- 积分:1
-
Higher-Order-Spectral-
用于分析高阶谱矩的计算,主要在随机信号处理与分析(Used for the calculation of higher order spectral analysis)
- 2013-07-24 20:48:40下载
- 积分:1
-
calic.tar
calic image compression
- 2013-11-18 15:29:12下载
- 积分: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
-
OFDM_simulation
这是一个讲解OFDM原理及实现的文档,文档最后附上了matlab的OFDM实现(This is an OFDM explain the principle and implementation of the document, the document was last attached matlab implementation of the OFDM)
- 2009-09-14 14:06:21下载
- 积分:1
-
A-Time-Series-Forecasting-Model-Using-Group-Metho
A Time-Series Forecasting Model Using GMDH
- 2014-10-17 04:21:48下载
- 积分:1
-
final
this program simulate a turbo equalizer for known and unknown channel for 16 qam
- 2013-08-25 17:03:43下载
- 积分:1
-
SIGPROC
各种信号预处理方法 导数 平滑 傅里叶变换等等(Derivatives of various signal preprocessing method Fourier transform, and so smooth)
- 2010-11-19 17:31:15下载
- 积分:1
-
单脉冲和差波束测角程序
单脉冲和差波束测角程序。
此程序实现了线阵8阵元的和差波束测角,利用全阵同时形成两个波束,形成和差波束,随着测量角度的增大其误差也逐渐增大,这是由于这种方法的近似所致和波束扫描时变胖(Single-pulse and beam deviation angle measuring procedures. This program implements linear 8-element array and differential beam angle measurement, using the whole array at the same time to form two beams, beam forming and poor, with the measurement of the angle increases the error also increases, which is a result of this approach approximate due to fat, and beam scan)
- 2021-01-20 19:38:42下载
- 积分:1
-
matlab-GUI
matlab GUI 多界面数据传递实例(matlab gui )
- 2015-03-13 10:20:40下载
- 积分:1