-
LinearBPM
这是一个简单的FFT为无电位1 +1 +1 Ð 薛定谔方程的光束传播方法。如果该软件灵活,允许引入的术语(如果是极少数需要包括色散效应高阶导数)。例如,如果一个人渴望解决的一个方程的形式:
(四/ dz的+ Ð ^ 2/dx ^ 2 - 0.25 * Ð ^ 3/dx ^ 3)== 0 Ÿ
它可以解决使用以下代码:
Ž = linspace(0,1,512)
x = linspace(-5,5,1024)
psi0 =进出口(- x的。^ 2)
Ð = D_lateral1D(十,2)-0.25 * D_lateral1D(十,3)
字段= LinearBPM(psi0,有D,Z)
凡D_lateral1D是一个函数,提供“取代”的微分算子。
这个函数是在一个非线性的BPM,我曾对(分步,谱方法等),将提交给我,当我完成他们的文件和组织功能更复杂的设置非常初期阶段。
(This is a simple FFT based beam propagation method for potential-free 1+1+1D Schrodinger equation. The software if flexible and allows to introduce high-order derivatives in the term (very handful if is needed to include dispersion effects). For example, if one desires to solve an equation in the form:
(d/dz+ d^2/dx^2- 0.25*d^3/dx^3)Y == 0
It can be solved using the following code:
z=linspace(0,1,512)
x=linspace(-5,5,1024)
psi0=exp(-x.^2)
D=D_lateral1D(x,2)-0.25*D_lateral1D(x,3)
field=LinearBPM(psi0,D,z)
Where D_lateral1D is a provided function that "replaces" the derivative operator.
This function is a very early stage in a more complex set of non-linear BPM functions that I have made (split-step, spectral methods, etc.) and I will submit them when I finish their documentation and organization.
Sorry for my English, I m eager for your comments.
)
- 2010-07-05 12:02:42下载
- 积分:1
-
quxiannihe
说明: 曲线拟合的程序,将离散的数列拟合成光滑曲线(Curve fitting procedures, the discrete series of smooth curves fitted)
- 2011-03-20 12:25:19下载
- 积分:1
-
VIPeR.v1.0
Gait recognition is a new field of biometrics. The deployment of gait is more realistic as a part of a multi modal biometric system (e.g. combination of gait and face together)
- 2013-04-01 20:31:50下载
- 积分:1
-
bruxRD2D2
反应扩散方程中布鲁塞尔子的模拟~反应扩散方程中布鲁塞尔子的模拟~(Reaction-diffusion equations in Brussels analog sub ~ reaction-diffusion equations in the sub-analog ~ Brussels)
- 2010-08-04 10:50:44下载
- 积分:1
-
Anaskel_mat
Face feature extraction
- 2010-09-06 02:31:54下载
- 积分:1
-
IEEEXplore
A Novel Technique to Compensate Voltage Sags in
Multiline Distribution System—The Interline
Dynamic Voltage Restorer
- 2010-03-07 12:20:04下载
- 积分:1
-
dongliangjuyunengliang
运用微分方法画出2~3个周期卫星运行轨道并画出动量矩及能量的变化关系(Using differential method to draw two to three cycles of satellite orbit and draw variation of moment of momentum and energy)
- 2014-10-29 09:27:44下载
- 积分:1
-
GAfforTSP
TSP的遗传算法实现。本案例是通过遗传算法实现旅行商问题(TSP genetic algorithm. Through genetic algorithm traveling salesman problem)
- 2013-11-12 11:18:19下载
- 积分:1
-
shape
对图片中的各种几何图形进行识别,包括圆形,正方形,矩形,六边形,菱形等(On the picture to identify the various geometric shapes, including round, square, rectangular, hexagonal, diamond, etc.)
- 2009-05-08 21:32:50下载
- 积分:1
-
fractual-diff-in-matlab
实现一个序列的分数差分的matlab程序,能够提取序列的长相关信息。(the process of fratual diff in the matlab and it can know the LRD of the sequnce)
- 2013-03-16 20:54:54下载
- 积分:1