-
fit_maxwell_pdf
fit_maxwell_pdf - Non Linear Least Squares fit of the maxwellian distribution.
given the samples of the histogram of the samples, finds the
distribution parameter that fits the histogram samples.
fits data to the probability of the form:
p(r) = sqrt(2/pi)*(a^(-3/2))*(r^2)*exp(-(r^2)/(2*a))
with parameter: a
format: result = fit_maxwell_pdf( x,y,W,hAx )
input: y - vector, samples of the histogram to be fitted
x - vector, position of the samples of the histogram (i.e. y = f(x,a))
W - matrix or scalar, a square weighting matrix of the size NxN where
N = length(y), or 0 to indicate no weighting is needed.
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
a - fitted parameter
VAR - variance of the estimation
type- weighted LS or not weighted LS
iter- number of iteration for the solution
- 2011-02-09 19:02:55下载
- 积分:1
-
PNcode-tongbu
扩频通信中PN码同步仿真实验,中间无任何错误,可直接使用(can use)
- 2013-09-02 16:21:51下载
- 积分:1
-
ECG-METHOD
有关心电去噪处理的论文,不错的文章,写的很仔细(Are concerned about the power denoising papers, good article, very carefully written)
- 2011-12-21 11:37:01下载
- 积分:1
-
tv_original
tv模型代码,用到的偏微分方程技巧和各项异性扩散(tv model code, techniques used in partial differential equations and anisotropic diffusion)
- 2015-03-23 21:00:31下载
- 积分:1
-
XMPP
ios下,一个基于XMPP简单的的通信demo(Under ios, an XMPP-based communication simple demo)
- 2014-02-18 18:59:25下载
- 积分:1
-
《粒子滤波原理及应用MATLAB仿真》程序
该文档是《粒子滤波原理及应用MATLAB仿真》一书的配套例程,对于学习粒子滤波算法的MATLAB实现很有帮助(This document is a companion routine to the book Particle Filtering Theory and Application of MATLAB Simulation. It is helpful for learning MATLAB implementation of particle filter algorithm.)
- 2018-04-05 16:01:28下载
- 积分:1
-
3.24 基于蚁群算法的图像边缘检测
说明: 基于蚁群算法的边缘检测,功能简单,适合新手(Edge detection based on ant colony algorithm, the function is simple, suitable for beginners)
- 2019-12-12 15:23:34下载
- 积分:1
-
MLE_123
Max Likelihood for BL(p,q) series estimation - MATLAB SAMPLE CODE(Max Likelihood for BL(p,q) series estimation- MATLAB SAMPLE CODE)
- 2009-11-04 04:01:18下载
- 积分:1
-
DTWMFCC
DTW与MFCC相结合的语音特征提取算法,改进了MFCC的性能(Combination of DTW and the MFCC feature extraction algorithm for voice, improving the performance of MFCC)
- 2009-11-09 21:38:24下载
- 积分:1
-
complex
assigning complex numbers
- 2013-03-04 12:12:06下载
- 积分:1