-
noise
This code is filtering noise in image with median filter.
- 2009-05-08 21:41:04下载
- 积分:1
-
EMDprogram
EMD主程序,将EMD的核心思想应用Matlab程序实现,其他相关程序可再联系本人。(EMD main program, the core idea EMD Matlab program. other related procedures can be linked himself.)
- 2007-05-22 15:22:18下载
- 积分:1
-
GPR1
地质雷达期刊文章,关于资料处理及分析,工程地球物理勘探(papers about GPR, relating to data processing and analysis, engineering geophysical prospecting)
- 2014-09-01 22:15:11下载
- 积分:1
-
Face-Detection-System
face detection system,for matlab simulink neural network
- 2013-09-08 15:24:30下载
- 积分:1
-
edge.m
camera-to-screen calibration test USING MATLAB
- 2013-12-17 23:03:43下载
- 积分:1
-
matlabnetworktoolbox
手把手指导神经网络matlab编程 并附有重要部分代码(Hands-on guide matlab neural network together with an important part of programming code)
- 2010-05-19 22:55:05下载
- 积分:1
-
MAS
Modele d etat de la machine asynchrone a cage...
- 2013-05-01 19:06:39下载
- 积分:1
-
ldafacesvmchartest.zip
face recognition for person identification
- 2012-03-22 14:01:35下载
- 积分:1
-
onejacky_2010
无限长圆柱导体散射问题求解过程(矩量法)选取的基函数为脉冲基函数,权函数选取的是 (Dirac)函数。
- 2010-05-14 10:59:29下载
- 积分:1
-
lorentzfit
= lorentzfit (× )
lorentzfit 符合输入(× )与罗伦兹功能的形式
“ (× )= 1 / ((- 2)^ 2 + 3号)
输入
:因变量值[ 是] (× )
× :独立变量的值
输出功率
一:名单[ 1 2 3 ] 罗伦兹参数
示例
× = - 16:0.1:35
= 19.4 / ((- 7)^ 2 + 15.8)+ randn (大小(× )/ 10 )
= lorentzfit (× )
杰瑞德·威尔斯
11 / 15 / 11
杰瑞德威尔斯[ 点] [在] [ 点] 教育公爵(a = lorentzfit(y,x)
LORENTZFIT fits the input Y(X) with a Lorentzian function of the form
Y (X) = A1./((X- A2).^2+ A3)
INPUTS
Y : Dependent variable values [Y(X)]
X : Independent variable values
OUTPUT
A : List of Lorentzian parameters [A1 A2 A3]
EXAMPLE
x =-16:0.1:35
y = 19.4./((x- 7).^2+ 15.8)+ randn(size(x))./10
a = lorentzfit(y,x)
Jered R Wells
11/15/11
jered [dot] wells [at] duke [dot] edu)
- 2012-05-02 20:28:43下载
- 积分:1