From 0e69a72bb83c3c49b2b33fb8413739bf1abc85e5 Mon Sep 17 00:00:00 2001 From: Daniel van der Schuur <schuur@astron.nl> Date: Fri, 13 Feb 2015 14:00:19 +0000 Subject: [PATCH] -Increased amplitude. --- .../src/python/gen_hex_files_composite_signals.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/applications/apertif/apertif_unb1_correlator/src/python/gen_hex_files_composite_signals.py b/applications/apertif/apertif_unb1_correlator/src/python/gen_hex_files_composite_signals.py index 4eaf99b03e..b71d22a490 100644 --- a/applications/apertif/apertif_unb1_correlator/src/python/gen_hex_files_composite_signals.py +++ b/applications/apertif/apertif_unb1_correlator/src/python/gen_hex_files_composite_signals.py @@ -54,9 +54,7 @@ T = 1.0 / N x = np.linspace(0.0, N*T, N) -# 8 bit signed -> WAAROM LIJKT AMPL_MAX DAN TOCH 63 te zijn IPV 127?? -# . Boven ~70 wordt de waarde aan de FFT output jusit lager... -AMPL_MAX = 63 # 7 bits+sign #HUH?! 100->62; 63->118; 80->105; 70->123; 72->121; 75->110 +AMPL_MAX = 127 CHANNELS = [1,5,12,17,21,25,28,34,41,47,54,55,60] NOF_CHANNELS = len(CHANNELS) -- GitLab