-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ff5132a
commit 046d870
Showing
2 changed files
with
12 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
# TimeSeriesGeneration | ||
Code for generating different types of time series in Matlab. | ||
Matlab code for generating time series different types of dynamical systems. | ||
|
||
Basic support for: | ||
* Autoregressive processes, `MkSg_AR` | ||
* Systems of ODEs (dynamical systems, or flows, including all of those in *Chaos and Time-Series Analysis* by J. C. Sprott), `MkSg_Flow` | ||
* Iterative maps (including all of those listed in *Chaos and Time-Series Analysis* by J. C. Sprott), `MkSg_Map` | ||
* Uncorrelated random noise (from a given distribution), `MkSg_Noise` | ||
* Self-affine processes, `MkSg_SelfAffine` | ||
* Noisy sinusoids, `MkSg_Sine` | ||
* Autoregressive processes: `MkSg_AR` | ||
* Systems of ODEs (dynamical systems, or flows, including all systems included in *Chaos and Time-Series Analysis* by J. C. Sprott): `MkSg_Flow` | ||
* Iterative maps (including all of those listed in *Chaos and Time-Series Analysis* by J. C. Sprott): `MkSg_Map` | ||
* Uncorrelated random noise (from a given distribution): `MkSg_Noise` | ||
* Self-affine processes: `MkSg_SelfAffine` | ||
* Noisy sinusoids: `MkSg_Sine` | ||
|
||
## generation of HCTSA files for different systems with continuously varying parameters | ||
## Generation of HCTSA files for different systems with continuously varying parameters | ||
|
||
`runScript.m` | ||
`runScript.m` |