-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathEXAMPLES
25 lines (24 loc) · 1.16 KB
/
EXAMPLES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
(* EXAMPLE-00 -- Motivation *)
(* EXAMPLE-01 -- Initialization *)
(* EXAMPLE-02 -- Frequency identification *)
(* EXAMPLE-03 -- Quasiperiodic decomposition *)
(* EXAMPLE-04 -- Quasiperiodic decomposition and FMA chaos indicator (symplectic map) *)
(* EXAMPLE-05 -- Frequency Map Analysis (FMA) *)
(* EXAMPLE-06 -- Fractal Dimension Estimation (FDE) *)
(* EXAMPLE-07 -- Fast Lyapunov Indicator (FLI) *)
(* EXAMPLE-08 -- The Smaller and the Generalized Alignment Indices (SALI & GALI) *)
(* EXAMPLE-09 -- Frequency correction *)
(* EXAMPLE-10 -- FORTRAN *)
(* EXAMPLE-11 -- REM indicator (Reverse Error Method) *)
(* EXAMPLE-12 -- SVD noise filtering *)
(* EXAMPLE-13 -- Randomized SVD and optimal SVD truncation *)
(* EXAMPLE-14 -- Robust PCA *)
(* EXAMPLE-15 -- RPCA noise filtering *)
(* EXAMPLE-16 -- Anomaly detection and repair *)
(* EXAMPLE-17 -- Frequency estimation accuracy *)
(* EXAMPLE-18 -- SVD based chaos indicator *)
(* EXAMPLE-19 -- Anomaly detection and repair (autoencoder) *)
(* EXAMPLE-20 -- Autoencoder based chaos indicator *)
(* EXAMPLE-21 -- SVD & RPCA based sparse signal decomposition *)
(* EXAMPLE-22 -- Separation of close frequencies *)
(* 29_05_2021 *)