Helper functions#
- shift_freq(x: Array, offsets: Dict[str, float], /) Array [source]#
Cyclically shift the Array by a frequency offset via multiplication with a phase factor in position space: \(f \mapsto f - \text{offsets}\).
This operation does not change the domain, it only shifts the values.