Owning Classes: basic and filter design
Requires: MathScript RT Module
c = angle(a)
Computes the phase angles, in radians, of the input elements specified in a.
| Name | Description |
|---|---|
| a | Specifies a complex matrix. |
| Name | Description |
|---|---|
| c | Returns the phase angles, in radians, of the elements in a. c is a real matrix of the same size as a. |
The following table lists the support characteristics of this function.
| Supported in the LabVIEW Run-Time Engine | Yes |
| Supported on RT targets | Yes |
| Suitable for bounded execution times on RT | Yes |
a = [2+3i, 7-8i]
c = angle(a)