Description Usage Arguments Value Examples
Compute coefficients of a high-pass Lanczos filter
1 | lanczos_hp(n, high)
|
n |
length of filter; must be odd |
high |
cutoff frequency of the filter (Nyquist = 0.5) |
non-negative time filter coefficients (filter is symmetric about 0).
1 2 | f <- lanczos_hp( 7, 0.4 )
print( f )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.