22 Jul 00:04
Spectrogram help
From: Sebastiaan Heunis <sheunis <at> gmail.com>
Subject: Spectrogram help
Newsgroups: gmane.comp.graphics.qwt.general
Date: 2008-07-21 22:05:24 GMT
Subject: Spectrogram help
Newsgroups: gmane.comp.graphics.qwt.general
Date: 2008-07-21 22:05:24 GMT
Hi I've really spent a lot of time trying to get a spectrogram just to display some simple data. I had a look at Matthias's code. I had trouble compiling that because of Qt/Qwt version differences (I have Qwt 5.1.1 and Qt 3). I use Qt 3 because Gnuradio does not work with Qt 4 yet. I started writing my own program using Matthias's and the example spectrogram code. I know that I am on the right track, but it doesn't work yet. Can anyone please have a look at my rough code and see what I might be doing wrong? Thank you very much. plot.h ------------- #ifndef PLOT_H_ #define PLOT_H_ #include <qwidget.h> #include <qlayout.h> #include <qwt_plot.h> #include <qwt_color_map.h> #include <qwt_plot_spectrogram.h>(Continue reading)
RSS Feed