Gamma  0.9.5
Generic Synthesis Library
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
NoisePink< RNG > Class Template Reference

Pink Noise. More...

#include <Noise.h>

List of all members.

Public Member Functions

 NoisePink (uint32_t seed)
float operator() ()
 Generate next value.
void seed (uint32_t v)
 Set seed of RNG.

Detailed Description

template<class RNG = RNGLinCon>
class gam::NoisePink< RNG >

Pink Noise.

Pink noise has a power spectrum of 1/f. In this implementation, it is produced by summing together 12 octaves of downsampled white noise.


Constructor & Destructor Documentation

NoisePink ( uint32_t  seed)
Parameters:
[in]seedrandom number generator seed

The documentation for this class was generated from the following file: