You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

constants.py 256B

123456789101112131415
  1. """
  2. Parameter:
  3. -minimale und maximale Frequenz
  4. -Alpha-Wert
  5. Autor: Roberto Gelsinger
  6. Datum: 07.12.2023
  7. Version: Modulversion
  8. """
  9. freq_min = 1 # Minimale Frequenzgrenze
  10. freq_max = 3 # Maximale Frequenzgrenze
  11. alpha = 100 # Alpha-Wert für die Analyse