last update to chris
This commit is contained in:
@@ -246,7 +246,8 @@ class RadarManager:
|
||||
|
||||
|
||||
def load_waveform(self, ch, amp, bw, pw):
|
||||
addr = 0x0010000 + 0x0010000 * ch
|
||||
# addr = 0x0010000 + 0x0010000 * ch
|
||||
addr = 0x0020000 + 0x0020000 * ch
|
||||
print('Load', hex(addr))
|
||||
num_samples = pw
|
||||
wf = form_chirp(pw, bw, 1)
|
||||
|
||||
Reference in New Issue
Block a user