-
NExT
一种适用于多自由度的自然激励技术,可以实现从随机响应信号中提取自由振动信号。(A multi-degree of freedom for the natural excitation technique, can extract from the random response signal free vibration signals.)
- 2020-11-26 13:59:31下载
- 积分:1
-
SinglePhaseRectifireDiodeHalfWave
Single Phase Rectifire Diode Half Wave
- 2013-03-28 19:34:21下载
- 积分:1
-
codestatcom
A static synchronous compensator (STATCOM), also known as a "static synchronous condenser" ("STATCON"), is a regulating device used on alternating current electricity transmission networks. It is based on a power electronics voltage-source converter and can act as either a source or sink of reactive AC power to an electricity network. If connected to a source of power it can also provide active AC power. It is a member of the FACTS family of devices.
- 2013-10-14 22:51:20下载
- 积分:1
-
PV_ppt
Matlab based pv system
- 2013-12-09 23:11:47下载
- 积分:1
-
MallatAlgorithm
超好用的Mallat Algorithm碼源,附gui的介面,有註解可對照,試試呗(Chao Haoyong The Mallat Algorithm source code, with a gui interface, there are notes can be controlled, try chanting)
- 2009-11-09 15:54:58下载
- 积分:1
-
chow
chow算法仿真示意图,给出了源程序和仿真结果。并附有中文解释。(chow algorithm simulation schematic, source code and simulation results are given. With Chinese explanations.)
- 2020-10-22 00:47:23下载
- 积分:1
-
Actual-JPEG
jpeg图像编码的matlab实现,主文件为jpegdemo(jpeg image coding matlab implementation, the master file is jpegdemo)
- 2013-12-02 22:08:40下载
- 积分:1
-
BER
QPSK传输系统在随机高斯信道和瑞利衰落信道下的误码率计算。(QPSK transmission system in the random Gaussian channels and Rayleigh fading channel bit error rate.)
- 2010-12-11 21:10:33下载
- 积分:1
-
1234435
用matlab 7.0编写的滑模变结构仿真的例子。(S-function for continuous state equation
function [sys,x0,str,ts]=s_function(t,x,u,flag)
switch flag,
Initialization
case 0,
[sys,x0,str,ts]=mdlInitializeSizes
Outputs
case 3,
sys=mdlOutputs(t,x,u)
Unhandled flags
case {2, 4, 9 }
sys = []
Unexpected flags
otherwise
error([ Unhandled flag = ,num2str(flag)])
end
mdlInitializeSizes
function [sys,x0,str,ts]=mdlInitializeSizes
sizes = simsizes
sizes.NumContStates = 0
sizes.NumDiscStates = 0
sizes.NumOutputs = 3
sizes.NumInputs = 1
sizes.DirFeedthrough = 1
sizes.NumSampleTimes = 0
sys=simsizes(sizes)
x0=[]
str=[]
ts=[]
function sys=mdlOutputs(t,x,u)
x11d=sin(pi*t/2)
x21d=cos(pi*t)
x31d=1
sys(1)=x11d
sys(2)=x21d
sys(3)=x31d
)
- 2012-10-19 11:43:12下载
- 积分:1
-
mousetrack
鼠标游戏仿真,可模拟鼠标在图像上游走的轨迹,对MATLAB代码进行示例。(Mouse game simulation, can simulate the mouse on the image migration trajectory of MATLAB code examples.)
- 2013-12-27 01:51:44下载
- 积分:1