pygsti.extras.drift.signal.frequencies_from_timestep#
- frequencies_from_timestep(timestep, numtimes)#
Calculates the Fourier frequencies associated with a timestep and a total number of times. These frequencies are in 1/units, where units is the units of time in times.
- Parameters:
timestep (float) – The time difference between each data point.
numtimes (int) – The total number of times.
- Returns:
The frequencies associated with Fourier analysis on data with these timestamps.
- Return type:
array