mirror of
https://github.com/nqrduck/nqrduck-spectrometer-limenqr.git
synced 2024-11-08 10:40:03 +00:00
Docs.
This commit is contained in:
parent
901190e068
commit
a8c728a123
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue