EEVblog Electronics Community Forum

Products => Test Equipment => Topic started by: Scratch.HTF on September 04, 2023, 12:12:11 am

Title: Universal binary format for waveform storage
Post by: Scratch.HTF on September 04, 2023, 12:12:11 am
http://github.com/brycecherry75/UniversalAWGBIN (http://github.com/brycecherry75/UniversalAWGBIN) - I am currently seeking input from potential users.
Title: Re: Universal binary format for waveform storage
Post by: ataradov on September 04, 2023, 12:21:38 am
No comment on the format itself, since https://xkcd.com/927/

But this "all values are in big-endian form (Least Significant Byte first)" is a contradicting statement. LSB first is LE. And quite obviously LE is the best order for binary files like this.
Title: Re: Universal binary format for waveform storage
Post by: slugrustle on September 04, 2023, 01:07:38 am
What's the use case, more specifically?  The docs in github say it's for AWG waveform storage.  I'm curious to know the ways you think people might use this format.