-
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
-
linearpll
说明: 一个不错的PLL matlab simulink 仿真,希望能帮到你(A good PLL matlab simulink simulation, hope you can help)
- 2011-03-23 22:48:37下载
- 积分:1
-
1
运用最优控制理论,实现对温度的控制,案例为温度控制系统(The use of optimal control theory, to achieve temperature control, case for the temperature control system)
- 2013-09-29 17:06:03下载
- 积分:1
-
nrlfppg
economic load dispatch
- 2011-11-11 23:09:01下载
- 积分:1
-
RTWIN_examples
利用matlab的simulink,如代码中所示的图形(Using matlab to simulink, as shown in the graphic code)
- 2009-12-17 20:48:59下载
- 积分:1
-
gardner_lin
说明: 根据Gadner公式编制的密度拟合程序,适合地震解释中没有密度只有速度的情况下自动生成密度(Prepared according to the density of the formula Gadner fitting procedure for seismic interpretation in the case of no density is only under the automatic generation of speed-density)
- 2011-03-22 09:39:46下载
- 积分:1
-
Huffman-coding
通信的数字化是它能与计算机技术和数字信号处理技术相结合的基础,而实现通信数字化的前提是信源能提供的各种用于传递的消息,例如语音、图像、数据、文字等都必须以数字化形式表示。而信源编码是数字通信系统中的重要组成部分,他是保证信号有效传输的一种重要方式。霍夫曼编码依据字符出现的概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,其优越的性能被广泛使用在数字通信系统中。霍夫曼编码已经成为数据压缩的灵魂算法。本文介绍了无失真编码算法的构造,霍夫曼编码的规则和特点,同时分析了对信源进行优化的方法,最后通过MATLAB仿真来讨论比较二元霍夫曼编码、三元霍夫曼编码以及信源扩展编码的效率,来实现霍夫曼码的优化构造。(The digital communication is it can and computer technology and digital signal processing technology in combination of the base, and realize the digital communication is the premise of source can provide all kinds of used to deliver news, such as voice, video and data and text must take the digital form said. And the source coding digital communication system is the important component, he is to ensure the effective transmission signal is an important way. Huffman coding based on the probability of characters appear to construct different "the average length of the shortest code words, sometimes called the best coding, superior performance is widely used in digital communication system. Huffman coding has become the soul of data compression algorithm. This paper introduces the structure of the encoding algorithm without distortion, Huffman coding rules and characteristics, and analysis of the source of the optimization method, and finally by MATLAB simulation to discuss compares two yu)
- 2012-05-25 23:06:35下载
- 积分:1
-
arclengthwew
The arclength of a general curve in 2 or more dimensions, using discrete points along the curve
- 2010-11-11 22:08:13下载
- 积分:1
-
deadband_pid.m
带死区的PID算法,在MATLAB语言编写,仿真效果不错。(Dead-zone of the PID algorithm, the MATLAB language, simulation results are good.)
- 2009-12-08 09:51:57下载
- 积分:1
-
Cepstrum-analysis
a cepstrum analysis for speech recognition and parameter extracction and continuing with hmm using matlb
- 2012-04-07 17:46:03下载
- 积分:1