Computes the inverse fast Hilbert transform of a sequence using Fourier identities.
Input signal.
This input accepts a double-precision, floating-point number or a 1D array of double-precision, floating-point numbers.
Length of each set of data. The node performs computation for each set of data.
sample length must be greater than zero.
This input is available only if you wire a double-precision, floating-point number to Hilbert{x}.
Default: 100
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Default: No error
The inverse Hilbert Transform of the input signal.
Error information.
The node produces this output according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
The following equation defines the continuous inverse Hilbert transform of a function h(t):
Using the definition of the continuous Hilbert transform
you can obtain the continuous inverse Hilbert transform by negating the forward Hilbert transform
This node performs the discrete inverse Hilbert transform with the aid of the continuous Hilbert transform by taking the following steps:
Calculate the discrete Hilbert transform of the input sequence
X.
Y
=
H{X}
Negate
Y
to obtain the inverse discrete Hilbert transform.
H
-1{X} = -Y
The Hilbert transform works best with AC coupled, band-limited signals.
Where This Node Can Run:
Desktop OS: Windows
FPGA: Not supported
Web Server: Not supported in VIs that run in a web application