-
analog-lab_suresh-sir
analog communication lab experiments and source codes using MATLAB
- 2011-01-24 19:47:31下载
- 积分:1
-
PCAmatlab-
PCA人脸识别 的源代码 在matlaB 里面实现的(PCA MatlAB FaceRec.m eigface Reconstruct.m calc xmean,sigma and its eigen decomposition)
- 2012-05-23 23:36:42下载
- 积分:1
-
smart_antenna1
matlab实现智能天线的波束调向功能,并显示结果。(matlab smart antenna beam tune to the function, and displays the results.)
- 2013-03-12 20:44:12下载
- 积分:1
-
Drager_codes
An example of Chaos Theory application
- 2013-04-08 13:11:30下载
- 积分:1
-
Gui_Data_display
说明: 利用MATLAB中的GUI工具来制作串口通信上位机,利用上位机将数据利用绘图实时显示出来。(Use the GUI tool in MATLAB to make the serial communication upper computer, and use the upper computer to display the data in real time using the drawing.)
- 2019-11-14 18:12:27下载
- 积分:1
-
Thesis_Karteek_Gummi
projectreportsimulink bidirectionalconverter
- 2014-01-05 23:13:56下载
- 积分:1
-
FD
小型时域有限差分的程序,在matlab环境下运行。(Small FDTD program, run in matlab environment.)
- 2014-02-08 15:03:05下载
- 积分:1
-
attachments_2010_10_30
This is a matlab code for filters.
- 2010-11-12 09:41:26下载
- 积分:1
-
mcs.tar
说明: 多极坐标搜素,一个局部与全局最优的兼容方法(Multi-polar search element, a local method is compatible with the global optimum)
- 2011-04-14 15:21:18下载
- 积分: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