TFA Discrete Gabor Transform (Complex) VI
- Updated2024-07-30
- 4 minute(s) read
Decomposes signal as a linear combination of Gabor elementary functions, which are complex sinusoids with a window envelope. You can use the TFA Discrete Gabor Expansion VI to reconstruct the time-domain signal. Wire data to the signal input to determine the polymorphic instance to use or manually select the instance.
Use the pull-down menu to select an instance of this VI.

Inputs/Outputs
![]() signal specifies the input signal. ![]() transform info specifies the analysis window to use for the Gabor transform. You can use the Dual Window Express VI to design the analysis window.
![]() error in describes error conditions that occur before this node runs. This input provides standard error in functionality. ![]() sampling rate specifies the sampling rate of signal in hertz. sampling rate must be greater than 0, or this VI sets sampling rate to 1 automatically. The default is 1. ![]() Gabor coef returns the linear time-frequency representation of the signal. ![]() scale info returns the time scale and the frequency scale information of the time-frequency representation, including the time offset, the time interval between every two contiguous rows, the frequency offset, and the frequency interval between every two contiguous columns of Gabor coef. Use the TFA Get Time and Freq Scale Info VI to return detailed information about the time scale and the frequency scale. ![]() error out contains error information. This output provides standard error out functionality. |
TFA Discrete Gabor Transform Details
The Gabor elementary functions are localized in the joint time-frequency domain. The weight of the Gabor elementary function reveals the behavior of a signal around the time-frequency center of the Gabor elementary function in the joint time-frequency domain. The Gabor transform is a type of invertible linear transform.
Examples
Refer to the following VIs for examples of using the TFA Discrete Gabor Transform VI:
- Gabor Transform and Expansion VI: labview\examples\Time Frequency Analysis\TFAFunctions
- Dual Function VI: labview\examples\Time Frequency Analysis\TFAGettingStarted
- Linear JTFA Method VI: labview\examples\Time Frequency Analysis\TFAGettingStarted