-
vehicle_number_plate_segmentation
基于matlab环境对汽车车牌识别并提取(图像目标的提取程序)(This is a program for extracting objects from an image. Written for vehicle number plate segmentation and extraction)
- 2010-06-25 20:23:47下载
- 积分:1
-
SVM
线性SVM分类,数据已给出,代码很详尽哈(Linear SVM classification, data has been given, the code is very detailed and Kazakhstan)
- 2011-05-04 20:26:51下载
- 积分:1
-
xiaobo
用matlab的小波工具箱和神经网络工具箱实现的短期负荷预测(Short-term load forecasting using wavelet toolbox matlab neural network toolbox to achieve)
- 2014-09-03 16:12:38下载
- 积分:1
-
BSOcodeV1
头脑风暴优化算法,群体智能算法中新兴的一种(Brainstorming optimization algorithms, swarm intelligence algorithm emerging as a)
- 2013-11-26 19:02:36下载
- 积分:1
-
subsystem3
基于三相双极性SPWM变频调速的水泵供水系统SIMULINK(Based on the three-phase bipolar SPWM VVVF pump water supply system SIMULINK)
- 2012-07-01 14:42:10下载
- 积分:1
-
MatlabMie
mie理论数值模拟,分析散射光强和散射角的关系。(the theory of mie Numerical simulation ,analyzing the relationship between light intensity and angle.)
- 2021-01-24 14:38:43下载
- 积分:1
-
AutomaticSpectra
Accurate estimates of the autocorrelation or power spectrum can be obtained with a parametric model (AR, MA or ARMA). With automatic inference, not only the model parameters but also the model structure are determined from the data. It is assumed that the ARMASA toolbox is presen
- 2008-05-23 08:31:56下载
- 积分:1
-
test_shearlet
包含剪切波变换(以拉普拉斯金字塔变换为尺度剖分),以及该变换的压缩感知重构测试应用程序。(Contains shear wave transform (Laplace pyramid transform for the scale subdivision), as well as the transformation of compressed sensing reconstruction test application.)
- 2021-01-11 04:28:49下载
- 积分:1
-
plot_graphene
MATLAB画vasp能带结构,画石墨烯能带结构(MATLAB painting vasp band structure of graphene band structure painting)
- 2015-04-02 23:49:08下载
- 积分:1
-
ZCR
autocov computes the autocovariance between two column vectors X and Y with same length N using the Fast Fourier Transform algorithm from 0 to N-2.
The resulting autocovariance column vector acv is given by the formula:
acv(p,1) = 1/(N-p) * sum_{i=1}^{N}(X_{i} - X_bar) * (Y_{i+p} - Y_bar)
where X_bar and Y_bar are the mean estimates:
X_bar = 1/N * sum_{i=1}^{N} X_{i} Y_bar = 1/N * sum_{i=1}^{N} Y_{i}
It satisfies the following identities:
1. variance consistency: if acv = autocov(X,X), then acv(1,1) = var(X)
2. covariance consistence: if acv = autocov(X,Y), then acv(1,1) = cov(X,Y)
- 2013-05-26 22:12:50下载
- 积分:1