call_distance_modulation.gnuplot: adjust to plot the new logs
authorAntonio Ospite <ao2@ao2.it>
Thu, 24 Dec 2015 09:37:22 +0000 (10:37 +0100)
committerAntonio Ospite <ao2@ao2.it>
Thu, 24 Dec 2015 12:25:19 +0000 (13:25 +0100)
plot/call_distance_modulation.gnuplot

index 207eedb..89dca1d 100755 (executable)
@@ -49,10 +49,6 @@ receiver_t0 = GPVAL_DATA_X_MIN
 
 t0 = min(sender_t0, receiver_t0)
 
 
 t0 = min(sender_t0, receiver_t0)
 
-call_setup_time = receiver_t0 - sender_t0
-call_time_error = 1.2
-call_time = call_setup_time + call_time_error
-
 morse_symbol(symbol) = symbol eq " " ? "sep" : symbol eq "/" ? "SEP" : symbol
 end_of_signal(symbol) = (symbol eq " ") || (symbol eq "/") || (symbol eq "EOM")
 text_character(symbol, character) = symbol eq "/" ? character . "␣" : character
 morse_symbol(symbol) = symbol eq " " ? "sep" : symbol eq "/" ? "SEP" : symbol
 end_of_signal(symbol) = (symbol eq " ") || (symbol eq "/") || (symbol eq "EOM")
 text_character(symbol, character) = symbol eq "/" ? character . "␣" : character
@@ -62,7 +58,7 @@ set terminal qt 0 enhanced font "Georgia,14" size _w,_h
 #set output 'pulse_distance_modulation.png'
 
 plot \
 #set output 'pulse_distance_modulation.png'
 
 plot \
-  transmit_data using (0):(0):($1 - t0):($1 - t0 + call_time):(0):(0.5) with boxxy \
+  transmit_data using (0):(0):($1 - t0):($1 - t0 + $8):(0):(0.5) with boxxy \
     fs solid noborder lc "#90caf9" title 'outgoing calls', \
   receive_data using ($1 - t0):(0.5) with impulses lw 2 lc '#ff3d00' title 'ingoing rings', \
   receive_data using ($4 > 0 ? $1 - t0 : 1/0):(0.53):(-$4):(0) with vectors arrowstyle 1 notitle, \
     fs solid noborder lc "#90caf9" title 'outgoing calls', \
   receive_data using ($1 - t0):(0.5) with impulses lw 2 lc '#ff3d00' title 'ingoing rings', \
   receive_data using ($4 > 0 ? $1 - t0 : 1/0):(0.53):(-$4):(0) with vectors arrowstyle 1 notitle, \