LabVIEW Multicore Analysis and Sparse Matrix Toolkit API Reference

Content Type
Programming Language
Current manual

Inverse Multi-channel FFT VI

Inverse Multi-channel FFT VI

Owning Palette: Transforms VIs

Requires: Multicore Analysis and Sparse Matrix Toolkit

Computes the inverse fast Fourier transform (IFFT) of the frequency-domain sequence in each channel in Multi-channel FFT {X}.

You must manually select the polymorphic instance you want to use.

Details  

2D Inverse Multi-channel FFT (DBL)

shift? specifies whether the DC component is at the center of each channel of Multi-channel FFT {X}. The default is FALSE.
Multi-channel FFT {X} specifies frequency-domain sequences by rows or columns.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
FFT direction specifies whether to perform inverse FFT on each row of Multi-channel FFT {X} or each column of Multi-channel FFT {X}.

0Row-wise (default)—Each row of Multi-channel FFT {X} is one channel frequency-domain sequence. Specifies that this VI performs inverse FFT on each row of Multi-channel FFT {X}.
1Column-wise—Each column of Multi-channel FFT {X} is one channel frequency-domain sequence. Specifies that this VI performs inverse FFT on each column of Multi-channel FFT {X}.
X returns the inverse FFT result of each channel in Multi-channel FFT {X}.
error out contains error information. This output provides standard error out functionality.

2D Inverse Multi-channel FFT (SGL)

shift? specifies whether the DC component is at the center of each channel of Multi-channel FFT {X}. The default is FALSE.
Multi-channel FFT {X} specifies frequency-domain sequences by rows or columns.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
FFT direction specifies whether to perform inverse FFT on each row of Multi-channel FFT {X} or each column of Multi-channel FFT {X}.

0Row-wise (default)—Each row of Multi-channel FFT {X} is one channel frequency-domain sequence. Specifies that this VI performs inverse FFT on each row of Multi-channel FFT {X}.
1Column-wise—Each column of Multi-channel FFT {X} is one channel frequency-domain sequence. Specifies that this VI performs inverse FFT on each column of Multi-channel FFT {X}.
X returns the inverse FFT result of each channel in Multi-channel FFT {X}.
error out contains error information. This output provides standard error out functionality.

2D Inverse Multi-channel FFT (CDB)

shift? specifies whether the DC component is at the center of each channel of Multi-channel FFT {X}. The default is FALSE.
Multi-channel FFT {X} specifies frequency-domain sequences by rows or columns.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
FFT direction specifies whether to perform inverse FFT on each row of Multi-channel FFT {X} or each column of Multi-channel FFT {X}.

0Row-wise (default)—Each row of Multi-channel FFT {X} is one channel frequency-domain sequence. Specifies that this VI performs inverse FFT on each row of Multi-channel FFT {X}.
1Column-wise—Each column of Multi-channel FFT {X} is one channel frequency-domain sequence. Specifies that this VI performs inverse FFT on each column of Multi-channel FFT {X}.
X returns the inverse FFT result of each channel in Multi-channel FFT {X}.
error out contains error information. This output provides standard error out functionality.

2D Inverse Multi-channel FFT (CSG)

shift? specifies whether the DC component is at the center of each channel of Multi-channel FFT {X}. The default is FALSE.
Multi-channel FFT {X} specifies frequency-domain sequences by rows or columns.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
FFT direction specifies whether to perform inverse FFT on each row of Multi-channel FFT {X} or each column of Multi-channel FFT {X}.

0Row-wise (default)—Each row of Multi-channel FFT {X} is one channel frequency-domain sequence. Specifies that this VI performs inverse FFT on each row of Multi-channel FFT {X}.
1Column-wise—Each column of Multi-channel FFT {X} is one channel frequency-domain sequence. Specifies that this VI performs inverse FFT on each column of Multi-channel FFT {X}.
X returns the inverse FFT result of each channel in Multi-channel FFT {X}.
error out contains error information. This output provides standard error out functionality.

Inverse Multi-channel FFT Details

The following table lists the support characteristics of this VI.

Supported on RT targets Yes
Suitable for bounded execution times on RT Yes
Was this information helpful?