hilbert
Phase quadrature filter
new hilbert()Methods
clear(): out1
Returns
| Name | Type | Description |
|---|---|---|
| out1 |
next(x): [out1, out2]
Arguments
| Name | Type | Default | Description |
|---|---|---|---|
| x | number |
Returns
| Name | Type | Description |
|---|---|---|
| out1 | number | The 'real' part of the hilbert-transformed signal. It will be 90 degrees out of phase from the 'imaginary' part. |
| out2 | number | The 'imaginary' part of the hilbert-transformed signal. It will be 90 degrees out of phase from the 'real' part. |
reset(): out1
Returns
| Name | Type | Description |
|---|---|---|
| out1 |