Git Product home page Git Product logo

Comments (10)

Revaes avatar Revaes commented on September 28, 2024

Hi Sam,

I cannot read my RigolMSO5074 bin file, I have attached sample file.
RigolDS0.zip

from wavebin.

sam210723 avatar sam210723 commented on September 28, 2024

Hi Revaes,

I'm taking a look now. The waveform header is a different length for some reason.

Traceback (most recent call last):
  File "C:\Program Files (x86)\Python38-32\lib\site-packages\wavebin\interface.py", line 184, in menu_file_open
    if not self.config['wave'].parse(file_path):
  File "C:\Program Files (x86)\Python38-32\lib\site-packages\wavebin\wave.py", line 36, in parse
    header = self.parse_waveform_header()
  File "C:\Program Files (x86)\Python38-32\lib\site-packages\wavebin\wave.py", line 110, in parse_waveform_header
    fields = struct.unpack("5if3d2i16s16s24s16sdI", data)
struct.error: unpack requires a buffer of 140 bytes

from wavebin.

Jeff5902 avatar Jeff5902 commented on September 28, 2024

Hi Sam, I have a Siglent SDS2000x Plus .bin for you. It currently does not open for me
usr_wf_data.bin.zip
.

from wavebin.

sam210723 avatar sam210723 commented on September 28, 2024

Hi Jeff, thanks for the Siglent sample.

wavebin doesn't have a parser for the Siglent binary format at the moment. I've found the format specification on the Siglent site which makes it much easier to implement in wavebin. I've created issue #8 to keep track of progress on this.

from wavebin.

ElbPirat avatar ElbPirat commented on September 28, 2024

Handyscope HS4-Diff (but according to manual all Handyscopes) are using a header free binary file.
The MultiChannel Software is capable to export in different data types (int, float, etc.).
But once exported, it can't be used/imported in the software again, which is why wavebin would come handy.

The settings for this one (also written in the filename):
Channels: 2
Samplerate: 5MHz
Samples: 100kSa
Time/div: 200us
Datatype: Float64

Info about export format:
https://www.tiepie.com/en/multi-channel/exporting-data

I have added a preview picture of the waveform too.
handyscope-hs4-diff.zip

All that said:
The Software could export in CSV, WAV, etc. But if you miss exporting the right format, you can't use it anymore. As it happened to me …

from wavebin.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.