WIP: ZH: period correlation, invert sign of clock_phase_time

This commit is contained in:
Eric Teunis de Boone 2022-12-23 12:29:14 +01:00
parent 82c10059cb
commit ee9497b140

View file

@ -206,7 +206,7 @@ if __name__ == "__main__":
clock_phase_time = clock_phase/(2*np.pi*f_beacon)
ev.antennas[i].orig_t = ev.antennas[i].t
ev.antennas[i].t -= clock_phase_time
ev.antennas[i].t += clock_phase_time
if False: # remove beacon from trace
meas_phase = ant.beacon_info[freq_name]['phase']