#include <wave.h>
Inheritance diagram for SignalTypes::Wave:


Public Member Functions | |
| Wave (const float frequency=0) | |
| SignalTypes::Wave::Wave | ( | const float | frequency = 0 |
) | [inline] |
The constructor.
| frequency | The sampling frequency of the Wave. That is, the inverse of the delay between each sample. e.g. CD audio has a sample frequency of 44100, i.e. each sample represents a reading in time of 1/44100th of a second later than the last. |
1.4.7