Description Usage Arguments Value Examples
Attractive ggplot2 plot of short convolution filter coefficients
1 | gplot.filter(h, type = c("centered", "causal", "symmetric"))
|
h |
a filter |
type |
one of "centered" (default), "causal" or "symmetric". If "centered" filter is shifted left to center on origin. If even length, it will extend further to the right of 0. If symmetric, h is assumed to provide only the time >= 0 coefficients. Negative time will be obtained by mirroring. |
a ggplot2 object
1 2 | h <- fdfilter( 5 )
gplot.filter( h )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.