Owning Classes: trigonometric and waveform generation
Requires: MathScript RT Module
c = sinc(a)
Computes the sinc, in radians, of the input elements. When a = 0, sinc(a) = 1. Otherwise, sinc(a) = sin(pi*a)/(pi*a).
| Name | Description |
|---|---|
| a | Specifies a real or complex scalar, vector, or matrix. |
| Name | Description |
|---|---|
| c | Returns the sinc, in radians, of the elements in a. c is a scalar, vector, or matrix of the same size as a. |
Z = [1:0.11:5]
C = sinc(Z)