[Master Index] [Index for /tools/hpmatlab/toolbox/signal]

sinc

(/tools/hpmatlab/toolbox/signal/sinc.m)


Function Synopsis

y=sinc(x)

Help text

SINC	Sin(pi*x)/(pi*x) function
	SINC(X) returns a matrix whose elements are the sinc of the elements 
	of X, i.e.
	     y = sin(pi*x)/(pi*x)    if x ~= 0
	       = 1                   if x == 0
	where x is an element of the input matrix and y is the resultant
	output element.  

Cross-Reference Information

This function calls
This function is called by

Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON