-
KNNMeanFilter
说明: 原理:以待处理的像素作为中心,取一个nXn的模板,在模板中选择k个与待处理像素的值最接近的像素,将这k个像素的均值替换原来的像素值。
假设n=3,k=5,调用方法:b = KNNMeanFilter(a, 3, 5)(Principle: to be treated as the center pixel, take a nXn template select the template and the pending k-nearest pixel values of pixels, this k pixels mean replacing the original pixel value. Assuming n = 3, k = 5, call the method: b = KNNMeanFilter (a, 3, 5))
- 2010-05-03 10:14:15下载
- 积分:1
-
AB
说明: 基于MMSE准则LS /涡轮译码算法和平衡MIMO迭代算法的性能比较(Based on MMSE criterion LS/Turbo decoding algorithm and balanced MIMO iterative algorithm performance comparison)
- 2010-05-25 11:44:01下载
- 积分:1
-
GetSpeDir
获取windows和system32的默认完整路径,初学者可以学习参考一下(Access to windows and system32 default the full path, beginners can learn to refer to)
- 2007-08-09 13:11:51下载
- 积分:1
-
AC-Circuits
BASICS OF ELECTRIC CIRCUIT FOR ELECTRICAL ENGINEERING STUDENTS
- 2013-09-19 15:28:45下载
- 积分:1
-
Matlab
Matlab详细手册Matlab详细手册Matlab详细手册Matlab详细手册(Matlab user book)
- 2010-12-25 13:44:38下载
- 积分:1
-
fit_ML_rayleigh
fit_ML_rayleigh - Maximum Likelihood fit of the rayleigh distribution of i.i.d. samples!.
Given the samples of a rayleigh distribution, the PDF parameter is found
fits data to the probability of the form:
p(r)=r*exp(-r^2/(2*s))/s
with parameter: s
format: result = fit_ML_rayleigh( x,hAx )
input: x - vector, samples with rayleigh 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
s - fitted parameter
CRB - Cram?r-Rao Bound for the estimator value
RMS - RMS error of the estimation
type- ML
- 2011-02-09 19:10:54下载
- 积分:1
-
hybrid-PSO
说明: 这是一个混合的粒子群算法编程实现,希望对大家有帮助(hybrid PSO code in matlab)
- 2009-08-28 10:01:56下载
- 积分:1
-
ARMASA
频谱估计Automatic Spectral Analysis-Matlab code(Accurate estimates of the autocorrelation or power spectrum can be obtained with a parametric model (AR, MA or ARMA). With automatic inference, not only the model parameters but also the model structure are determined from the data. It is assumed that the ARMASA toolbox is present.)
- 2013-01-12 11:06:24下载
- 积分:1
-
facedetection
用MATLAB调用opencv的人脸检测器,已打包好,无需opencv,facedetection.m为示例程序(Call opencv face detection using MATLAB, a packaged good, no opencv, facedetection.m for sample program)
- 2021-04-14 21:18:55下载
- 积分:1
-
combine_vc_with_matlab
如何在VC程序中使用MATLAB的C数学库 这是介绍在VC程序中使用MATLAB的C数学库,可以将vc和matlab结合起来。(this is a paper intruduce how to combine vc to matlab)
- 2010-09-28 23:47:53下载
- 积分:1