this build works at 9 GSPS DAC, 3 GSPS ADC, 750 MSPS IQ
This commit is contained in:
@@ -122,6 +122,9 @@ class DataRecorder:
|
||||
self.write_queue.put(n)
|
||||
|
||||
offset += n
|
||||
if offset >= len(self.buffer):
|
||||
if self.port == 1234:
|
||||
print('hmmm', n, offset, len(self.buffer))
|
||||
offset = offset % len(self.buffer)
|
||||
# print(offset)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user