Rigol DS1000Z remote control and waveform viewer
 
 
 
Go to file
Teuniz f9f837a9b9 FFT works but NOT for DS6000 series AND only with units set to "dB". 2016-01-09 10:31:17 +01:00
images
install
third_party/kiss_fft Start to implement FFT. 2016-01-04 14:20:26 +01:00
LICENSE
README.md
about_dialog.cpp Update copyright. 2016-01-02 16:55:54 +01:00
about_dialog.h Update copyright. 2016-01-02 16:55:54 +01:00
connection.cpp Update copyright. 2016-01-02 16:55:54 +01:00
connection.h Update copyright. 2016-01-02 16:55:54 +01:00
dsremote.pro Start to implement FFT. 2016-01-04 14:20:26 +01:00
edflib.c Prevent rounding errors in samplefrequency when saving waveform data to EDF. 2015-10-24 16:37:24 +02:00
edflib.h Prevent rounding errors in samplefrequency when saving waveform data to EDF. 2015-10-24 16:37:24 +02:00
global.h FFT works but NOT for DS6000 series AND only with units set to "dB". 2016-01-09 10:31:17 +01:00
images.qrc
interface.cpp FFT works but NOT for DS6000 series AND only with units set to "dB". 2016-01-09 10:31:17 +01:00
main.cpp Settings dialog: added possibility to invert colors of screenshot. 2015-12-25 18:09:12 +01:00
mainwindow.cpp FFT works but NOT for DS6000 series AND only with units set to "dB". 2016-01-09 10:31:17 +01:00
mainwindow.h Work in progress. 2016-01-07 18:05:24 +01:00
mainwindow_constr.cpp Work in progress. 2016-01-05 17:13:11 +01:00
notes.txt Work in progress. 2016-01-05 18:05:42 +01:00
readme_usbtmc_driver.txt
save_data.cpp Update copyright. 2016-01-02 16:55:54 +01:00
screen_thread.cpp Work in progress. 2016-01-07 18:05:24 +01:00
screen_thread.h Work in progress. 2016-01-05 11:04:27 +01:00
settings_dialog.cpp Update copyright. 2016-01-02 16:55:54 +01:00
settings_dialog.h Update copyright. 2016-01-02 16:55:54 +01:00
signalcurve.cpp FFT works but NOT for DS6000 series AND only with units set to "dB". 2016-01-09 10:31:17 +01:00
signalcurve.h Work in progress. 2016-01-05 17:13:11 +01:00
timer_handlers.cpp Update copyright. 2016-01-02 16:55:54 +01:00
tled.cpp Update copyright. 2016-01-02 16:55:54 +01:00
tled.h Update copyright. 2016-01-02 16:55:54 +01:00
tmc_dev.c Update copyright. 2016-01-02 16:55:54 +01:00
tmc_dev.h Update copyright. 2016-01-02 16:55:54 +01:00
tmc_lan.c Update copyright. 2016-01-02 16:55:54 +01:00
tmc_lan.h Update copyright. 2016-01-02 16:55:54 +01:00
utils.c FFT works but NOT for DS6000 series AND only with units set to "dB". 2016-01-09 10:31:17 +01:00
utils.h Work in progress. 2016-01-08 21:36:30 +01:00

README.md

DSRemote

Operate your Rigol oscilloscope from your Linux desktop.

How to compile:

  • Install the Qt4 development package. For example, on openSuse, start Yast and install the package "libqt4-devel". On Ubuntu, open a console and enter: sudo apt-get install libqt4-dev libqt4-core g++

  • Now, open a terminal (console) and cd to the directory that contains the source files and enter the following commands:

qmake

make -j16

sudo make install

Now you can run the program by typing: dsremote

Read also the file readme_usbtcm_driver.txt and the file notes.txt.