-
TwoVariablesDistribution
可以产生二元正态分布随机数,绘制二元正态分布随机数的频数直方图(produce two-variables normal distribution random data, and plot frequency picture according the data.)
- 2011-11-02 10:43:57下载
- 积分:1
-
GLCM_Features1
GLCM_Features1 helps to calculate the features from the different GLCMs
that are input to the function. The GLCMs are stored in a i x j x n
matrix, where n is the number of GLCMs calculated usually due to the
different orientation and displacements used in the algorithm. Usually
the values i and j are equal to NumLevels parameter of the GLCM
computing function graycomatrix(). Note that matlab quantization values
belong to the set {1,..., NumLevels} and not from {0,...,(NumLevels-1)}
- 2013-04-21 07:06:27下载
- 积分:1
-
4
说明: 灰色系统的matlab程序原代码,可用以对数据建立方程,进行预测(Gray system matlab program source code, the data used to establish equations to predict)
- 2014-02-23 13:50:27下载
- 积分:1
-
code_lab_three
Rician fading is a radio propagation anomaly caused by partial cancellation of a radio signal by itself — the signal arrives at the receiver by two different paths, and at least one of the paths is changing (lengthening or shortening). Rician fading occurs when one of the paths, typically a line of sight signal, is much stronger than the others. In Rician fading, the amplitude gain is characterized by a Rician distribution.
- 2010-01-09 13:25:50下载
- 积分:1
-
estimate_AR
现代谱估计welch方法,可以变换成巴特莱特方法(welch altroithm in modern spectral estimation)
- 2011-12-26 11:52:22下载
- 积分:1
-
SpectrumEstimationWelchMethod
基于Welch算法的经典功率谱估计的Matlab分析,从经典功率谱估计周期图法原理入手,借助Welch 算法对其进行修正(Matlab Simulation Analysis of Power Spectrum Estimation Based on Welch Method,int roduces the principles of Periodogram method of classical PSD estimation,and makes use of Welch to amend Perodogram method)
- 2010-08-27 16:51:19下载
- 积分:1
-
1DSASE
自由电子激光,一维SASE理论,matlab模拟(free-electron laser, a peacekeeping SASE theory, Matlab simulation)
- 2007-03-17 10:20:00下载
- 积分:1
-
quansusousuosuanfa
函数的作用是执行1/4像素精度的运动估计
f1是参考帧,f2是匹配帧
函数首先对初始图像进行分辨率提高4倍的双三次插值
再进行基于块匹配的全搜索运动估计(Full search block matching based motion estimation)
- 2010-12-26 14:12:00下载
- 积分:1
-
fgg
A program to detect PSS sequence.
This can be used as a reference along with SSS
- 2011-12-18 21:04:40下载
- 积分:1
-
fit_ML_maxwell
fit_ML_normal - Maximum Likelihood fit of the log-normal distribution of i.i.d. samples!.
Given the samples of a log-normal distribution, the PDF parameter is found
fits data to the probability of the form:
p(x) = sqrt(1/(2*pi))/(s*x)*exp(- (log(x-m)^2)/(2*s^2))
with parameters: m,s
format: result = fit_ML_log_normal( x,hAx )
input: x - vector, samples with log-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
m,s - fitted parameters
CRB_m,CRB_s - Cram?r-Rao Bound for the estimator value
RMS - RMS error of the estimation
type - ML
- 2011-02-09 19:08:34下载
- 积分:1