module Sample: sig .. end
sig
end
Operations on samples.
type t = float
float
A sample.
val clip : t -> t
t -> t
Clip a sample (ie ensure that it is between -1. and 1..
-1.
1.