-
wireless
truetime 的例子,介绍无线通信过程,使用truetime2.0(truetime example, describes the process of wireless communications, use truetime2.0)
- 2010-08-21 21:13:22下载
- 积分:1
-
Pade_polynomial_approximating
这里给出了一个基本——万能的套用公式,对于所有的需要进行有理式近似的,当然是基于matlab编程实现!(matlab for polynomial translation,here the code can guide to computing lots of news methods for the polynomial approximating!)
- 2009-06-14 01:04:09下载
- 积分:1
-
Pss-stability
power system stability with and without PSS yu power system stability book example
- 2014-01-27 18:55:58下载
- 积分:1
-
baiguangyanshe
白光衍射很好的matlab仿真程序,可以运行实现的。(Bai Guangyan shoot good matlab simulation program can be run to achieve.)
- 2013-11-12 10:48:34下载
- 积分:1
-
jidian
要求使用继电自整定方法对其实施自适应PID控制。
1、选择采样时间0.1s,把对象离散化。
2、加继电(开关)控制,测量对象的Tc,Kc。
3、利用ZIEGLER-NICHOLS 公式表,确定PID参数。
4、实现闭环控制。
5、根据调节效果,修正PID参数。
(Require the use of relay tuning methods for its implementation of the adaptive PID control. 1, select the sampling time 0.1s, the discrete objects. 2, plus relay (switch) control, measurement object Tc, Kc. 3, using ZIEGLER-NICHOLS formula table, determine the PID parameters. 4, closed loop. 5, according to moderating effect, the amendment PID parameters.)
- 2010-09-03 14:53:14下载
- 积分:1
-
Matlabbasedonthegeneticalgorithm
运用MATLAB编程实现遗传算法,数值仿真验证该方法的有效性,表明它能够对函数进行全局寻优。这种实现方法既可以熟悉MATLAB语言,又可以加深对遗传算法的认识和理解,以此来设计智能系统(Programming using MATLAB genetic algorithm, numerical simulation to verify the effectiveness of the method, that it is able to function for global optimization. This method can be familiar with the MATLAB language, but also better understanding of the genetic algorithm can be awareness and understanding in order to design intelligent systems)
- 2009-05-18 00:16:54下载
- 积分:1
-
vector-controlof-inductionmotor
vector control of induction motor
- 2015-03-04 16:44:17下载
- 积分:1
-
04469620array
构建天线阵列及GUI框架,可用于相控阵,圆形阵,矩形阵等(The antenna array and GUI frame can be used for phased array, circular array, rectangular array, etc)
- 2018-10-25 10:38:02下载
- 积分: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
-
fish
The fisher iris data file in matlab (in case you do not have it).
usually it comes with matlab and is called "fisheriris.mat" and can be read without specifying the path of the file.
- 2010-12-13 11:21:11下载
- 积分:1