-
hamming
汉明码编码译码源码,谢谢大家分享,~~~~(Hamming code encoding decoding source code, thank you for sharing)
- 2010-03-12 15:00:04下载
- 积分:1
-
Matlab-senior-notes(5)
Matlab高级讲义- SIMULINK仿真基础(Matlab senior notes- SIMULINK based simulation)
- 2011-12-24 21:15:08下载
- 积分:1
-
viterbi-matlab
卷积编码器g1=111,g2=101
x为输入的待译码序列
x=[1,0,1,0,0,1,0,0,0,1,0,1,1,1]
x=[1,1,0,1,0,1,1,0,0,1]
x=[1,1,1,0,0,0,1,0,1,1]
a=size(x) 输入序列的长度
s=a(2)/2 译码后的m序列长度为x的一半
m=zeros(1,s) 最终结果存放
ma=zeros(1,s+1) 存放Fa路径的
mb=zeros(1,s+1) 存放Fb路径的
mc=zeros(1,s+1) 存放Fc路径的
md=zeros(1,s+1) 存放Fd路径的(viterbi decoder)
- 2015-04-20 17:06:18下载
- 积分:1
-
juanji
求连续函数的卷积,利用matlab中的conv函数实现(Seek a continuous function of the convolution, using the conv function in Matlab to achieve)
- 2012-06-09 09:54:40下载
- 积分:1
-
cplex
cplex中文教学ppt ,cplex是商用混合整数规划软件,编制的程序对模型进行全局优化。(The cplex Chinese teaching ppt, cplex commercial mixed integer programming software, the program prepared by the global optimization model.)
- 2020-12-18 08:19:11下载
- 积分:1
-
Digital_image_processing_using_matlab
Digital image processing using matlab - Rafael C. Gonzalez, Richard E. Woods, Steven L. Eddins - 0130085197(Digital image processing using matlab- Rafael C. Gonzalez, Richard E. Woods, Steven L. Eddins- 0130085197)
- 2009-07-20 11:22:20下载
- 积分:1
-
svmTrain
说明: 一个matlab平台应用的svm工具箱,该工具箱包括了二种分类,二种回归,以及一种一类支持向量机算法(A matlab platform applications svm toolbox, the kit includes two kinds of classification, two kinds of return, and a one-class support vector machine algorithm)
- 2010-03-26 09:04:18下载
- 积分:1
-
Wavelet_denoising
小波去噪matlab程序,有demo,本人已运行,能用,大家可以试一试。(Wavelet denoising matlab program, demo, I have to run, can be used, we can try.)
- 2013-10-25 21:10:04下载
- 积分:1
-
nandajiangyi
小波变换 小波变换 小波变换 小波变换水印嵌入算法(walet)
- 2011-01-01 13:20:06下载
- 积分:1
-
Pallecant
方程求根的matlab程序,用的是平行法则,仅供参考(Roots of the equation matlab program, using a parallel rule, for reference only)
- 2011-09-27 10:41:43下载
- 积分:1