noise
A white noise generator with an IIR lowpass filter.
Syntax
Performance
xamp -- amplitude of final output
kbeta -- beta of the lowpass filter. Should be in the range of -1 to 1, exclusive of the end-points.
The filter equation is:
![[Filter equation for filter in noise opcode.]](../../images/noise-filter.png)
where xn is the original white noise and yn is lowpass filtered noise. The higher β is, the lower the filter's cut-off frequency. The cutoff frequency is roughly sr * ((1-kbeta)/2).
Examples
Here is an example of the noise opcode. It uses the file noise.csd.
See also
Credits
Author: John ffitch
University of Bath, Codemist. Ltd.
Bath, UK
December 2000
New in Csound version 4.10