-
FDTD_1D
计算一维光子晶体的带隙计算,用MATLAB编程,时域有限差分法(photonic crystal 1_D)
- 2010-06-06 23:44:19下载
- 积分:1
-
spot
计算存在在电力市场的现货市场的现货价格、社会福利(calculate some parameter in spot market)
- 2021-04-17 22:48:52下载
- 积分:1
-
MLIunequalDCsources
Z source inverter controller vehicle dynamic
- 2015-03-24 15:42:54下载
- 积分:1
-
main
A network is a group of desktop or laptop computers (and other hardware devices, such as printers) that is connected together with the primary purpose of communicating and exchanging data. Networking is all about sharing, and it allows your computers to connect to the Internet, talk to each other, and share resources like files and printers.
- 2010-11-06 02:39:15下载
- 积分:1
-
dcCalculate
Dynamic calculation formula, the string into the corresponding formula, dynamic compilation and calculate the results
- 2015-01-23 08:05:53下载
- 积分:1
-
Desktop
Direct Sequence Spread Spectrum
- 2010-09-16 14:43:06下载
- 积分:1
-
LMS-RLSAlgorithms
LMS RLS equalization simulation
- 2010-02-21 06:49:51下载
- 积分:1
-
dijkstraAncVersionRoutesEtCosts
This is a MATLAB code (function) which implements the Djikstra algorithm.
- 2015-03-23 18:08:30下载
- 积分:1
-
SE
说明: 小波分解层数为5层,提取高频系数,进行单只重构,从而得到各组系数(Wavelet decomposition level for five layers, extracting high-frequency coefficients, only a single reconstruction, resulting in each set of coefficients)
- 2015-04-20 21:04:40下载
- 积分: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