Contents Up Previous Next

SVD noise reduction (SVDNR)

Purpose
Description
Macro Synopsis
Modules
Related Functions
References


Purpose

Noise reduction by singular value decomposition in phase space

Description

This function performs noise reduction by singular value decomposition of local sets of state vectors in phase space and projection of the state vectors onto the submanifold of the principal components.
Parameters are:

Note that since this function operates on a 'pure' time series, the scale and the shift of the given signal do not affect the result.


Macro Synopsis

y = SVDNR(x,tau,m,md,M,r,p);
signal x,y;
int tau,m,md,M;
float r;
option p;

Modules

Nonlinear

Related Functions

Median filter, Schreiber noise reduction.

References

Grassberger et al. [58], [59]