CosineRiseFallDerivative#
- class iqm.pulse.playlist.waveforms.CosineRiseFallDerivative(n_samples, full_width, rise_time, center_offset=0.0)#
Bases:
Waveform
Derivative of a waveform that has a sinusoidal rise and fall, and a constant part in between.
where
iscenter_offset
, isrise_time
, and is the plateau width, calculated viafull_width
- 2 *rise_time
.Its values are in
.- Parameters:
Module:
iqm.pulse.playlist.waveforms
Attributes
center_offset
full_width
rise_time
n_samples
Requested number of samples for the waveform.
Methods