8 lines
231 B
Scheme
8 lines
231 B
Scheme
|
;; (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
|