bartlett: Bartlett window

View source: R/bartlett.R

bartlettR Documentation

Bartlett window

Description

Return the filter coefficients of a Bartlett (triangular) window.

Usage

bartlett(n)

Arguments

n

Window length, specified as a positive integer.

Details

The Bartlett window is very similar to a triangular window as returned by the triang function. However, the Bartlett window always has zeros at the first and last samples, while the triangular window is nonzero at those points.

Value

Bartlett window, returned as a vector. If you specify a one-point window (n = 1), the value 1 is returned.

Author(s)

Andreas Weingessel, Andreas.Weingessel@ci.tuwien.ac.at. Conversion to R by Geert van Boxtel, G.J.M.vanBoxtel@gmail.com.

See Also

triang

Examples


bw <- bartlett(64)
plot (bw, type = "l", xlab = "Samples", ylab =" Amplitude")


gjmvanboxtel/gsignal documentation built on Nov. 22, 2023, 8:19 p.m.