bw_resp | R Documentation |
This function calculates Butterworth filter frequency response (for both causal and acausal)
bw_resp(freq, fc, nPole, is_causal)
freq |
An array of frequency |
fc |
The corner frequency for low-pass/high-pass |
nPole |
The pole parameter for the order, where the order is 2 * nPole. Positive for low-pass; Negative for high-pass |
is_causal |
A binary to indicator if causal is applied. Apply causal if is_causal = TRUE and apply acausal if is_causal = FALSE |
The frequency response
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.