david-macmahon / Blio.jl

5 stars 2 forks source link

Add convenience function to get Filterbank times #1

Open david-macmahon opened 4 years ago

david-macmahon commented 4 years ago

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).