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