updates
This commit is contained in:
@@ -58,6 +58,7 @@ def main():
|
||||
|
||||
file_size = os.path.getsize(file)
|
||||
expected_num_cpis = int(file_size / (ctypes.sizeof(data_structures.CpiHeader) + data_size))
|
||||
print('File Size', file_size)
|
||||
print('Expected CPIS:', expected_num_cpis)
|
||||
|
||||
|
||||
@@ -92,6 +93,7 @@ def main():
|
||||
|
||||
plt.figure()
|
||||
plt.plot(np.diff(cpi_times))
|
||||
plt.ylim([0, .02])
|
||||
|
||||
plt.figure()
|
||||
plt.plot(iq.T.real, '.-')
|
||||
|
||||
Reference in New Issue
Block a user