UNIVERS
15.3
UNIVERS base processing software API
|
Functions | |
template<typename FFT_T > | |
bool | transform (FFT_T &fft, Trace &trace, int direction=1) |
Trace | instAmpls (const Trace &rs, const Trace &is) |
Trace | instPhases (const Trace &rs, const Trace &ls) |
Trace | instFreqs (const Trace &rs, const Trace &is) |
Hilbert transformation and applications.
Calculate amplitudes of analytical signal from provided real and image parts. Return empty trace on error.
Calculate frequencies from provided real and image part of analytical signal. Return empty trace on error.
Calculate phases of analytical signal from provided image part of the signal and amplitude. Return empty trace on error.