-
slidingmode
利用滑模变结构在60秒之内实现倒立摆的摆起控制和稳定控制(The use of sliding mode in 60 seconds to achieve inverted pendulum swing-up control and stability control)
- 2011-07-16 17:00:26下载
- 积分:1
-
MatchFilterLFM
高分辨率雷达 距离向压缩算法滤波器设计 三种方法 全面设计(clc
clear all
close all
2013年9月28日
---------------参数----------
Tr=42e-6
fs=9.5e6
K=0.7e11
Nfft=2048
-------------匹配滤波 时域生成--------------
t=(-Tr/2+1/fs:1/fs:Tr/2-1/fs)
w = kaiser(length(t),2.5)
w=w
w = ones(1,length(t))
ht1=w.*exp(-1i*pi*K*t.^2)
ht2=w.*exp(1i*pi*K*t.^2)
hf1=fft(ht1,Nfft)
hf2=fft(ht2,Nfft)
figure
subplot(211)
plot(abs(hf1))
title( 匹配滤波器1 幅频响应 )
subplot(212)
plot(phase(hf1))
title( 匹配滤波器1 相位 )
figure
subplot(211)
plot(abs(hf2))
title( 匹配滤波器2 幅频响应 )
)
- 2013-10-12 22:32:06下载
- 积分:1
-
phd
Direct Torque Control with Space Vector
Modulation (DTC-SVM) of Inverter-Fed
Permanent Magnet Synchronous Motor Drive
- 2011-11-26 18:53:41下载
- 积分:1
-
Untitled
根据型值点反算NURBS曲线的控制点及权因子,正确拟合nurbs曲线(About NURBS curve fitting)
- 2021-04-11 17:38:58下载
- 积分:1
-
matlab
这个程序是matlab实现的对周期图法进行的功率谱估计,经过验证绝对正确(This program is the power spectrum estimation matlab achieve periodogram proven absolutely correct)
- 2012-10-14 21:40:50下载
- 积分:1
-
ica
信号的稀疏表示就是将信号投影到正交变换基(Sparse representation of the signal is a signal to the orthogonal projection transform base)
- 2015-01-13 22:26:01下载
- 积分:1
-
decodingforsphere
This a a sphere decoding function. It has low complexity.
- 2012-11-17 20:34:38下载
- 积分:1
-
Program_exercise3
this file simulates robust control with LMI
- 2013-07-26 16:18:20下载
- 积分:1
-
Droop-control
介绍droop控制的基本原理并利用其原理从而提高微网的稳定性(The basic principle introduced droop control and use its basic principles to improve the stability of the micro-network)
- 2014-10-15 09:57:04下载
- 积分:1
-
2010-matlab-4
2010 数学建模大赛 赛前matlab培训4(MATLAB programming topics lecture 4.zip)
- 2013-11-11 23:24:44下载
- 积分:1