Giter Club home page Giter Club logo

wavebin's Introduction

wavebin - Waveform Capture Viewer

GitHub release PyPI - Python Version PyPI - Downloads Libraries.io dependency status for latest release GitHub license

wavebin is a waveform capture viewer for Keysight oscilloscopes. These capture files are generated on the oscilloscope as .bin files, which can be saved to a USB Mass Storage device for transfer to a PC.

Screenshot

Currently wavebin has been tested with files from a DSO-X 1102G. If you have access to waveform files from other Keysight oscilloscopes, please submit them for testing through the Sample Waveforms issue.

Getting Started

wavebin is available through the Python Package Index. To install wavebin and its dependencies (numpy, pyqt5, pyqtgraph), run the following command:

pip install wavebin

To view a waveform with wavebin, run the following command:

python -m wavebin [PATH TO BIN FILE]

The -f option enables a Savitzky-Golay low-pass filter which smooths out waveforms. This option is not useful for all waveforms (e.g. high-frequency square waves) as it will create distortion.

Filter Screenshot

Use the -v option to see detailed information about the waveform file:

wavebin v1.2

Loading "single.bin"...
File Size:              7.79 KB
Waveforms:              1

Waveform 1:
  - Wave Type:          Normal
  - Wave Buffers:       1
  - Sample Points:      1953
  - Average Count:      1
  - X Display Range:    2000.0 μs
  - X Display Origin:   -1000.0 μs
  - X Increment:        1024.0 ns
  - X Origin:           -1000.0 μs
  - X Units:            Seconds
  - Y Units:            Volts
  - Date:
  - Time:
  - Frame Type:         DSO-X 1102G
  - Frame Serial:       CN00000000
  - Waveform Label:     1
  - Time Tags:          0.0
  - Segment Number:     0

[DATA] Type: float32    Depth: 32 bits    Length: 7812 bytes


Rendering 1 waveform...

Resources

wavebin's People

Contributors

sam210723 avatar

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.