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