Navigation

Operators and Keywords

Function List:

C++ API

: sinewave (m, n, d)

Return an m-element vector with i-th element given by sin (2 * pi * (i+d-1) / n).

The default value for d is 0 and the default value for n is m.

See also: sinetone.

Package: octave