Learn R Programming

soundgen (version 2.7.0)

sinc: Sinc

Description

Sinc

Usage

sinc(x)

Arguments

x

numeric vector

Examples

Run this code
x = seq(-5, 5, .01); plot(x, soundgen:::sinc(x))

Run the code above in your browser using DataLab