-
ldpcbp3
说明: 很有 用的LDPC译码程序,大家可以看看,很有借鉴作用(ldpc decoder)
- 2009-07-30 09:38:01下载
- 积分:1
-
smallworld
小世界网络模型代码,可以求出邻接矩阵,度和度分布(Small world network model code, you can find the adjacency matrix, degree and degree distribution)
- 2011-05-06 22:02:56下载
- 积分:1
-
matlab
里面有关于MATLAB的基本使用的方法和定义,初学者可以好好的(There are on the basic use of MATLAB methods and definitions, can be good for beginners)
- 2007-11-07 09:50:14下载
- 积分:1
-
APF
基于SIMULINK搭建的并联有源电力滤波器程序,希望大家,相互交流。(SIMULINK-based structures of Shunt Active Power Filter procedures, hope, each other.)
- 2010-05-31 00:52:51下载
- 积分:1
-
GUI_1
matlab
读取操作图片,可以打开图片,改变其显示模式(matlab read operation picture, you can open the picture, and changing the display mode)
- 2009-05-13 16:38:10下载
- 积分:1
-
clipping_ber_4qam
clipping算法的误码率仿真文件,通过matlab仿真(clipping algorithm BER simulation files, through the matlab simulation)
- 2007-10-26 21:12:47下载
- 积分:1
-
MATLABtuitor
实用matlab教程,包括simulink,图形处理,GUI,数值计算等的详细说明(Practical Matlab tutorials, including a detailed description of the simulink, graphics processing, the GUI, numerical calculation, etc.)
- 2012-06-29 13:29:33下载
- 积分:1
-
11
说明: 基于matlab的2FSK的调制与解调,内含有源程序代码和详细的解析报告。。。。。。(Matlab-based 2FSK modulation and demodulation, containing the source code and detailed analysis reports. . . . . .)
- 2013-10-20 20:56:00下载
- 积分:1
-
PSO
粒子群算法的MATLAB源码,代码运行平台为Tc 3.0 ,对研究粒子群算法问题的朋友较有参考意义。(Particle Swarm MATLAB source code for the operating platform Tc 3.0, the study of particle swarm optimization Friends of the problem than there is reference value.)
- 2009-04-01 14:54:16下载
- 积分:1
-
fit_ML_normal
fit_ML_normal - Maximum Likelihood fit of the normal distribution of i.i.d. samples!.
Given the samples of a normal distribution, the PDF parameter is found
fits data to the probability of the form:
p(r) = sqrt(1/2/pi/sig^2)*exp(-((r-u)^2)/(2*sig^2))
with parameters: u,sig^2
format: result = fit_ML_normal( x,hAx )
input: x - vector, samples with normal 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
sig^2,u - fitted parameters
CRB_sig2,CRB_u - Cram?r-Rao Bound for the estimator value
RMS - RMS error of the estimation
type - ML
- 2011-02-09 19:09:33下载
- 积分:1