-
BottomUpProfileDataGridTree
Bottom Up Profiling shows the entire callstack backwards.
- 2014-01-12 10:03:22下载
- 积分:1
-
eye-detection
基于灰度的人眼定位,matlab,积分投影法实现人眼识别(eye detection)
- 2013-12-11 14:41:23下载
- 积分:1
-
基于粒子群的改进K均值聚类算法matlab开发程序
搭建OFDM通信系统的框架,虚拟力的无线传感网络覆盖,对HARQ系统的吞吐量分析,采用了小波去噪的思想,包括数据分析、绘图等等,包含了阵列信号处理的常见算法。
- 2022-03-09 09:49:16下载
- 积分:1
-
ricianchannel
信道的仿真,对莱斯信道的仿真,希望对你有帮助,还是不错的(Channel simulation, the simulation of the Rice channel, want to help you, or good)
- 2010-03-14 15:53:58下载
- 积分:1
-
MATLAB-fangzhenjihsuyuyingyongshucai
matlab仿真技术与应用实例,书中的例子,仿真的matlab的m文件。(matlab simulation technology and application examples, the book' s examples, simulation matlab m-file.)
- 2013-09-12 15:38:41下载
- 积分: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
-
matlab计算测量信号的包络线
磁日变信号包络线分析实例,可借鉴到其它测量信号求取包络线。
- 2023-04-16 01:40:04下载
- 积分:1
-
GPSMatlabprocedure
说明: 非常全的GPS(全球定位系统)的Matlab源代码(Very wide of the GPS (Global Positioning System) of the Matlab source code)
- 2008-10-15 19:06:53下载
- 积分:1
-
MatlabandVB
第一章 概述
辨识(Identification)、状态估计和控制理论在现代控制理论中是密不可分的,它们互相渗透。辨识和状态估计离不开控制理论的支持,控制理论的应用几乎不能没有辨识和估计技术。由此可见,辨识在科研与实际应用领域都有很高的实用价值。
所谓辨识,就是从含有噪声的输入、输出数据中提取被研究对象的数据模型。此数据模型只是过程的输入输出特性在某种意义下的近似,而近似的准确度一般取决于采样数据的精度以及辨识方法的合理性。
辨识的目的是根据过程所提供测量的数据等信息,在某种准则意义下,估计出模型的未知参数,其基本原理如图1.1所示:
(Identification (Identification), state estimation and control theory in modern control theory are inextricably linked, they penetrate each other. Identification and control of state estimation theory is inseparable from the support of the application of control theory can hardly no identification and estimation techniques. This shows that the identification of the research and practical application areas have high practical value. The so-called identification, is to contain noise from the input and output data from the study was the data model. This data model is the process of input and output characteristics in a certain sense of approximation, while similar to the general accuracy of the data depends on the accuracy of sampling and identification method is reasonable. Identification wit)
- 2006-05-26 11:41:04下载
- 积分:1
-
MATLAB6.5
MATLAB6.5应用接口编程,电子工业出版社(matlab book)
- 2010-05-10 11:39:23下载
- 积分:1