aimsalgo  5.0.5
Neuroimaging image processing
hilbert1d.h File Reference
Include dependency graph for hilbert1d.h:

Go to the source code of this file.

Classes

class  AimsData< T >
 

Functions

1D hilbert transform.

This transform is often used to get the envelop of a signal.

It is based on the construction of the associated analytic signal.

Parameters
vecinput float 1D-signal
AIMSALGO_API AimsData< float > AimsHilbert1D (const AimsData< float > &vec)
 

Function Documentation

◆ AimsHilbert1D()

AIMSALGO_API AimsData<float> AimsHilbert1D ( const AimsData< float > &  vec)