Re: [sigrok-devel] sigrokdecode Python package

2021-03-25 Thread Michael A Ray via sigrok-devel
Thanks Gerhard. That was a very comprehensive answer. I have begun some C code to read .sr files, read the metadata and then read the binary files from the scope and perform a DFFT. I am not sure yet whether this will be good enough for me to be able to get a measure of the frequency of any, or

Re: [sigrok-devel] sigrokdecode Python package

2021-03-25 Thread Gerhard Sittig
On Wed, 2021-03-24 at 18:38 +, Michael A Ray wrote: > > I want to delve into protocol decoders. For one thing I want to > write a decoder which will read analog data from the 'scope > samples and perform a DFFT on the data, so that I can see a > frequency domain spectrum. > > This is because I

[sigrok-devel] sigrokdecode Python package

2021-03-24 Thread Michael A Ray via sigrok-devel
Hello, I have no idea whether this is the right place to ask this, but I am trying to use sigrok-cli with three devices: * An fx2lafw compatible LA * A Kingst LA2016 * A Hantek 6022BE 'scope I want to delve into protocol decoders. For one thing I want to write a decoder which will read analog da