#include <GrNoiseSource.h>
Inheritance diagram for GrNoiseSource< oType >:
Public Member Functions | |
virtual const char * | name () |
default name for a module (override with actual name) | |
virtual int | work2 (VrSampleRange output, void *o[]) |
GrNoiseSource (double sampfreq, int type, float amp, int seed=3021) | |
template<> | |
int | work2 (VrSampleRange output, void *ao[]) |
Protected Attributes | |
int | type |
float | amp |
gr_random | RNG |
|
|
|
default name for a module (override with actual name)
Reimplemented from VrSource< oType >. |
|
Implements VrSource< oType >. |
|
Implements VrSource< oType >. |
|
|
|
|
|
|