Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/analogdevicesinc/iio-oscilloscope
A GTK+ based oscilloscope application for interfacing with various IIO devices
https://github.com/analogdevicesinc/iio-oscilloscope
fmcomms gtk hacktoberfest iio iio-devices iio-oscilloscope oscilloscope
Last synced: 5 days ago
JSON representation
A GTK+ based oscilloscope application for interfacing with various IIO devices
- Host: GitHub
- URL: https://github.com/analogdevicesinc/iio-oscilloscope
- Owner: analogdevicesinc
- License: gpl-2.0
- Created: 2012-10-17T12:39:02.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T13:48:28.000Z (10 months ago)
- Last Synced: 2024-04-16T04:56:39.598Z (10 months ago)
- Topics: fmcomms, gtk, hacktoberfest, iio, iio-devices, iio-oscilloscope, oscilloscope
- Language: C
- Homepage: https://wiki.analog.com/resources/tools-software/linux-software/iio_oscilloscope
- Size: 165 MB
- Stars: 241
- Watchers: 57
- Forks: 140
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-opensource-hardware - iio-oscilloscope
README
[![windows-mingw build](https://github.com/analogdevicesinc/iio-oscilloscope/actions/workflows/buildmingw.yml/badge.svg?branch=master)](https://github.com/analogdevicesinc/iio-oscilloscope/actions/workflows/buildmingw.yml?query=branch%3Amaster+)
IIO Oscilloscope [![GitHub Release](https://img.shields.io/github/release/analogdevicesinc/iio-oscilloscope.svg)](https://github.com/analogdevicesinc/iio-oscilloscope/releases/latest) [![Application License](https://img.shields.io/badge/license-GPL2-blue.svg)](https://github.com/analogdevicesinc/libiio/blob/master/COPYING_GPL.txt)
================The IIO Oscilloscope is a GTK+ application, which demonstrates how to
interface various IIO devices to different visualization methods within a
Linux system.The application supports plotting of the captured data in three different modes:
- time domain
- frequency domain and
- constellation (X vs Y)The IIO 'scope supports a plugin architecture which many people use to view
and modify settings of the attached IIO device(s).The main documentation for the IIO 'scope (including checkout/build instructions)
can be found at:
https://wiki.analog.com/resources/tools-software/linux-software/iio_oscilloscope#installationSource can be found at:
https://github.com/analogdevicesinc/iio-oscilloscopeBugs can be reported at:
https://github.com/analogdevicesinc/iio-oscilloscope/issuesThe IIO 'scope uses:
- FFTW, a C subroutine library for computing the discrete Fourier transform
(DFT) in one or more dimensions, of arbitrary input size, and of both real
and complex data
http://www.fftw.org/
- inih, a simple .INI file parser written in C
http://code.google.com/p/inih/The IIO 'scope is copyright its authors, and is released under the GPL 2.0