11 lines
278 B
Racket
11 lines
278 B
Racket
#lang scribble/manual
|
|
@(require (for-label racket))
|
|
|
|
@title{(pv-mag-below buffer threshold)}
|
|
|
|
Pass bins below a threshold. Pass only bands where the magnitude
|
|
is below `threshold'. This value is not normalized and is
|
|
therefore dependant on the buffer size.
|
|
|
|
See pv-mag-above
|
|
|