Truncate fractional signal values
signal | A signal whose values will be truncated. The trunc~ object converts signals with fractional values to the nearest lower integer value (e.g., a value of 1.75 is truncated to 1.0, and -1.75 is truncated to -1.0). This object is simple but computationally expensive. |