pyepr.pulses.SincPulse¶
- class pyepr.pulses.SincPulse(*, tp=128, freq=0, order=6, window=None, **kwargs)¶
 Bases:
PulseRepresents a general experimental pulse.
Represents a sinc shaped monochromatic pulse.
- Parameters:
 - tpint
 Pulse length in ns, by default 128
- freqint, optional
 The frequency of the pulse, by default 0
- orderint, optional
 The order of this sinc function, by default 6
- window_type_, optional
 The window function, by default None
- freq¶
 
- order¶
 
- window¶
 
- func(ax)¶