-
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
-
Threespacefractalinsert
内含三维空间中的分形插值算法源代码。双击Debug下的Fractal Example.exe文件,程序运行;双击Fractal Example.dsw文件,进入编辑环境。(3D space containing the fractal interpolation algorithm source code. Double-click the Debug Fractal Example.exe documents, operating procedures; Double-click Fractal Example.dsw documents to enter editing environment.)
- 2007-03-07 08:51:14下载
- 积分:1
-
ColorImageHistogram
彩色直方图(matlab),可以直接求出rgb图像的直方图(Color histogram (matlab))
- 2009-05-20 09:46:01下载
- 积分:1
-
manual
E2LSH代码最全面的介绍,里面详尽的介绍了每一个函数的作用(E2LSH code for the most comprehensive introduction, which describes in detail the role of each function)
- 2014-11-24 19:09:40下载
- 积分:1
-
VCMATLAB
说明: 关于VC++与Matlab混合编程的一些参考文献,很有参考价值(On VC++ and Matlab programming mix some reference, a good reference)
- 2010-04-03 23:36:33下载
- 积分:1
-
kernel
这是一款关于趋势分析的程序,能够简单地分析出数据序列的趋势,以及断点(This is a on the trend analysis program, be able to simply analyze data sequence trend, and the breakpoint)
- 2013-03-17 11:29:26下载
- 积分:1
-
conversion
将指定文件类型进行转换,从而满足MATLAB等不同软件的快速输入要求(To convert the specified file type to meet different MATLAB software for fast input requirements)
- 2009-09-19 10:03:09下载
- 积分:1
-
TexasHoldemPoker
c++ Texas holdem poker source code
- 2014-01-01 09:26:28下载
- 积分:1
-
chap4matlab
实例10:阶梯图
实例11:枝干图
实例12:罗盘图
实例13:轮廓图
实例14:交互式图形
实例15:变换的傅立叶函数曲线(Example 10: Ladder Diagram Example 11: Example branches Figure 12: Compass Chart Example 13: The contour map instance 14: 15 Interactive graphic example: the Fourier transform function curve)
- 2011-05-20 01:50:29下载
- 积分:1
-
CGfxOutBarCtrl
CGfxOutBarCtrl类源码和使用实例,类库中包括了如下文件的下载:
GfxOutBarCtrl.h、GfxOutBarCtrl.cpp、GfxGroupEdit.cpp、GfxGroupEdit.h、GfxPopupMenu.cpp、GfxPopupMenu.h。(CGfxOutBarCtrl class source code and use cases, class libraries are included in the following documents to download:
GfxOutBarCtrl.h, GfxOutBarCtrl.cpp, GfxGroupEdit.cpp, GfxGroupEdit.h, GfxPopupMenu.cpp, GfxPopupMenu.h.)
- 2015-02-24 14:10:37下载
- 积分:1