-
sourcecode
《MATLAB语言常用算法程序集》一书的源程序(" MATLAB algorithms commonly used in assembly language," a source book)
- 2010-08-24 10:15:22下载
- 积分:1
-
perceptron
感知器算法,通过迭代算法不断修改权向量,找到解向量。(Perceptron algorithm, iterative algorithm to find solution vectors.)
- 2009-10-15 22:34:05下载
- 积分:1
-
Webinar
feature extraction of images using moment invarients
- 2011-01-05 04:23:44下载
- 积分: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
-
432687234
可用于图像处理,提取图像中隐藏信息,并对图像进行修改(Can be used for image processing, extracting images hidden information, and modify images)
- 2011-12-01 22:06:14下载
- 积分:1
-
GoogleChart
基于Googlechar 的图表实现,可以运行的(basic on Googl char,it can work !with Chars)
- 2013-11-07 16:46:43下载
- 积分:1
-
LMS与NLMS滤波
说明: 最小均方自适应滤波算法(LMS)与归一化最小均方自适应滤波算法(NLMS)的对比(Comparison of Least Mean Square Adaptive Filtering Algorithm (LMS) and Normalized Least Mean Square Adaptive Filtering Algorithm (NLMS))
- 2019-12-22 17:45:26下载
- 积分:1
-
VC_MATLAB7SharedLibrary
调用MATLAB7 Compiler 产生共享库程序的方法介绍,有如下的大致结构:
1.声明变量或者是函数作为输入变量;
2. 调用 mclInitalizeApplication函数,并测试是否成功,该函数设置了一个全局的MCR
状态,并且构建MCR实例;
3. 对于每个库,调用一次<libraryname>Initalize函数,为库创建一个MCR 实例;
4. 调用库中的函数,并处理其结果(这是程序的主要部分);
5. 为每个库调用一次<libraryname>Terminate函数,用于注销相联系的MCR;
6. 调用 mclTerminateApplication函数,释放与全局MCR状态相联系的资源;
7. 清除变换,关闭文件等,然后退出。(VC+ MATLAB7 C Shared Library Target)
- 2009-06-06 10:46:54下载
- 积分:1
-
pv
说明: 太阳能电池板的模拟,来自阳光电源测试部,存在缺陷,请多指教(Simulation of solar panels, sun power test from the Ministry of flawed, Pleased to meet you)
- 2011-04-12 16:43:33下载
- 积分:1
-
matlab-sort
是一种排列的方式,对输入的数据进行排列,初学者可以根据此文件排列(is can sort)
- 2011-06-16 09:39:54下载
- 积分:1