-
satelliteattitudesmcpid
a sliding P ID mode controller with
P ID sliding surface is p resented. Lyapunov stability theory was utilized to achieve the stability analysis. And
while there exists uncertainty in satellite inertia parameters or external disturbance
- 2010-05-14 15:48:36下载
- 积分:1
-
data-for-EEG-Epileptic
data for EEG Epileptic
- 2014-02-07 16:29:39下载
- 积分:1
-
路径规划
说明: 这个压缩包里含有的代码是采用蚁群算法解决路径规划问题(Using Ant Colony Algorithm to Solve Path Planning Problem)
- 2020-06-16 06:20:01下载
- 积分:1
-
example4_3
例3:分析占空比为ta的矩形脉冲频谱
T=1 时间窗大小
ta=0.5 占空比
N=256
t=linspace(-T,T,N)
ts=2*T/N
fs=1/ts
(x=zeros(1,N)
x(N/2-round(N/2*ta):N/2+round(N/2*ta))=ones(1,2*round(N/2*ta)+1)
y=fft(x,N)
figure
plot(t,x)
title([ 时域信号图 占空比为 ,num2str(ta)])
axis([-T T-0.2 1.2])
xlabel( t /s )
figure
subplot(211)
f=linspace(-fs/2,fs/2,N)
plot(f,abs(fftshift(y))/N)
title([ 矩形脉冲双边谱 脉冲时间t=[- ,num2str(ta*T), , ,num2str(ta*T), ] ])
xlabel( f /Hz )
)
- 2010-05-25 20:59:59下载
- 积分:1
-
routh
建立routh阵列表的函数,建立胡尔维茨的函数,是判定系统稳定性的很好工具。(routh array of links to establish the function of the establishment of the H-Polynomial function, System stability is convicted of a good tool.)
- 2007-04-01 16:32:29下载
- 积分:1
-
current-regulation-in-three-phases-thyristor-conv
current regulation in three phases thyristor converter
- 2011-10-01 03:17:18下载
- 积分:1
-
Kernel_Development
kernel deevelopment source code and documantasion
- 2014-11-16 04:54:14下载
- 积分:1
-
IM-vector-control
Vector control of induction motor using matlab simulink
- 2015-03-06 11:15:46下载
- 积分:1
-
moving_average_v3.1
Smooths a matrix (with/without NaN s) via recursive moving average method and eliminates data gaps.
(MOVING_AVERAGE(X,F) smooths the vector data X with a boxcar window of size 2F+1, i.e., by means of averaging each element with the F elements at his right and the F elements at his left. The extreme elements are also averaged but with less data, obviously. Leaving the edges intact. The method is really fast.
MOVING_AVERAGE2(X,M,N) smooths the matrix X with a boxcar window of size (2M+1)x(2N+1), i.e., by means of averaging each element with its surrounding elements that fits in the mentioned box centered on it. This one is also really fast. The elements at the edges are averaged too, but the corners are left intact.
NANMOVING_AVERAGE(X,F) or NANMOVING_AVERAGE(X,F,1) accept NaN s elements in the vector X the latter interpolates also those NaN s elements surrounded by numeric elements.
NANMOVING_AVERAGE2(X,M,N) or NANMOVING_AVERAGE2(X,M,N,1) accept elements NaN s in the matrix X the latter interpolates also those NaN elements surrounded by numeric elements.)
- 2009-03-06 23:10:07下载
- 积分:1
-
dir2par
波器直线型结构转化成别的形式,这是一种,还有别的转化
(Filter into other forms linear structure, this is a kind of, still have other transformation)
- 2011-11-19 22:18:59下载
- 积分:1