You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given fbh::Filterbank.Header, the times for the samples can be represented by a range(fbh.tstart, step=fbh.tsamp, length=fbh.nsamps). It would be nice to have a function that returns that Range given fbh.
For example, Filterbank.times(fbh::Filterbank.Header).
The text was updated successfully, but these errors were encountered:
Given
fbh::Filterbank.Header
, the times for the samples can be represented by arange(fbh.tstart, step=fbh.tsamp, length=fbh.nsamps)
. It would be nice to have a function that returns that Range givenfbh
.For example,
Filterbank.times(fbh::Filterbank.Header)
.The text was updated successfully, but these errors were encountered: