diff options
Diffstat (limited to 'freqplan.py')
-rw-r--r-- | freqplan.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/freqplan.py b/freqplan.py index 8ad520f..9272c41 100644 --- a/freqplan.py +++ b/freqplan.py @@ -1,4 +1,8 @@ #!/usr/bin/env python3 +# +# OUTDATED +# This document is outdated because the VHF LO is not generated +# externally from fractions import Fraction from math import floor @@ -6,7 +10,7 @@ from math import floor xtal = 25 print() -print("# 160MHz and 4.915 MHz on PLLa") +print("# 116MHz and 4.915 MHz on PLLa") PLLa = xtal * 32 print(f"PLLa = xtal * 32 = {PLLa} MHz") |