#include <value.h>
Inheritance diagram for SignalTypes::Value:
Public Member Functions | |
Value (const float frequency=0) |
This class can be used to define a signal stream that comprises samples of a single element. The meaning of each element is undefined.
It is the simplest SignalType-derived class.
SignalTypes::Value::Value | ( | const float | frequency = 0 |
) | [inline] |
The constructor.
frequency | The sampling frequency of the values. That is, the inverse of the delay (in signal time) between each value (sample). |