Results 1 to 5 of 5

Thread: Spectrogram

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2006
    Location
    Munich, Germany
    Posts
    3,326
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows
    Thanked 880 Times in 828 Posts

    Default Re: Spectrogram

    I recommend to try Qwt6 ( from SVN trunk ) and check QwtMatrixRasterData. The rasterview examples shows how to use it.

    Uwe

  2. The following user says thank you to Uwe for this useful post:

    Ronayn (4th April 2011)

  3. #2
    Join Date
    May 2010
    Posts
    24
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11
    Thanks
    14

    Default Re: Spectrogram

    Thanks very much. I will download and examine the example. I am not sure though if I can use Qwt6 with my system (the version of QT I am using is set in stone), but I will figure something out.

  4. #3
    Join Date
    May 2010
    Posts
    24
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11
    Thanks
    14

    Default Re: Spectrogram

    I've download Qwt6 and have been working on understand QwtMatrixRasterData. While I can create a single spectrogram with it using preloaded data, I cant seem to update (change) it with new data. Do I have to delete the instance of QwtMatrixRasterData and create a new one each time I want to update my plot? Or do I delete the spectrogram and recreate that and then the QwtMatrixRasterData?


  5. #4
    Join Date
    Feb 2006
    Location
    Munich, Germany
    Posts
    3,326
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows
    Thanked 880 Times in 828 Posts

    Default Re: Spectrogram

    At least you have to invalidate the cached image, when you change your data behind the back of your spectrogram item.

    See http://qwt.sourceforge.net/class_qwt...6cfbd509ef65b5

    Uwe

Similar Threads

  1. Incremental Spectrogram...
    By uppu in forum Qwt
    Replies: 11
    Last Post: 13th April 2011, 13:47
  2. get min and max value from spectrogram
    By rambo83 in forum Qwt
    Replies: 1
    Last Post: 2nd December 2009, 14:25
  3. zoomer in spectrogram example
    By rambo83 in forum Qwt
    Replies: 0
    Last Post: 1st December 2009, 09:06
  4. scrolling spectrogram
    By mcarter in forum Qwt
    Replies: 2
    Last Post: 30th November 2009, 14:22
  5. qwt spectrogram example
    By rambo83 in forum Qwt
    Replies: 2
    Last Post: 17th November 2009, 21:13

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.