ChirpImag

ChirpImag#

class iqm.pulse.playlist.waveforms.ChirpImag(n_samples, freq_start, freq_stop, alpha=0.05, phase=-1.5707963267948966)#

Bases: Chirp

Imaginary part of the linear chirp, which sets the phase to $-pi/2$.

Parameters:
phase#

Phase of the pulse. Defaults to $pi/2$

Type:

float

Module: iqm.pulse.playlist.waveforms

Attributes

phase

freq_start

freq_stop

n_samples

Requested number of samples for the waveform.

Methods