Codebox Operators hilbert

hilbert

Phase quadrature filter

new hilbert()

Methods

clear(): out1

Returns

NameTypeDescription
out1

next(x): [out1, out2]

Arguments

NameTypeDefaultDescription
xnumber

Returns

NameTypeDescription
out1number

The 'real' part of the hilbert-transformed signal. It will be 90 degrees out of phase from the 'imaginary' part.

out2number

The 'imaginary' part of the hilbert-transformed signal. It will be 90 degrees out of phase from the 'real' part.

reset(): out1

Returns

NameTypeDescription
out1