-
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
-
DDS
基于simulink的直接频率合成器的实现,绝对好用(Simulink based on the realization of direct frequency synthesizer, absolutely easy to use)
- 2011-05-12 12:17:29下载
- 积分:1
-
MUSIC_ESPRIT
MUSIC程序,用于DOA估计时频估计的程序,MATLAB标准语言,(MUSIC procedures for the DOA estimates of the frequency estimate procedures, standard MATLAB language,)
- 2007-04-11 09:40:01下载
- 积分:1
-
matlab-source
用于无限冲激响应的数字滤波器设计,此处所用的是双线性冲激响应法以及脉冲响应法设计的一段Matlab程序。(For an infinite impulse response digital filter design, where the impulse response using a bilinear method and the impulse response method designed a Matlab program.)
- 2011-12-06 21:08:40下载
- 积分:1
-
butter_noise_low
巴特沃斯低通滤波器,实现滤波。效果很好!(a butterworth filter )
- 2011-09-04 13:38:32下载
- 积分:1
-
Rayleigh_simulation
无线通信中,瑞利信道的仿真,考虑到了多普勒频移,还有信号的调制,编码等(Wireless communication, the Rayleigh channel simulation, taking into account the Doppler frequency shift, the signal modulation, coding, etc.)
- 2021-04-02 14:29:07下载
- 积分:1
-
sjfx
matlab中常用求插值、数据分析、微分方程组数值解m文件(err)
- 2007-12-28 16:41:15下载
- 积分:1
-
XFOIL_matlab
说明: matlab连接XFOIL软件的程序,可用于翼型等优化设计中matlab自动调用XFOIL软件并进行计算。(The program of MATLAB connecting with xfoil software can be used in the optimization design of airfoil, etc. matlab automatically calls xfoil software and carries out calculation.)
- 2021-04-19 11:08:51下载
- 积分:1
-
gongyingshui
一个用matlab编写的供应水的程序,用时将data.txt文件放于D盘根目录下,或更改程序中文件的当前指向。(A supply of water using matlab program, with the data.txt file will be placed under the root directory in D, or change the program files in the current point.)
- 2011-11-04 19:02:49下载
- 积分:1
-
face_detection_by_template_tutorial
基于模板匹配的人脸检测教程,matlab代码(tutorial of face detection by template)
- 2013-04-16 19:46:22下载
- 积分:1