forked from M-Labs/artiq
return pulse support
This commit is contained in:
parent
aedcf205c7
commit
0e4a87826c
|
@ -1492,7 +1492,7 @@ class Miqro:
|
||||||
for iqi in iq
|
for iqi in iq
|
||||||
]
|
]
|
||||||
self.set_window_mu(start, iq_mu, rate, shift, order, head, tail)
|
self.set_window_mu(start, iq_mu, rate, shift, order, head, tail)
|
||||||
return rate*4*ns
|
return (len(iq) + order)*rate*4*ns
|
||||||
|
|
||||||
@kernel
|
@kernel
|
||||||
def encode(self, window, profiles, data):
|
def encode(self, window, profiles, data):
|
||||||
|
|
Loading…
Reference in New Issue