搜索资源列表
times
- 功能概述: 提供一个时间序列的分析插件,只需要提供时间轴和数值轴,就可以进行相关的可视化分析计算。 接口要求: 利用TeeChart为主要平台构建,支持WebService,支持ActiveX,支持OLE Automation。 所有数值序列采用数组存储,独立于数据库,支持数据的转入转出,支持文本和XML等格式导入导出 图像支持矢量输出,支持多种文件格式输出,支持Stream方式输出图像。 序列数据源(含中间序列)支持交互修改. 基于年序列的频率分析见单独的频率分析插件Hfre
RSana
- RS分形算法matlab代码实现,既利用RS方法计算时间序列的分形hurst指数-RS fractal algorithm to achieve Matlab code, both RS calculated using time series fractal Hurst index
box-dimension
- 这是一个计算一维时间序列盒维数的计算程序,用matlab语言编写,希望对大家有帮助。-This is a calculated one-dimensional time series box dimension of the calculation procedures, using Matlab language. We want to help.
correlation-dimension
- 这是一个一维时间序列关联维数计算程序,用matlab编写,希望对大家有帮助-This is a one-dimensional time series correlation dimension calculation program, using Matlab prepared, and I hope to be helpful
OGL_motionblur
- 运动模糊(Motion Blur)效果演示 运动模糊是一种常见的运动效果处理手法, 由于眼睛的视觉暂留现象,会在视觉上形成一个拖影效果. 在OpenGL中利用渲染到纹理技术, 依次不时间序列里面的连续若干帧的图象,依次渲染到纹理里面, 然后在alpha混合呈现在屏幕上面,就形成了motion blur效果.-Motion Blur (Motion Blur) Motion Blur effects demo is a common effect of the campaign to
zhongzhi
- 中值滤波代码!中值滤波是在1971年有J.W.Jwkey首先提并应用的在一维信号处理技术中(时间序列分析),后来被图像信号处理技术所引用.在一定的条件下,可以克服线性滤波器如最小均方滤波、平均值滤波等所带来的图像细节模糊,而且对滤波脉冲干扰及图像扫描噪声最为有效。特别适用在有很强的胡椒粉式或脉冲式的干扰时,因为这些干扰值与其邻近像素灰度有很大差异,因此经排序后取中值的结果是强迫将次干扰变成与其邻近的某些像素的灰度值一样,达到去除干扰的效果。在实际运算过程中并不需要图像的统计特性,这也是带来不少方
G_P
- 利用这个g-p算法计算时间序列的关联维和饱和嵌入维-Advantage of this gp algorithm to calculate the time series correlation dimension and saturated embedding dimension
wavelet
- WAVELET (n,y,dt,mother,param,s0,dj,jtot,npad,wave,scale,period,coi)计算时间序列y(n)小波变换。-WAVELET (n, y, dt, mother, param, s0, dj, jtot, npad, wave, scale, period, coi) computing time sequence y (n) wavelet transform.
period_mean_fft
- 利用这个方法计算混沌时间序列的平均轨道周期p-Use this method to calculate the average orbital period of chaotic time series p
lyapunov_wolf
- 利用此wolf方法计算混沌时间序列的最大李雅普诺夫指数-Largest Lyapunov exponent calculated use of this wolf chaotic time series
ChaosToolbox2p9_trial
- 海军工程大学的陆振波博士写的混沌时间序列分析与预测工具箱,版本是2.9,均是matlab源码,个人感觉不错,供做混沌研究的同志们参考。-Chaotic Time Series Analysis and Prediction Matlab Toolbox- version 2.9
fractal_only_in_timeSequence
- 只适用于时间序列的matlab下的分形维数计算的代码-Applies only to the time series under matlab fractal dimension calculation code
RLS0
- 对于一实测时间序列,我想用matlab中的小波分析功能找出其周期和突变点,现在只能做出其小波系数图,请教高手指点如何将其转化为频率图?附件的论文里有用这个方法的,但不知其中的图是如何做出,从图上如何看出周期和突变点?谢谢!
rsfengxing
- 此程序为matlab分形程序,用于计算具有分形特性的时间序列的rs分形维数,仅供参考如有错误请指正-compulate the dimenson of the time serial
browse-0.9
- IDL程序辅助浏览三维数据集(如体渲染),二维切片和一维的时间序列图形-Browse is an IDL program that can interactively visualize scalar and vector three-dimensional datasets. It plots 2D slices as either contour, surface, or vector field plots, and 1D line cuts.
Wavelet
- 这是一个小波分析软件,可用来进行时间序列信号的分段分析。-this is a software for wavelet analysis and it can be used to segment and analyze the time series signals
wnn_forcast
- 用小波神经网络变换对时间序列信号进行预测,并做了测试,效果很好,请参考-Transform using wavelet neural network to predict the time series signal, and do a test with good results, please refer to
HMMTest
- 马儿可夫模型源代码,自己在时间序列研究中测试可以正确运行的HMM代码,实现模型训练和测试模型概率等-a HMM model source code
tdoppl
- 通用时间序列数据的时间-多普勒绘图函数,给出绘图结果及相关参数信息-Time Doppler plot function
SG滤波_Matlab
- 一般用来做时间序列的平滑,比如MODIS的NDVI EVI等植被指数的平滑,消除 云 缺失值等噪声,提升数据质量,对于时间序列的研究是一种重要的处理方法。