Samples#
- class iqm.models.playlist.waveforms.Samples(samples)#
Bases:
WaveformCustom pre-sampled waveform.
This class can be used to represent an arbitrary waveform that is not supported with the predefined shapes of waveforms.
Module:
iqm.models.playlist.waveformsAttributes
samplesn_samplesRequested number of samples for the waveform.
Methods
Sample the waveform.
- Parameters:
samples (ndarray)