Sorts complex numbers in ascending or descending order with respect to real and imaginary parts or magnitude.
Complex numbers to sort.
Order to sort complex numbers.
Name | Description |
---|---|
Ascending | Sorts complex numbers in ascending order. |
Descending | Sorts complex numbers in descending order. |
Default: Ascending
Method this node uses to sort complex numbers.
Name | Value | Description |
---|---|---|
Real, Imaginary | 0 | Sorts elements with respect to their real parts first. For the elements with the same real parts, this node sorts them by their imaginary parts. |
Magnitude, Real, Imaginary | 1 | Sorts elements with respect to their magnitude first. For the elements with the same magnitude, this node sorts them with respect to their real parts first and then with respect to their imaginary parts. |
Magnitude, Phase Angle | 2 | Sorts elements with respect to their magnitude first. For the elements with the same magnitude, this node sorts them by their phase angle. The phase angle is in the range of −π to π. |
Default: Real, Imaginary
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
Complex numbers sorted according to the order to sort.
Corresponding index of the complex number for each sorted complex number.
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.
Where This Node Can Run:
Desktop OS: Windows
FPGA: Not supported
Web Server: Not supported in VIs that run in a web application