-
Yu_multi_duo_files_new
计算重分析指标,Dq,也是本课题组编写,欢迎使用(To calculate the multifractal Dq curves for multiple time series.)
- 2012-05-08 16:13:47下载
- 积分:1
-
plot_y_e
matlab中的画图程序,包括了坐标设置,最大范围设置,增加网格,网格间距,曲线颜色粗细,曲线类型。(Matlab drawing program, including the coordinate set, maximum range setting, increasing the grid, the grid spacing, color thick curve, curve type.)
- 2014-09-03 11:05:08下载
- 积分:1
-
Chaotic-time-series-analysis
混沌时间序列Matlab源程序,包含时间序列的时间延迟计算,关联积分计算,相空间重构,时间序列分解,Heaviside函数的计算,延迟时间和时间窗口计算,混沌吸引子关联维计算,重构相空间进行K_L变换,混沌吸引子关联维计算,Hurst指数分析,关联维和Kolmogorov熵计算,FFT计算序列平均周期,最大lyapunov指数计算,利用互信息法求时间延迟,混沌和噪声识别的源程序。(Matlab chaotic time series source, time includes the time series of delay calculation, correlation integral calculation, phase space reconstruction, time series decomposition, calculated Heaviside function, the delay time and the time window calculated correlation dimension of chaotic attractors calculated reconstruction phase space K_L transform computing correlation dimension of chaotic attractors, Hurst exponent analysis, correlation dimension and Kolmogorov entropy calculation, FFT calculation sequence averaging period, maximum lyapunov index, mutual information method the time delay, chaos and noise source identification.)
- 2016-11-15 09:40:52下载
- 积分:1
-
lab02
在MATLAB实现的用C实现的KNN算法,输入训练数据文件,和test文件,进行预测分类,并且可以与真实情况比较测试预测正确百分比(Implemented in MATLAB KNN algorithm implemented in C, the input training data file, and test files, to predict the classification and testing with the real situation is more correct percentage of predicted)
- 2011-06-16 11:20:09下载
- 积分:1
-
shengjingwangluo
用matlab实现神经网络的城市交通流量预测。主要以大脑生理变化过程为基础、模仿大脑的结构和功能(Neural network using matlab implementation of the urban traffic flow prediction. Major physiological changes to brain-based process, to imitate the structure and function of the brain)
- 2009-03-08 11:27:34下载
- 积分:1
-
matCUDA_User_Guide_0.1
CUDA的MATLAB加速用户使用说明,帮助学习MATLAB的PCT(matCUDA for MATLAB PCT)
- 2015-03-27 11:35:13下载
- 积分:1
-
chaoliujisuan
电力系统潮流计算程序,C++程序,电力系统稳态时的小作业(Power flow calculation program, small operations C++ procedures, steady state power system)
- 2014-01-16 16:03:01下载
- 积分:1
-
ROAD-SURFACE-ROUGHNESS
德国低干扰谱,以及公路C级路面的路面不平度的c++实现。一些相关的资料,便于初学者理解。(German low interference spectrum, as well as C-level road highway pavement roughness achieved. Some relevant information, easy for beginners to understand.)
- 2015-04-12 14:35:20下载
- 积分:1
-
sms-gateway
isual Basic is a high level programming language that can be used to develop useful business software, stimulating educational programs,cutting-edge engineering applications, amusing games, entertaining multimedia programs and many other practical applications. Some of the VB sample codes created by us are calculator, Library System, Stop Watch and more.
- 2014-10-01 18:18:24下载
- 积分:1
-
LMS
1,、设置变量和参量:
X(n)为输入向量,或称为训练样本
W(n)为权值向量
e(n)为偏差
d(n)为期望输出
y(n)为实际输出
η为学习速率
n为迭代次数
2、初始化,赋给w(0)各一个较小的随机非零值,令n=0
3、对于一组输入样本x(n)和对应的期望输出d,计算
e(n)=d(n)-X^T(n)W(n)
W(n+1)=W(n)+ηX(n)e(n)
4、判断是否满足条件,若满足算法结束,若否n增加1,转入第3步继续执行(, set the variables and parameters:
X (n) is the input vector, otherwise known as the training sample
W (n) for the weight vector
e (n) for the deviation
d (n) is the desired output
y (n) is the actual output
η is the learning rate
n is the number of iterations)
- 2011-12-10 20:22:05下载
- 积分:1