-
tixingguanzi2
分析了支持向量回归机在能源需求预测中的优势,确定了输入向量集合和输出向量集合,建立了基于Matlab技术的SVR能源需求预测模型.对我国1985-2008年能源需求相关数据进行模拟与仿真,并对中国2010年和2020年能源需求量进行预测.研究结果表明:一是中国未来对能源的需求量逐渐增加,从2010年的330400万吨标准煤上升到2020年418320万吨标准煤,年均增长率为2.39%;二是在解决我国能源系统小样本.非线性及高维模式识别问题中SVR比BP神经网络等方法有更高的预测精度.(Support vector regression analyzes advantage in energy demand forecast to determine the set of input vectors and output vector set, established SVR energy demand forecasting model based on Matlab technology. Energy demand for our 1985-2008 related data modeling and simulation , and China in 2010 and 2020 energy demand forecast results show that: First, China s increasing demand for energy in the future, from 3.304 billion tons of standard coal in 2010 rose to 4.1832 billion tons of standard coal in 2020, average annual growth rate of 2.39 second is to solve our energy system small sample nonlinear and high dimensional pattern recognition problem SVR higher prediction accuracy than the BP neural network method.)
- 2014-01-09 14:11:20下载
- 积分: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
-
adhoc2
matlab环境下的adhoc仿真模拟实例2(adhoc simulation in Matlab environment simulation examples)
- 2012-08-17 17:23:45下载
- 积分:1
-
zbar-0.10
ZBar library for Windows platform
- 2015-01-29 19:37:02下载
- 积分:1
-
Scattering-of-Electromagnetic-Waves
MATLAB programs related to electromagnetic wave scattering with special emphasis on wave scattering by random rough surfaces and discrete random media.(Detailed descriptions of the theories and formulations behind these codes can be found in the three-volume book Scattering of Electromagnetic Waves published by John Wiley & Sons:
Volume I: Theories and Applications (2000)by L. Tsang, J.A. Kong, and K.H. Ding
Volume II: Numerical Simulations (2001) by L. Tsang, J.A. Kong, K.H. Ding, and C.O. Ao
Volume III: Advanced Topics (2001) by L. Tsang and J.A. Kong
)
- 2012-08-30 20:50:47下载
- 积分:1
-
genetic-algorithm-for-beginner
用matlab编写的遗传算法源程序,非常适合初学入门者。(matlab genetic algorithm source code, very suitable for beginners.)
- 2013-04-10 19:12:08下载
- 积分:1
-
matlab
数字信号处理理论算法与实现第二版(胡广书)随书光盘,配合教材使用,内含matlab源代码和C程序(Digital signal processing theory and implementation of algorithms second edition (HU-book) CD with the book, with the materials to use, containing matlab source code and C program)
- 2013-11-05 12:39:22下载
- 积分:1
-
yiweirechuandao
使用matlab语言编程求解一维热传导方程(Using the matlab programming language for solving one dimensional heat conduction equation)
- 2011-04-28 18:13:18下载
- 积分:1
-
4
说明: 4. 试说明卷积编解码的工作原理。请用Simulink仿真卷积编码,并用Viterbi译码的方法进行解码,其中的编码、译码全部是自己编写代码(S-Function方式),不是调用Simulink的已有编码、译码函数。请在加性白高斯噪声信道中,画出比特信噪比与误码率的关系曲线。(4 Explain the working principle of convolutional encoding and decoding. Please use the Simulink simulation convolutional coding and Viterbi decoding method used to decode, in which the encoding, decoding all write your own code (S-Function mode), instead of calling the Simulink existing encoding and decoding functions. In additive white Gaussian noise channel, signal to noise ratio and bit error rate to draw the curve.)
- 2011-07-20 10:59:18下载
- 积分:1
-
csp
脑电信号模式识别(EEG pattern recognition)
- 2019-01-03 10:22:45下载
- 积分:1