Transforms VIs
- Updated2023-02-21
- 1 minute(s) read
Transforms VIs
Owning Palette: Multicore Analysis and Sparse Matrix VIs
Requires: Multicore Analysis and Sparse Matrix Toolkit. This topic might not match its corresponding palette in LabVIEW depending on your operating system, licensed product(s), and target.
Use the Transforms VIs to implement common transforms used in signal processing.
Palette Object | Description |
---|---|
DCT | Computes the Discrete Cosine Transform (DCT) of the input sequence X. |
DST | Computes the Discrete Sine Transform (DST) of the input sequence X. |
FFT | Computes the fast Fourier transform (FFT) of the input sequence X. |
Inverse DCT | Computes the inverse Discrete Cosine Transform (DCT) of the input sequence DCT {X}. |
Inverse DST | Computes the inverse Discrete Sine Transform (DST) of the input sequence DST {X}. |
Inverse FFT | Computes the inverse fast Fourier transform (FFT) of the input sequence X. |
Inverse Multi-channel FFT | Computes the inverse fast Fourier transform (IFFT) of the frequency-domain sequence in each channel in Multi-channel FFT {X}. |
Multi-channel FFT | Computes the fast Fourier transform (FFT) of each channel signal of the input matrix X. |