-
DOP-and-AOP
输入图片,求出图片的偏振度以及偏振化方向(Input image, calculate the polarization degree and the polarization direction of the picture )
- 2021-04-16 16:38:54下载
- 积分:1
-
123
空时自适应 清华大学学术专著_空时自适应信号处理 清华大学学术专著_空时自适应信号处理(Space-time adaptive Tsinghua academic monographs _ space-time adaptive signal processing, Tsinghua University Monographs _ space-time adaptive signal processing)
- 2011-04-28 13:02:27下载
- 积分:1
-
11
说明: 利用MTALAB实现水液面的控制,控制效果极佳(Use MTALAB realize the liquid surface water control
)
- 2012-03-30 21:05:50下载
- 积分:1
-
sy_01
基于matlab的求解发电机转子摇摆曲线的微分方程,清楚的得到了摇摆曲线。(Matlab solve differential equation of the generator rotor rocking curve clearly been rocking curve.)
- 2013-03-15 09:43:42下载
- 积分: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
-
PLL-Matlab
用于接收机的载波同步,利用锁相环实现解调,用于相干解调(Carrier for receiver synchronization, phase-locked loop to achieve demodulation for coherent demodulation)
- 2013-12-21 09:42:05下载
- 积分:1
-
rayleighbenard
说明: 雷利对流,用格子波尔兹曼方法以Z.Guo程序为基准,得出的近似值用于估计浮动过程,希望有人能够用得到。( Rayleigh Benard Convection, using a LB method,based on [Z.Guo, ].
Boussinesq approximation is used for the buoyancy term.)
- 2010-03-20 14:48:55下载
- 积分:1
-
DiscreteKalman.zip
说明: 好东西 ,是关于离散卡尔曼滤波的。大家看了就知道了(good stuff is on the discrete Kalman filter. We read on to know the)
- 2006-04-20 09:46:31下载
- 积分:1
-
code5
《matlab gui设计学习手册》 第二版 2012年新版 第五章源码( matlab gui the second edition)
- 2012-06-23 13:10:29下载
- 积分:1
-
MATLAB
matlab 的入门经典教材,外文翻译,适合初学者(matlab introductory textbook classic, foreign language translation, suitable for beginners)
- 2013-03-26 16:45:12下载
- 积分:1