Data type for the data that the generator samples.
To create a new instance of sampled data generator use createSampledDataGenerator factory.
Generate new instance of DataHost with unique data. Data is added to the DataHost asynchronously.
A new DataHost.
Returns a new Data generator with new the new array of data as sampling target.
Array of data to sample.
Returns a new Data generator with the new sampling frequency.
Set the frequency that the data is sampled from the input array.
Returns a new Data generator with the new step.
A constant step between samplings.
A sampled data generator. Samples given data with specific frequency.