This commit is contained in:
jupfi 2023-08-02 17:12:21 +02:00
parent 901190e068
commit a8c728a123

View file

@ -203,6 +203,7 @@ class LimeNQRController(BaseSpectrometerController):
# Apply the shift by multiplying the time domain signal
pulse_amplitude = (pulse_amplitude * shift_signal)
# Normalize the pulse amplitude
pulse_amplitude /= np.max(pulse_amplitude)
if len(lime.pfr) == 0: