-
Lyapunov
小数据量法求Lyapunov指数_龙格库塔(Small amount of data Lyapunov index _ method Runge-Kutta)
- 2009-01-09 16:33:54下载
- 积分:1
-
pso_bc
基于细菌趋化的粒子群优化算法MATLAB源程序。(Bacterial chemotaxis based on particle swarm optimization MATLAB source code.)
- 2011-04-27 12:24:05下载
- 积分:1
-
article--Analysis-and-Simulation-of-Five-Phase
In this paper, a dq model based on transformation
theory for five-phase induction machines is presented. A detailed
implementation of an indirect-type five-phase field-orientation
control including the hysteresis-type pulsewidth modulation
(PWM) current regulator is described. A method for continuous
and disturbance-free operation of a five-phase field-orientedcontrolled
induction motor drive with complete loss of one, two,
or even three legs of the inverter or motor phases is described.
A complete analysis and computer simulation of this control
technique is included.
- 2014-10-20 14:05:13下载
- 积分:1
-
Cao
Cao方法求嵌入维数,代入数据即可运行,只是速度有点慢。(Cao method of embedding dimension seeking, on behalf of the data to run, but a bit slow)
- 2020-11-21 17:19:35下载
- 积分:1
-
模型预测控制算法实现
说明: 模型预测算法,传递函数对象为例,程序以及仿真曲线(MPC.model predict.transfromation.)
- 2021-02-28 11:49:35下载
- 积分:1
-
m_map1.4
M_MAP教你如何用MATLAB绘制海洋、大气类的图。可以使用各种投影,添加各种精度的岸线,绘制的图清晰美观。(M_MAP teach you how to use MATLAB mapping ocean, the atmosphere kind of map. Can use a variety of projection, the line to add a variety of precision, drawing a clear appearance of the map.)
- 2009-05-13 13:17:18下载
- 积分:1
-
Matlab
有关MATLAB软件的超详细介绍 适合初学者(For details of MATLAB software for beginners super)
- 2010-11-23 19:46:38下载
- 积分:1
-
qinghuaci
用matlab软件演义青花瓷曲调周杰伦的歌曲很好听不信你听听(The matlab software Kingdoms blue and white porcelain tunes)
- 2012-10-31 22:24:26下载
- 积分:1
-
radon_ambiguity
%radon transform
clear all
%
N=800
n=1:N
fs=200
t=n/fs
x1=exp(j*2*pi*(5*t+0.5*5*t.^2))
x2=exp(j*2*pi*(5*t+0.5*15*t.^2))
x=x1+x2
%N=length(x)
% ambifunb(x )
%*****************************************RAT
naf=ambifunb(x)
htl(abs(naf))
% [wh,rho,theta]=htl(abs(naf))
colormap([0,0,0])
% xlabel( 极半径 )
% ylabel( 角度 )
%**************************************%找出峰值点的坐标,计算初始频率和调频斜率(正确)
%找出峰值点的坐标
b=max(max(wh))
[u,a]=find(wh>=0.8*b)
( Radon transformclear all N = 800 n = 1: N fs = 200 t = n/fs x1 = exp (j* 2* pi* (5* t+ 0.5* 5* t. ^ 2)) x2 = exp ( j* 2* pi* (5* t+ 0.5* 15* t. ^ 2)) x = x1+ x2 N = length (x) ambifunb (x)***************************************** RATnaf = ambifunb (x) htl (abs (naf)) [wh, rho, theta ] = htl (abs (naf)) colormap ([0,0,0]) xlabel (polar radius) ylabel (angle)************************************** to find the coordinates of the peak point, calculating the initial slope of the frequency and FM (right) find the peak point of the coordinates b = max (max ( wh)) [u, a] = find (wh)
- 2008-05-06 21:56:10下载
- 积分:1
-
pf_sample
粒子滤波的matlab 仿真程序 仿真通过验证,希望对大家有用(PF algorithm for matlab enviroment)
- 2013-12-01 00:14:22下载
- 积分:1