Giter VIP home page Giter VIP logo

siglscope's Introduction

siglscope

Set of programs for interacting with Siglent SDS 1000 series oscilloscopes in Linux. Yes, it should compile and run in other Unices too, but it needs usbtmc kernel driver to do anything useful. For now at least. In other thought, there should be no real reason for this program not to work over serial.

siglscope's People

Contributors

markmerz avatar

Stargazers

Lucas Martín avatar  avatar Mark Grennan avatar Nicolas Bernard avatar

Watchers

Mark Grennan avatar James Cloos avatar  avatar  avatar

Forkers

mgrennan

siglscope's Issues

Error compiling on Debian Bullseye

g++ -std=c++11 -Wall -O2 -o accwave_siglentsds1000 -lfftw3 Device.o Wave.o accwave_siglentsds1000.o
/usr/bin/ld: Wave.o: in function `Wave::calculateSpectrum()':
Wave.cpp:(.text+0xeb8): undefined reference to `fftw_alloc_real'
/usr/bin/ld: Wave.cpp:(.text+0xeca): undefined reference to `fftw_alloc_complex'
/usr/bin/ld: Wave.cpp:(.text+0xee1): undefined reference to `fftw_plan_dft_r2c_1d'
/usr/bin/ld: Wave.cpp:(.text+0xfc9): undefined reference to `fftw_execute'
/usr/bin/ld: Wave.cpp:(.text+0x111f): undefined reference to `fftw_free'
/usr/bin/ld: Wave.cpp:(.text+0x1128): undefined reference to `fftw_free'
/usr/bin/ld: Wave.cpp:(.text+0x1130): undefined reference to `fftw_destroy_plan'
collect2: error: ld returned 1 exit status
make: *** [makefile:11: accwave_siglentsds1000] Error 1

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.