OpenWareLaboratory
NoiseGenerator.h File Reference
Include dependency graph for NoiseGenerator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  BrownNoiseGenerator
 Generator that produces Brownian noise (aka red noise) More...
 
class  GaussianNoiseGenerator
 
class  PinkNoiseGenerator
 
class  WhiteNoiseGenerator
 

Functions

int CTZ (int num)
 

Function Documentation

◆ CTZ()

int CTZ ( int  num)
inline

Definition at line 42 of file NoiseGenerator.h.

Referenced by PinkNoiseGenerator::generate().