View source: R/get_properties_function.R
get_properties_function | R Documentation |
Get properties of local polynomials filters
get_properties_function(
x,
component = c("Symmetric Gain", "Symmetric Phase", "Symmetric transfer",
"Asymmetric Gain", "Asymmetric Phase", "Asymmetric transfer"),
...
)
x |
a |
component |
the component to extract. |
... |
unused other arguments. |
filter <- lp_filter(3, kernel = "Henderson")
sgain <- get_properties_function(filter, "Symmetric Gain")
plot(sgain, xlim= c(0, pi/12))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.