-
SELECT
Selecting pattern in matlab in source code
- 2010-05-06 20:56:59下载
- 积分:1
-
adew
Matlab在地震数据绘图中的应用,非常的实用(Matlab in seismic data mapping application)
- 2013-11-05 00:32:24下载
- 积分:1
-
three_side
用于实现节点定位的三边定位算法的matlab代码,包含了对定位误差的仿真(Trilateral achieve node localization algorithm is used to locate the matlab code, including the simulation of positioning error)
- 2014-02-21 16:09:08下载
- 积分:1
-
PSO_GD
假设微电网中有风、光、微型燃气轮机、蓄电池,且已知各时段负荷需求;考虑各机组运行成本、燃料成本、与污染物处理成本。该程序可解决在孤岛运行模式下,各机组出力如何分配才能达到经济最优的问题。(It is assumed that there are wind, light and micro gas turbines and batteries in the microgrid, and the load demand is known at each time period. The operation cost, fuel cost and pollutant disposal cost of each unit are considered. This program can solve the problem of how to allocate the power of each unit in the mode of island operation to achieve the best economy.)
- 2018-03-30 15:22:35下载
- 积分:1
-
用simulink搭建的双馈风机模型
用simulink搭建的双馈风机模型,可用于风机并网的模拟,计算。较为复杂(Double-fed fanThe model of doubly-fed fan built by Simulink can be used to simulate and calculate the fan connected to the grid. More complex)
- 2020-06-19 07:40:02下载
- 积分:1
-
mimasuo
密码锁功能,实现报警功能、密码设定、保存密码、开锁设定(shixianmimasuo gongnengbaojing)
- 2010-08-09 11:31:14下载
- 积分:1
-
AR
说明: 阵列信号处理中谱估计AR模型的matlab程序(Array Signal Processing AR model spectrum estimation matlab program)
- 2013-08-12 17:34:10下载
- 积分: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
-
Burch
傅里叶型计算全息图代码,采用的编码方法是Burch的修正离轴参考光的编码方法(Type Fourier hologram code calculation, the method of coding is Burch modified off-axis reference beam coding method)
- 2016-07-19 21:04:09下载
- 积分:1
-
802-11a
Original code for OFDM chain applicated to wireless standard
- 2010-09-18 18:28:52下载
- 积分:1