Hilbert Transform - Phasor Components
HT_PHASOR calculates the sine and cosine components of the dominant cycle.
Method
Inputs
Parameter | Argument type | Description | Default Value |
---|---|---|---|
source | pd.Series | Input data series | - |
Outputs
The outputs are returned as a tuple of objects. Make sure to unpack them as shown in the example usage.
Output | Type |
---|---|
inphase | np.ndarray |
quadrature | np.ndarray |