2022-08-24 13:53:18 +00:00
|
|
|
#lang scribble/manual
|
|
|
|
@(require (for-label racket))
|
|
|
|
|
|
|
|
@title{(pv-mag-below buffer threshold)}
|
|
|
|
|
2022-08-28 10:27:01 +00:00
|
|
|
|
2022-08-24 13:53:18 +00:00
|
|
|
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
|
|
|
|
|
2022-08-28 10:27:01 +00:00
|
|
|
|