Reply To: format of bbr file

Forums BB Series Discussions format of bbr file Reply To: format of bbr file

#88073
tzanetos
Participant

I am developing a simple open source set of scripts for parsing the BBR files in Matlab/Octave. My script simply takes the path to a .bbr file and produces a struct containing the header object, maxTrace, minTrace, time, and frequency.

Still a new repo, any and all help is much appreciated in development.
SignalHoundMATLAB – GitHub

I also recommend checking out several of the pre-existing Github repos for SignalHound, many of which are much more advanced than mine. I am simply writing a script to parse the binary data into an easily readable form. The rest is up to you.