-
jifentu
实现积分图,用来方便计算Haar特征 利用matlab实现的积分图,(integral image in order for compute the Haar-like Feature.)
- 2010-12-15 22:44:15下载
- 积分:1
-
PV
说明: 建立包含直驱型风力发电机
、
单级式光伏发电系统和储能蓄电池的风能与光伏混合微电网模型
。
混合微电网在并网运行时
,
通过储能蓄电池平滑风能和光伏电源的输出功率波动
,
维持公共连接点
(PCC)
电压
;(Building a direct drive wind turbine
,
Single stage photovoltaic power generation system and energy storage battery wind energy and photovoltaic hybrid microgrid model
.
Hybrid microgrid in grid connected operation
,
Smoothing the output power fluctuation of wind power and photovoltaic power supply by storage battery
,
Maintain common connection point
(PCC)
Voltage)
- 2017-03-11 10:50:03下载
- 积分:1
-
ayy_LFM_OMP
多目标的线性调频连续波回波信号的正交匹配追踪算法OMP稀疏分解,matlab语言编写。(OMP method for signal compression)
- 2014-12-29 19:16:39下载
- 积分: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
-
Experimental_Course_MATLAB_new
MATLAB新版实验教程Experimental Course MATLAB new(MATLAB new experimental tutorial Experimental Course MATLAB new)
- 2010-08-08 21:16:35下载
- 积分:1
-
ref
说明: matlab实现的AR功率谱估计,ARMA功率谱估计。(matlab realized AR power spectrum estimation, ARMA power spectrum estimation.)
- 2009-08-03 16:25:58下载
- 积分:1
-
upload
Hiding of data in the images
- 2011-02-05 11:09:40下载
- 积分:1
-
Beam-width
波束宽度与波达方向及阵元数的关系matlab源程序。(Beam width and direction of arrival and the relationship between the number of array elements matlab source.)
- 2011-10-12 20:30:09下载
- 积分:1
-
nahidakhari
simuale data extraction of wave heart sound and classify ii
- 2014-09-11 00:39:08下载
- 积分:1
-
Horn-and-Schunc
光流(运动估计)经典算法Horn and Schunck算法MATLAB程序(Horn and Schunck MATLAB)
- 2011-04-19 22:11:54下载
- 积分:1