#include <wave.h>
Inheritance diagram for SignalTypes::Wave:
Public Member Functions | |
Wave (const float frequency=0) |
This class can be used to define a signal stream that comprises samples of a single element, where each element represents an offset from a defined zero.
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. |