garverp

Results 7 comments of garverp

GNURadio also has a metadata format [1] with sample rate, center frequency, data type, timestamps, etc. On file load could look for an associated GR header, read sample rate, center...

Yea, looks like the metadata is hardcoded for .sc16. The data should actually be .fc32, however. Action item is to propagate --type CL arg to metadata function correctly. We primarily...

What do you mean by "losing anything"? Do you mean lose precision on the timestamps? gr_fileman will convert .sc16 to .fc32, including headers. It just passes the headers through unless...

There are probably some poorly tested combinations of args. I think you have found one. Do you want an inline header or no metadata at all? Inline headers are not...

Also, I see you have a GPSDO. If you are wanting high accuracy timing data, be very careful on the --segsize option. As the help notes, segsize MUST be a...

Thanks for the feedback. Can you tell me what version of UHD / GR you are building with? We typically use GR 3.7.8 and UHD 3.8.5.

Comments in issue #7 are reported to fix this. Will try and get a pull request together. In the mean time, try the changes there.