-
chengxu
gm(1,1)灰色预测模型,可以进行各种预测。短期的电力负荷预测尤其的好。也可以进行中长期的预测,但是效果没有短期的好。(gm (1,1) Grey forecasting model can predict all kinds. Short-term load forecasting particularly well. Can also make long-term forecast, but they were not short of good.)
- 2010-05-23 21:05:40下载
- 积分:1
-
mjiancezhixian
matlab检测直线交点源程序在matlab6.5下已调试通过(Matlab line detection of the source matlab6.5 Nodal has been under debugging through)
- 2007-04-02 18:44:55下载
- 积分:1
-
MATLAB智能算法30个案例分析代码
说明: 压缩包内是关于BeiHang出版的matlab智能算法30个案例的代码,对于学习理解智能算法的原理和编程有一定的帮助。如遗传算法、粒子群算法、免疫优化算法、模拟退火算法、BP算法等。(there are 30 matlab codes, which match a book about intelligence algorithms,such as genetic algorithms, PSO, ACO,BPO,etc. WISH that will be help for you.)
- 2019-05-19 15:34:49下载
- 积分:1
-
imaqplot
IMAQPLOT is a simple demonstration of previewing video data using the toolbox s TimerFcn callback. IMAQPLOT also allows users to integrate the video preview into any MATLAB GUI. These are capabilities that are present in the toolbox s PREVIEW command, but are presented here as a demonstration of TimerFcn callback.
Using toolbox callback properties, you can configure a video input object to generate a live image plot display.
Do you want a basic preview window created for you? Simply call:
obj = videoinput( matrox , 1)
obj.TimerFcn = @imaqplot
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
Do you want to add a preview window to an existing GUI? Simply provide IMAQPLOT a handle to an image object and it will update it for you:
obj = videoinput( dt , 1)
obj.TimerFcn = {@imaqplot, hImage}
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
- 2009-10-21 15:20:29下载
- 积分:1
-
EmbeddedMATLAB
图像相似度的研究设计,用于关于图片检索的相似度设计(The study design of image similarity, similarity of design for image retrieval)
- 2012-04-15 18:15:03下载
- 积分:1
-
rddata
引入ECG信号bat等文件,是不可少得的M文件(The introduction of ECG signal bat and other documents is indispensable document obtained M)
- 2008-06-02 18:46:02下载
- 积分:1
-
2009101511474503
用matlab编写的用于车牌识别的程序,识别车牌,并辨认出字母和数字(Using matlab to prepare for license plate recognition program, identify license plates and identify letters and numbers)
- 2010-02-26 10:30:53下载
- 积分:1
-
KMK_cuttingforce
cutting force calculation with coefficients
- 2018-02-21 21:41:22下载
- 积分:1
-
SOM_PREDICTION
SOM-BASED TIME SERIES PREDICTION
Training Time Series
Testing Time Series
Local Linear Mapping (LLM)
Vector-Quantized Temporal Associative Memory (VQTAM)
Global RBF (GRBF, download here) and Local RBF (KRBF)
Local AR predictors using data vectors (LARD)
Local AR predictors using weigth vectors (LARW)
- 2009-12-20 21:34:54下载
- 积分:1
-
gsm_fs
说明: 用matlab实现的GSM TCH/FS系统在高斯信道、瑞利信道的性能仿真,其中用到了循环编码、卷积码、交织码等信道编码知识(Using matlab to achieve GSM TCH/FS system in the Gaussian channel, Rayleigh channel performance simulation, which uses a loop encoding, convolutional codes, interleaving codes channel coding knowledge)
- 2010-03-22 09:36:17下载
- 积分:1