Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

sinc (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Classes: trigonometric and waveform generation

Requires: MathScript RT Module

Syntax

c = sinc(a)

Description

Computes the sinc, in radians, of the input elements. When a = 0, sinc(a) = 1. Otherwise, sinc(a) = sin(pi*a)/(pi*a).

Examples

Inputs

Name Description
a Specifies a real or complex scalar, vector, or matrix.

Outputs

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.

Examples

Z = [1:0.11:5]
C = sinc(Z)

Related Topics

sin


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit