-
LDPC
LDPC码是通过校验矩阵定义的一类线性码,为使译码可行,在码长较长时需要校验矩阵满足“稀疏性”,即校验矩阵中1的密度比较低,也就是要求校验矩阵中1的个数远小于0的个数,并且码长越长,密度就要越低。
(LDPC Coding with PSK modulation in Rayleigh fading channel
Most of the functions are built in matlab functions found in the comm. toolbox. These can also be easily configurable in the code to meet your requirements.
In the given code, set the SNR, codeRate, modulation order (psk) and Number of frames to be simulated.
Please feel free to contact me and let me know your comments.
)
- 2013-04-03 09:47:51下载
- 积分:1
-
lagrange_interpolation_6_2
MATLAB 实现拉格朗日插值算法 (Lagrange interpolation algorithm in MATLAB)
- 2011-11-29 21:19:03下载
- 积分:1
-
jae_92m
This is a matlab program. It will implement the estimation and testing
procedures for a Markov switching parameter model as presented in B. Hansen
"The likelihood ratio test under non-standard conditions: Testing the
Markov trend model of GNP."
- 2014-01-03 13:47:53下载
- 积分:1
-
QGA-Matlab
利用量子遗传算法求解二元函数极值的matlab源程序。(Quantum genetic algorithm matlab source binary function extremum.)
- 2015-04-27 17:26:57下载
- 积分:1
-
syncmachine
This is my Simulink file that simulâ tes a synchronous generator model
- 2014-08-11 01:58:06下载
- 积分:1
-
kuozhankamalvbosuanfa
扩展卡尔曼滤波算法的matlab程序,(字数不够,增加字数的)(Extended Kalman filter algorithm matlab program)
- 2014-08-27 20:26:52下载
- 积分:1
-
boshutu
标准线阵的频率波数响应、波束图
对于N=11的标准线阵:
1、画出频率响应波束图,并标出可视区间;
2、画出极坐标下的波束图;
3、分析栅瓣问题。(Standard linear frequency response, the beam pattern)
- 2012-05-06 12:35:02下载
- 积分:1
-
robotarm
说明: 柔性机械臂的神经网络控制策略。课程报告,有详细说明。(Flexible manipulator neural network control strategy. Course report is described in detail.)
- 2006-03-06 21:12:59下载
- 积分:1
-
capacity_cdf_mimo
mimo capacity_cdf_mimo graph drawing
- 2011-07-30 23:31:45下载
- 积分:1
-
fit_ML_laplace
fit_ML_normal - Maximum Likelihood fit of the laplace distribution of i.i.d. samples!.
Given the samples of a laplace distribution, the PDF parameter is found
fits data to the probability of the form:
p(x) = 1/(2*b)*exp(-abs(x-u)/b)
with parameters: u,b
format: result = fit_ML_laplace( x,hAx )
input: x - vector, samples with laplace distribution to be parameterized
hAx - handle of an axis, on which the fitted distribution is plotted
if h is given empty, a figure is created.
output: result - structure with the fields
u,b - fitted parameters
CRB_b - Cram?r-Rao Bound for the estimator value
RMS - RMS error of the estimation
type - ML
- 2011-02-09 19:06:32下载
- 积分:1