new
This commit is contained in:
16
rfg_adc_plotter/constants.py
Normal file
16
rfg_adc_plotter/constants.py
Normal file
@ -0,0 +1,16 @@
|
||||
"""Shared constants for sweep parsing and visualization."""
|
||||
|
||||
WF_WIDTH = 1000
|
||||
FFT_LEN = 1024
|
||||
|
||||
SWEEP_FREQ_MIN_GHZ = 3.3
|
||||
SWEEP_FREQ_MAX_GHZ = 14.3
|
||||
|
||||
LOG_BASE = 10.0
|
||||
LOG_SCALER = 0.001
|
||||
LOG_POSTSCALER = 10.0
|
||||
LOG_EXP_LIMIT = 300.0
|
||||
|
||||
C_M_S = 299_792_458.0
|
||||
|
||||
DATA_INVERSION_THRESHOLD = 10.0
|
||||
Reference in New Issue
Block a user