Skip to content
Snippets Groups Projects
Commit 0e69a72b authored by Daniel van der Schuur's avatar Daniel van der Schuur
Browse files

-Increased amplitude.

parent ae4f374c
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment