Hilbert Transform - Phasor Components (HT_PHASOR)
Outputs the In-Phase and Quadrature components of the signal, which are used to calculate phase and amplitude.
Usage
Use as building blocks for custom DSP indicators. The In-Phase component is the signal itself, while the Quadrature component is shifted by 90 degrees.
Background
The Phasor components (In-Phase and Quadrature) are the fundamental outputs of the Hilbert Transform. They allow for the decomposition of a signal into its vector representation, which is essential for advanced cycle analysis and the creation of lag-free filters. — Rocket Science for Traders
Formula
\[
\text{Result} = (InPhase, Quadrature)
\]