boxcar | R Documentation |
Return the filter coefficients of a boxcar (rectangular) window.
boxcar(n)
n |
Window length, specified as a positive integer. |
The rectangular window (sometimes known as the boxcar or Dirichlet window) is
the simplest window, equivalent to replacing all but n
values of a
data sequence by zeros, making it appear as though the waveform suddenly
turns on and off. Other windows are designed to moderate these sudden
changes, which reduces scalloping loss and improves dynamic range.
rectangular window, returned as a vector.
Paul Kienzle, pkienzle@users.sf.net.
Conversion to R by Geert van Boxtel, G.J.M.vanBoxtel@gmail.com.
triang
b <- boxcar(64)
plot (b, type = "l", xlab = "Samples", ylab =" Amplitude")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.