Created **fn_gen** repository and added python library

This commit is contained in:
2024-01-16 17:03:03 +01:00
committed by Ali Elnwegy
parent 00b4ce0149
commit 962f4c718b
24 changed files with 301 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
SIN_RANGE = (1e-6, 50e6)
SQU_RANGE = (1e-6, 15e6)
RAMP_RANGE = (1e-6, 1.5e6)
PULSE_RANGE = (1e-6, 20e6)
HARM_RANGE = (1e-6, 20e6)
NOISE_BANDWIDTH = 100e6
USER_RANGE = (1e-6, 15e6)
DUALT_RANGE = (1e-6, 20e6)
PRBS_RANGE = (2e3, 40e6)
SEQ_RANGE = (2e3, 60e6)