return pulse support

pull/1962/head
Robert Jördens 2022-09-20 14:35:06 +00:00
parent aedcf205c7
commit 0e4a87826c
1 changed files with 1 additions and 1 deletions

View File

@ -1492,7 +1492,7 @@ class Miqro:
for iqi in iq
]
self.set_window_mu(start, iq_mu, rate, shift, order, head, tail)
return rate*4*ns
return (len(iq) + order)*rate*4*ns
@kernel
def encode(self, window, profiles, data):