-
Sim_LDPC_802_16e
本程序可仿真IEEE802.16e LDPC编解码器,程序设计原理见本人如下专著。
[1] 肖扬著, Turbo与LDPC编解码及其应用,人民邮电出版社,2010.
[2] 肖扬著, MIMO多天线无线通信系统,人民邮电出版社,2009。
本程序只用于科研,不得用于其它场合。(The program can simulate LDPC codec with IEEE 802.16e LDPC of the size
2256*4512, and 1/2 code rate.
Copyright (C2010-2015) Yang XIAO, Beijing Jiaotong University, Nov.3, 2010, E-Mail: yxiao@bjtu.edu.cn.
Current Version Published: 2010-11-3
In my following books, I derived the algorithm of constructing the parity check matrices of IEEE 802.16e LDPC.
[1] Y. Xiao, Turbo and LDPC Codecs and their Applications, Press of Posts and Telecommunications, Beijing, 2010.
[2] Yang Xiao, MIMO Multiple Antenna Wireless Communication Systems, Press of Posts and Telecommunications, Beijing, 2009.
This program also provides the LDPC code with the size 4512*2256, and 1/2 code.)
- 2010-11-07 08:19:04下载
- 积分:1
-
model3d
一个matlab程序可以调入和应用3D Max (.3ds)和Autocad (.dxf)文件。能够利用OpenGL作显示并进行简单的操纵(旋转,平易,重叠等)(a Matlab procedures can be transferred and applied 3D Max (.3 ds) and Autocad (. dxf) documents. To use OpenGL for show and simple manipulation (rotate kind, overlap, etc.))
- 2007-03-16 10:40:31下载
- 积分:1
-
GAOT_BY_SheffieldUniv
英国谢菲尔德大学推出的GA算法工具箱,只能说,很好,很强大(GA toolbox by Sheffield Univ, excellent and perfect.)
- 2010-07-18 16:36:35下载
- 积分:1
-
fibonacci
In mathematics, the Fibonacci sequence is the following infinite sequence of natural numbers:
The first element is 0, the second is 1 and each remaining element is the sum of the previous two:
Each element of this sequence is called Fibonacci number. This sequence was described in Europe by Leonardo of Pisa, XIII century Italian mathematician known as Fibonacci. It has numerous applications in computer science, mathematics and game theory.
- 2010-02-25 04:16:56下载
- 积分:1
-
Convert_MPHTXT_to_MESH
将有限元软件到处的数据转换成txt,很好用哦(Full data of the finite element software to convert txt, very easy to use!)
- 2012-06-06 22:00:04下载
- 积分:1
-
HarmonicStudy
THIS IS SIMULINK MODEL OF HOW HARMONIC DISTURBED SINNUSOIDAL WAVE FORM
- 2013-08-26 05:49:59下载
- 积分:1
-
bb
说明: 对广义预测控制算法的性能指标进行改进从而编写的程序,可以达到更好的控制效果。(By improving preparation procedures on the performance index of generalized predictive control algorithm, and can obtain better control result.)
- 2015-02-25 17:04:04下载
- 积分:1
-
Code_stbc
STBC编码的一个MATLAB程序,有详细注解(a matlab code for STBC with detailed notes)
- 2014-11-28 17:03:25下载
- 积分:1
-
Image-Sharpening
在matlabzhong 运用5种不同的梯度增强法对图像进行图像锐化(For image sharpening use five different gradient Enhancement Act)
- 2014-12-11 13:48:01下载
- 积分:1
-
dengyi
CONSX—这是一个主要子程序,调用其它于程序及输出中间结果 *
!* CHECK—检查所有的点是否满足约束条件,对违背约束的点进行校正 *
!* CENTR—计算中心点 *
!* FUNC —目标函数,由用户提供 *
( PROGRAM COMPLEX
PARAMETER(N=3,M=4,K=6)
DIMENSION X(K,M),R(K,N),F(K),G(M),H(M),XC(N)
INTEGER GAMMA
OPEN(4,FILE= COMPDATA )
READ(4,*)ITMAX,IPRINT,ALPHA,BETA,GAMMA,DELTA
READ(4,*)(X(1,J),J=1,N)
IX=2097151
YFL=0.
DO 100 II=2,K
DO 100 JJ=1,N
CALL RANDU(IX,YFL)
R(II,JJ)=YFL
100 CONTINUE
OPEN(2,FILE= COMPDAT.OUT ,STATUS= UNKNOWN )
WRITE(2,10)
10 FORMAT(//,10X, COMPLEX PROGRAM OF BOX )
WRITE(2,11)N,M,K,ITMAX,IPRINT,ALPHA,BETA,G
)
- 2010-07-25 11:38:36下载
- 积分:1