-
lrr
Matlab code to run "Robust subsapce segmentation by low-rank representation"
- 2010-11-01 14:44:28下载
- 积分:1
-
matlab-LDPC
说明: 该文件包括几篇比较关于LDPC编码核心的基础读物,还有关于LDPC开发的MATLAB仿真库和运用该库所进行的一些仿真源码(The documents include a few more LDPC coding on the basis of the core reading, also on the development of the LDPC MATLAB simulation library and use the library for the simulation source code)
- 2006-05-15 21:58:08下载
- 积分:1
-
Class-ON-MATLAB-9-dec-2014
matlab session for 2014 class
- 2014-12-17 17:55:48下载
- 积分: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
-
VCandMATLAB
VC调用matlab工具箱函数进行图像处理编程(Visual C++ and matlab mixed programmimg )
- 2009-05-26 23:51:21下载
- 积分:1
-
HASO
说明:
在高阶谱分析工具箱是一个M文件集合实施了多种先进的信号处理算法的频谱估计,polyspectral估计,时频分布计算,并包含许多实际应用如时延估计,谐波恢复,参数估计的Volterra(非线性)模型,以及自适应线性预测。其他潜在的应用包括音响,生物医学,经济学,地震勘探,无损检测,海洋学,等离子体物理,雷达,声纳,语音等(The Higher-Order Spectral Analysis Toolbox is a collection of M-files that implement a variety of advanced signal processing algorithms for spectral estimation, polyspectral estimation, and computation of time-frequency
distributions, with applications such as time delay estimation, harmonic retrieval, parameter estimation of Volterra (nonlinear) models, and adaptive linear prediction. Other potential applications include acoustics, biomedicine, econometrics, exploration seismology, nondestructive testing, oceanography, plasma physics, radar, sonar, speech etc. )
- 2010-05-04 10:08:44下载
- 积分:1
-
1
说明: M-file to calculate and plot the velocity and
- 2009-11-05 02:45:11下载
- 积分:1
-
mmcaxisd
说明: matlab图像处理:color axis例程(matlab image processing: color axis routines)
- 2008-11-30 12:46:16下载
- 积分:1
-
QAM
QAM Modulation of a random sequence after passing a rayleigh channel.
- 2013-04-26 18:16:32下载
- 积分:1
-
DSP_MATLAB
说明: 一些数字信号处理的matlab函数实例,相信对大家会有点帮助(Some digital signal processing function of the matlab example, believe that you will help a bit)
- 2008-11-19 10:47:51下载
- 积分:1