Hilbert Transform - SineWave
HT_SINE generates a sine wave that represents 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 |
---|---|
sine | np.ndarray |
leadsine | np.ndarray |