-
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
-
peEllip5
用五点差分格式解拉普拉斯方程和用工字型差分格式解拉普拉斯方程,均生生成为函数文件,可以指教调用(By five o clock Difference Schemes for Solving the Laplace equation and labor font Difference Schemes for Solving the Laplace equation, both life and life becomes a function of the file, you can enlighten call)
- 2014-11-09 22:25:48下载
- 积分:1
-
pcadwt1
PCA Discrete wavelet face recognition
- 2011-11-28 21:07:58下载
- 积分:1
-
LABVIEW
用LABVIEW进行的实验内容参考书籍虚拟仪器LABVIEW7 EXPRESS程序设计(Experiments carried out with the content LABVIEW virtual instrument LABVIEW7 EXPRESS reference books programming)
- 2010-05-19 18:55:02下载
- 积分:1
-
New-folder-(2)
to genrate a hisrogram in matlab
- 2011-09-17 16:26:59下载
- 积分:1
-
Benesty_PMWF_2010
自己编写的基于Jacob “On optimal frequency-domain multichannel linear filtering for noise reduction”的matlab算法实现(matlab code related to On optimal frequency-domain multichannel linear filtering for noise reduction by Jacob)
- 2015-07-30 15:30:00下载
- 积分:1
-
matlabscore
某校60名学生的一次考试成绩如下:
某校60名学生的一次考试成绩如下:
(93 75 83 93 91 85 84 82 77 76 77 95 94 89 91 88 86 83 96 81 79 97 78 75 67 69 68 84 83 81 75 66 85 70 94 84 83 82 80 78 74 73 76 70 86 76 90 89 71 66 86 73 80 94 79 78 77 63 53 55
1)计算均值、标准差、极差、偏度、峰度,画出直方图;
2)检验分布的正态性;
3)若检验符合正态分布,估计正态分布的参数并检验参数
(1)计算均值、标准差、极差、偏度、峰度,画出直方图;
2)检验分布的正态性;
3)若检验符合正态分布,估计正态分布的参数并检验参数(60 students of a school examination results of the first as follows: (1) calculating the mean, standard deviation, very poor, skewness, kurtosis, draw histogram 2) test of normality of distribution 3) If the test in line with normal distribution, it is estimated that the normal distribution parameters and test parameters)
- 2009-06-03 09:15:10下载
- 积分:1
-
Matlab7-manual
本文详尽阐述了如何在matlab环境下使用matlab 7.0,教程,pdf版本(This article elaborates how to use the matlab environment matlab 7.0, tutorial, pdf version)
- 2011-01-23 10:31:02下载
- 积分:1
-
2011Aquestion
给出了2011年全国数学建模A题的画图程序 (Shows the 2011 issue of National Mathematical Modeling A drawing program)
- 2011-09-10 08:45:33下载
- 积分:1
-
snresti
信噪比估计 使用数值积分的方法计算 离散采样信号(SNR estimation using the method of numerical integration of computing discrete sampling signal)
- 2013-03-26 22:20:29下载
- 积分:1