Computes the sinc, in radians, of the input elements.
Inputs
a
Real or complex scalar or array of any dimension.
Outputs
c
Sinc, in radians, of the elements in a. c is a scalar or an array of the same size as a.
Syntax Details
When a = 0, sinc(a) = 1. Otherwise, sinc(a) = sin(pi*a)/(pi*a).
Z = [1:0.11:5]
C = sinc(Z)
Installed By: LabVIEW Communications System Design Suite (introduced in 1.0)
Where This Node Can Run:
Desktop OS: Windows
FPGA: Not supported