DSD: Data Stream Data Generator Base Class
Description
Abstract base class for all DSD (Data Stream Data
Generator) classes.Details
The DSD class cannot be instantiated, but it serves
as a base class from which all DSD objects inherit. There is
only one function that needs to be implemented
for a new DSD subclass:
get_points(). DSD also provides
print() and plot().