triang
This function returns the filter coefficients of a triangular window.
Calling Sequence
w = triang (m)
Parameters
m:
positive integer value
w:
output variable, vector of real numbers
Description
This is an Octave function.
This function returns the filter coefficients of a triangular window of length m supplied as input, to the output vector y.
Examples