Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.437.588 Times

Time Series freeware
Filter: All | Freeware | Demo
 

Time Series

< 1 2 3 4 5 > 

MS_Regress - A Package for Markov Regime Switching Models in Matlab This submission provides functions (and examples scripts) for estimation, simulation and forecasting of a general Markov Regime Switching Regression. Features of the package:- Support for univariate and multivariate models.- Support of any number of states and any number of explanatory...



Platforms: Matlab


Added: July 08, 2013 | Visits: 678

MATLAB Simulation of variable-mass rigid-body 6DOF SIXDOFVM Calculate aircraft variable-mass rigid-body six-degrees-of-freedom equations of motion using MATLAB ODE45 solver. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Inputs: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Forces = 3x1 vector of forces in body coordinates Moments = 3x1 vectory of...





Platforms: Matlab

License: Freeware Size: 10 KB Download (57): MATLAB Simulation of variable-mass rigid-body 6DOF Download

Added: July 05, 2013 | Visits: 440

Peak Fitter A command-line peak fitting program for time-series signals, written as a self-contained Matlab function in a single m-file. Uses an non-linear optimization algorithm to decompose a complex, overlapping-peak signal into its component parts. The objective is to determine whether your signal can be...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Peak Fitter Download

Added: September 03, 2013 | Visits: 343

Noise variance estimation Suppose that you have a signal Y (Y can be a time series, a parametric surface or a volumetric data series) corrupted by a Gaussian noise with unknown variance. It is often of interest to know more about this variance. EVAR(Y) thus returns an estimated variance of the additive noise.EVAR provides...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Noise variance estimation Download

Added: July 05, 2013 | Visits: 646

MATLAB simulation of fixed-mass rigid-body 6DOF SIXDOF Calculate aircraft fixed-mass rigid-body six-degrees-of-freedom equations of motion using MATLAB ODE45 solver. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Inputs: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Forces = 3x1 vector of forces in body coordinates Moments = 3x1 vectory of moments...


Platforms: Matlab

License: Freeware Size: 10 KB Download (64): MATLAB simulation of fixed-mass rigid-body 6DOF Download

Added: June 16, 2013 | Visits: 397

Peak finding and measurement A fast customizable function for locating and measuring the peaks in noisy time-series signals. Adjustable parameters allow discrimination of "real" signal peaks from noise and background. Determines the position, height, and width of each peak by least-squares curve-fitting. It can find and...


Platforms: Matlab

License: Freeware Size: 30.72 KB Download (41): Peak finding and measurement Download

Added: June 25, 2013 | Visits: 398

Interactive Peak Fitter A peak fitting program for time-series signals, written as a self-contained function in a single m-file. Uses an non-linear optimization algorithm to decompose a complex, overlapping-peak signal into its component parts. The objective is to determine whether your signal can be represented as the...


Platforms: Matlab

License: Freeware Size: 40.96 KB Download (43): Interactive Peak Fitter Download

Added: September 15, 2013 | Visits: 482

Interactive Resolution Enhancement Mathematically simple, quickly- computable resolution enhancement for time-series signals consisting of partially overlapping peaks. It is based on subtracting the scaled, smoothed 2nd derivative and adding the scaled, smoothed 4th derivative to the original signal. The algorithm can be...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (44): Interactive Resolution Enhancement Download

Added: April 30, 2013 | Visits: 472

Interactive Smoothing nteractive smoothing for time-series signals, with sliders that allow you to adjust the smoothing parameters continuously while observing the effect on your signal dynamically. RunSmoothSliderTest to see how it works. Can be used with any smoothing function, but two fast smooth functions are...


Platforms: Matlab

License: Freeware Size: 102.4 KB Download (46): Interactive Smoothing Download

Added: April 06, 2013 | Visits: 453

Interactive Derivative Interactive differentiation for time- series signals, with sliders that allow you to adjust the derivative order, smooth width, and scale expansion continuously while observing the effect on your signal dynamically. Run InteractiveDerivativeTest to see how it works. For more information see...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (47): Interactive Derivative Download

Added: May 13, 2013 | Visits: 382

scrollingplot Where several instruments record a time-series of data with a common time record, quality control and despiking of the data is often linked between the instruments. This function allows a variable number of datasets (with a common time record) to be plotted and scrolled through. Bad data can be...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): scrollingplot Download

Added: August 15, 2013 | Visits: 345

Technical Analysis Too This UI driven application allows users to- load time series data from several sources (yahoo, MATLAB, etc...) depending on which MATLAB toolboxes the user is licensed for.- calculate and display several of the simpler technical analysis indicators.(Generally indicators that only require one time...


Platforms: Matlab

License: Freeware Size: 51.2 KB Download (39): Technical Analysis Too Download

Added: April 07, 2013 | Visits: 378

ami and correlation AMI computes and plots average mutual information (ami) and correlation of univariate or bivariate time series for different values of time lag.USAGE: [amis corrs] = ami(xy,nBins,nLags)INPUT: xy: either univariate (x) or bivariate ([x y]) time series data. If bivariate time series are given then...


Platforms: Matlab

License: Freeware Size: 30.72 KB Download (43): ami and correlation Download

Added: June 01, 2013 | Visits: 490

Singular Spectrum Analysis smoother SSA generates a trayectory matrix from the original series by sliding a window of length L. The trayectory matrix is aproximated using Singular Value Decomposition. The last step reconstructs the series from the aproximated trayectory matrix. The SSA applications include smoothing, filtering, and...


Platforms: Matlab

License: Freeware Size: 10 KB Download (52): Singular Spectrum Analysis smoother Download

Added: March 31, 2013 | Visits: 383

Speech Snipper This is a GUI that manages DSP analysis functions for wav-files (e.g., speech signals). Two functions (plotps.m and spect.m) are included for starters. You may write your own functions and integrate that into the GUI without much hassle (see instructions in the accompanying readme.txt file)....


Platforms: Matlab

License: Freeware Size: 122.88 KB Download (42): Speech Snipper Download

Added: April 01, 2013 | Visits: 435

EZFFT : An easy to use Power Spectrum (FFT) EZFFT(T,U) plots the power spectrum of the signal U(T) , where T is a 'time' and U is a real signal (T can be considered as a space coordinate as well). If T is a scalar, then it is interpreted as the 'sampling time' of the signal U. If T is a vector, then it is interpreted as the 'time' itself....


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): EZFFT : An easy to use Power Spectrum (FFT) Download

Added: April 27, 2013 | Visits: 566

Normalised Partial Energy Sequence alculate the normalized partial energy sequence (NPES) for a given signal vector X.If a particular transform is capable of capturing the key features of a signal in few coefficients, the NPES will approach unity for relatively quickly.Ref: Percival and Walden, Wavelet Methods for Time Series...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Normalised Partial Energy Sequence Download

Added: June 29, 2013 | Visits: 450

Arduino meets MATLAB The current submission illustrates a way to use the popular open source arduino boards with MATLAB illustrating the capabilities of data acquisition and visualization in real time .The Arduino Demilanove based on the ATMEGA 328 is used to send a series of time series through the serial interface...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Arduino meets MATLAB Download

Added: June 10, 2013 | Visits: 446

Improved GUI for Affymetrix gene expression analysis This user interface allows a user to load some Affymetrix data in an Excel file and perform some basic operations on it - log transform, log ratio, normalization, noise reduction, filtering, PCA and clustering, in addition to some visualizations like profile plots, boxplots and matrix...


Platforms: Matlab

License: Freeware Size: 460.8 KB Download (44): Improved GUI for Affymetrix gene expression analysis Download

Added: May 02, 2013 | Visits: 436

Strategy Design Pattern in Matlab 2008b The Strategy Pattern is just one of many patterns defined by the "Gang of Four" that are commonly used in many other object-oriented programming languages.Now with Matlab 2008b we can define Interfaces and Abstract classes that can make use of many of these patterns. Not only is this good coding...


Platforms: Matlab

License: Freeware Size: 10 KB Download (47): Strategy Design Pattern in Matlab 2008b Download

< 1 2 3 4 5 >