Home > freetb4matlab > signal > triang.m

triang

PURPOSE ^

% error: w = triang (n)

SYNOPSIS ^

function w = triang(n)

DESCRIPTION ^

% error:  w = triang (n)
%
% Returns the filter coefficients of a triangular window of length n.
% Unlike the bartlett window, triang does not go to zero at the edges
% of the window.  For odd n, triang(n) is equal to bartlett(n+2) except
% for the zeros at the edges of the window.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003