-
SIRP
基于SIRP方法的相干相关K分布雷达杂波的建模与仿真程序,包含三个文件。主文件为K_distribution.m,两个函数文件nonline_eq_sirp.m,fseries.m。(K-distribution radar clutter simulation code based on SIRP method,including three files. The main file is K_distribution.m, the two function files are nonline_eq_sirp.m,fseries.m respectively.)
- 2020-11-26 20:39:30下载
- 积分:1
-
cluster
说明: 一种无线传感器网络分簇算法的matlab仿真实验程序,用于查看各节点剩余能量及节电存活数目(A wireless sensor network clustering algorithm matlab simulation program for viewing and saving the residual energy of each node the number of surviving)
- 2011-04-06 20:45:21下载
- 积分:1
-
fdtd22
microstrip antenna
fdtd code in matlab for antenna in 3D
- 2013-07-21 23:08: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
-
GUI
matlab中GUI的基本操作讲解,让初学者学会怎样使用GUI这一功能。(The basic operation of the GUI matlab explain, let beginners learn how to use the GUI this feature.)
- 2014-02-17 19:55:43下载
- 积分:1
-
具有散射吸特性的介质中的2维的辐射传输方程RTE_2D_MATLAB
说明: 计算具有散射吸特性的介质中的2维的辐射传输方程(Calculation of two dimensional radiative transfer equation)
- 2020-11-16 18:09:39下载
- 积分:1
-
MATLAB
详细介绍了MATLAB里的命令名及其实现功能,可以为学习者提供一定的帮助(Described in detail in the MATLAB command name and the realization of functions, can provide some help learners)
- 2009-05-15 09:39:33下载
- 积分:1
-
LMS_matlab
自适应最小均方(LMS)算法(基于matlab平台)(adaptive minimum mean square (LMS) algorithm (based on Matlab platform))
- 2007-04-08 20:42:30下载
- 积分:1
-
C_C
C_C方法,本函数用于求延迟时间tau和时间窗口tw(C_C method, this function is used to find the delay time tau and the time window tw)
- 2014-11-25 15:03:48下载
- 积分:1
-
网络倒立摆实验指导书
关于倒立摆实验指导。包含simulink模型,数学模型及推导,PID控制等(The experimental guidance on inverted pendulum. It includes Simulink model, mathematical model and derivation, PID control and so on.)
- 2018-05-14 09:57:28下载
- 积分:1