-
Whitenoisesequence
1.产生[0,1]均匀分布的白噪声序列
(1) 打印出前50个数 (2) 分布检验
(3) 均值检验 (4) 方差检验
(5) 计算相关函数 Bx(i),i=0,±1,±2,…, ±10
(1. Generated [0,1] uniformly distributed white noise sequence (1) print out the top 50 the number of (2) the distribution of test (3) the mean test (4) of variance test (5) calculating the correlation function Bx (i), i = 0 , ± 1, ± 2, ..., ± 10)
- 2008-05-31 22:31:48下载
- 积分:1
-
SSDnRTE3D
求解辐射传递方程SSDN离散matlab程序(Solving the radiative transfer equation SSDN discrete matlab program)
- 2021-04-13 12:38:56下载
- 积分:1
-
presenttheradialsymmetrydetectorfordetectingspeeds
本文中,我们提出了检测速度标志探测器的径向对称性。我们评估一个内道路车载系统探测器本身。我们也评估其性能,并在我们的道路车辆运行线上证明。(Algorithms for classifying road signs have a high computational cost per pixel processed. A detection stage that
has a lower computational cost can facilitate real-time process-
ing. Various authors have used shape and color-based detectors.
Shape-based detectors have an advantage under variable lighting
conditions and sign deterioration that, although the apparent color
may change, the shape is preserved.)
- 2010-09-19 18:16:03下载
- 积分:1
-
API
MATLAB的M文件编译成dll文件供VC6调用(VC6 Debug the dll folder from the MATLAB S m-file)
- 2011-07-19 16:46:26下载
- 积分:1
-
rgb2lab
rgb2lab:rgb颜色空间向lab颜色空间转换的matlab代码,对此变换要使用不求甚解的童鞋们可以直接调用~(rgb2lab:colorspace of rgb translate to colorspace of lab。Just for the beginner~)
- 2013-08-17 16:02:48下载
- 积分:1
-
OK_3bin_YALMIP_date_2_15_3bin
说明: 基于yalmip调用gurobi求解器,求解ieee 6 bus system 机组组合状态优化,并画出最优组合策略图。(Based on yalmip, the gurobi solver is called to solve the IEEE 6 bus system unit commitment state optimization, and the optimal commitment strategy chart is drawn.)
- 2021-04-12 22:58:57下载
- 积分:1
-
paper2
digital watermarking is a process by which a user-specified
signal is hidden or embedded into another signal , for
example digital content such as electronic documents, images,
sounds and video [2]. The use of digital video applications
such as video-conferencing, digital television, digital cinema,
distance learning, videophone, and video-on-demand has
grown very rapidly over the last few years. Today it is much
easier for the digital data owners to transfer multimedia data
over the internet, and hence the data could be perfectly
duplicated and rapidly redistributed on a large scale. Thus, the
importance of copyright protection for multimedia data has
become more critical. Digital watermarking is an effective way
to protect the copyright of multimedia data even after its
transmission there is urgent demand for techniques to protect
the original digital data and to prevent unauthorized
duplication or tampering.
- 2013-05-01 17:48:29下载
- 积分:1
-
1zuixiaoerchengfa
这是用最小二乘法编写的程序,可以直接使用 ,是个学习matlab的好程序
(I am prepared to use least squares procedure can be used directly, it is a good program of study matlab)
- 2009-03-28 16:39:41下载
- 积分:1
-
yibudiandongjizhuanzichuandianzu
异步电动机转子串电阻分级启动过程的MATLAB仿真大家一起学习(Rotor induction motor to start the process of classification Series Resistance MATLAB simulation we study together)
- 2009-11-30 14:01:37下载
- 积分:1
-
SVM
In machine learning, support vector machines (SVMs, also support vector networks[1]) are supervised learning models with associated learning algorithms that analyze data and recognize patterns, used for classification and regression analysis. Given a set of training examples, each marked as belonging to one of two categories, an SVM training algorithm builds a model that assigns new examples into one category or the other, making it a non-probabilistic binary linear classifier. An SVM model is a representation of the examples as points in space, mapped so that the examples of the separate categories are divided by a clear gap that is as wide as possible. New examples are then mapped into that same space and predicted to belong to a category based on which side of the gap they fall on.
- 2014-12-14 21:33:26下载
- 积分:1