-
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
-
transformation
all transformation in matlab
- 2011-01-15 22:34:50下载
- 积分:1
-
ldpc
ldpc码在AWGN信道下的性能仿真。包括geth.m,getG.m,H2G.m,decode.m,BER.m按传统的编码方案编码,生成H矩阵后转化为G矩阵,编码后送入高斯信道。仿真得到BER性能(ldpc codes in the AWGN channel performance simulation. Including geth.m, getG.m, H2G.m, decode.m, BER.m coded according to the traditional encoding scheme to generate H matrix is transformed into G matrix encoded into the Gaussian channel. Simulation, the BER performance)
- 2010-05-15 14:33:41下载
- 积分:1
-
rand_noise_generate
产生高斯分布的白噪声的方法. 数据输出格式为txt. 可以读取到其它程序中, 作为后续开放使用. (have a Gaussian distribution of white noise method. Data output format txt. Can be read into other procedures, As a follow-up opening.)
- 2007-06-15 21:13:22下载
- 积分:1
-
DCT-SVD-Edge-code-ext
Watermarking using DCT-SVD it includes watermarking algorithm using DCT and SVD combination.It accurately performs watermarking technique.
- 2014-01-26 13:06:35下载
- 积分:1
-
巴克码
说明: 仿真实现了十三位巴克码进行脉内调相。很好的程序,亲自优化过。(Thirteen Barker codes are simulated for intra-pulse phase modulation. Good procedures, personally optimized.)
- 2019-05-17 22:02:34下载
- 积分:1
-
ex8-2
在matlab的小波分析中标,设计一个包含若干不连续点的一维信号,利用小波变换的模极大提取它的阶梯型边界点。(Matlab wavelet analysis in the successful design that contains a number of discrete points of one-dimensional signals, using wavelet transform modulus maxima extraction of its ladder-type boundary points.)
- 2007-08-04 17:17:08下载
- 积分:1
-
MATLAB
说明: MATLAB产生正弦波源程序txt文件,其中位宽为10,单位长为4096(MATLAB generates a sine wave source txt file, which is 10 bits wide, the unit of length 4096)
- 2011-03-14 19:17:54下载
- 积分:1
-
SuportVectorMachine_Library
This toolbox was designed as a teaching aid, which matlab is
particularly good for since source code is relatively legible and
simple to modify. However, it is still reasonably fast if used
with the supplied optimiser. However, if you really want to speed
things up you should consider compiling the matrix composition
routine for H into a mex function. Then again if you really want
to speed things up you probably shouldn t be using matlab
anyway... Get hold of a dedicated C program once you understand
the algorithm.
- 2012-06-10 07:39:31下载
- 积分:1
-
erweima
通过对二维码的3个顶点定位,扫描从而确定二维码的位置为后续解码做准备(hrough the three vertices of qr code, scan to determine the location of the qr code in preparation for the subsequent decoding
)
- 2015-04-25 09:07:05下载
- 积分:1