-
MATLAB
基于帐篷定理的计算矩形巷道中接受点功率大小的仿真(Theorem based on the calculation of rectangular tunnel tent to accept the size of the simulation point of power)
- 2011-06-30 03:10:54下载
- 积分:1
-
Pmode
根据GPS中P码生成的原理,用matlab仿真实现了P码的生成(GPS code generated in accordance with the principle of P, using matlab simulation code is generated to achieve a P)
- 2009-10-12 20:09:20下载
- 积分:1
-
fcm
一个关于FUZZY kmeans算法的matlab源程序 有带聚类分析结果(Kmeans algorithm on matlab source are the result of cluster analysis with)
- 2009-04-25 16:06:12下载
- 积分:1
-
RendezvousAndDocking
matlabsimulink搭建的卫星交会对接的模型,验证了交会对接算法(matlab simulink build a model of a satellite rendezvous and docking, rendezvous and docking algorithm is verified)
- 2010-11-20 11:37:55下载
- 积分:1
-
spaceMatlab
航天相关,计算卫星的轨道,是个Kalman滤波算法(space orbit Kalman filtering algorithm,)
- 2009-06-15 15:41:50下载
- 积分:1
-
wumalv
Rayleigh信道中的误码率仿真
Rayleigh信道BPSK中的误码率(The Simulation of Rayleigh channel
BER for BPSK in Rayleigh channel
)
- 2011-05-06 20:00:07下载
- 积分:1
-
8PSK传输系统pskmoto
8PSK传输系统,包括调制解调和高斯信道(8PSK transmission system, including the modem and Gaussian Channel)
- 2020-07-05 13:28:59下载
- 积分:1
-
voiceRecognitionSX
这是一个基于DTW的语音识别算法,由matlab实现,相信对大家有帮助。(This is a DTW-based speech recognition algorithm by matlab to achieve, I believe that everyone has to help.)
- 2013-11-18 16:14:02下载
- 积分:1
-
hvdc6p
说明: 高压直流输电6脉波整流加逆变器,自己搭的simulink模型,运行无错误(Six-pulse rectifier plus inverter for HVDC transmission.Self-built Simulink model, running error-free)
- 2019-04-26 17:07:57下载
- 积分:1
-
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