-
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
-
diffpianweifen
关于不同的差分格式求解对流偏微分方程的比较的程序(difference on the different format for the convection of partial differential equations procedures)
- 2007-05-09 15:56:20下载
- 积分:1
-
CDMA
CDMA通信系统仿真程序,可以选择不同的PN码扩频调制,有信道编码,信道加入高斯白噪声,仿真不同的检测器的的性能(CDMA communication system simulation, simulation of different detectors performance)
- 2013-11-16 23:27:32下载
- 积分:1
-
RMHC
the matlab code of other form of hill climbing algorithm.
- 2014-01-22 00:55:47下载
- 积分:1
-
meierdaopufadematlabshixian
对录音信号集 中的某一语音,利用BATLAB设计一美尔例谱算法,并实现。
取信号集 中的一个语音信号:“xxxxxx”,将它作为输入的语音信号来为设计一个美尔倒谱算法,在该算法中,主要设计了以下环节:
1.读入一个语音信号;2.对这个信号归一化;3.对归一化的信号进行加窗处理(这里的矩形窗长度必须为257,重帧长64);4.进行预加重处理,即通过一个高通滤波器: ;5进行512点的FFT;6.分别取模平方得到功率谱;7.在设计的mel滤波器组中,我采用了25个带通滤波器;8.将得到的功率谱信号通过mel滤波器组,得到相应的25个功率值;9.对这些功率值取自然对数;10.对这些值取离散作弦变换;11.将得到的值去掉直流分量,取其它值作为MFCC参数。
(Concentrated on recording a voice signal, using BATLAB designed Mayer cases spectral algorithm, and implementation.
Get a voice signal signal focus: "xxxxxx", will it as input for the design of a voice signal to Mel Cepstrum algorithm in the algorithm, the main design of the following links:
1. Read a speech signal 2. On the signal normalized 3. Of the normalized windowed signal processing (here, rectangular window length must be 257, re-frame size 64) 4. For Pre-emphasis processing through a high-pass filter: 5 for 512 points of FFT 6. modulo square were obtained spectrum 7. in the design of mel filter banks, I use a 25 band-pass filter 8 . will be the power spectrum signal by mel filter bank, corresponding to the 25 power values 9. on the power to take the natural logarithm value 10. to take these values as strings of discrete transform 11. will be of value to out DC component, to take other values as MFCC parameters.)
- 2010-09-21 22:01:57下载
- 积分:1
-
MVAbankruptcydis
Successful classification ratio dynamic over the number of terminal nodes: cross-validation
- 2013-04-30 22:23:44下载
- 积分:1
-
DSTATCOM
simulink实现DSTATCOM功能(Simulink DSTATCOM function realization)
- 2013-03-06 16:17:50下载
- 积分:1
-
trafficflow
To understand the traffic mechanism and find optimal strategies to improve traffic capacity is one of the important issues we have to address.
- 2009-05-03 09:22:48下载
- 积分:1
-
psopt
粒子群算法,类似于遗传算法工具箱的调用语句(pso code)
- 2014-11-01 21:56:42下载
- 积分:1
-
FDTD3_4
Simulation of a plane wave impinging on a dielectric cylinder using FDTD
- 2013-09-28 20:46:37下载
- 积分:1