Results 1 to 3 of 3

Thread: QWT Spectrogram

  1. #1
    Join Date
    Feb 2012
    Posts
    6
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default QWT Spectrogram

    I have an array of byte data, such that each element of the array is a pixel value (0..255), where 0 is black and 255 is white. I started with the QWT Spectrogram example and quickly I was able to display the image. In my application I have removed all scales and other adornments; all I want is the image in the frame.
    I am failing to figure out how to do the following:
    My image data is W pixels wide and H pixels high. I want the image on the computer screen be "true" size, that is not be scaled. What I see is that qwt routines try to fit the image into the plot frame. When the window is stretched, the image gets distorted. To put it differently, I want my image always have the aspect ratio of the data (W x H pixels) and each data pixel coincide exactly with a computer screen pixel.

    Thank you in advance,
    Zen

  2. #2
    Join Date
    Feb 2006
    Location
    Munich, Germany
    Posts
    3,309
    Thanked 879 Times in 827 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: QWT Spectrogram

    See QwtPlotRescaler - the navigation example shows how to use it.

    Uwe

  3. #3
    Join Date
    Feb 2012
    Posts
    6
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: QWT Spectrogram

    Thanks a lot Uwe,
    I see now how to use it and how it works.
    Zen

Similar Threads

  1. How to use QWT spectrogram in QML
    By jg in forum Qt Quick
    Replies: 1
    Last Post: 20th May 2011, 10:07
  2. Spectrogram
    By Ronayn in forum Qwt
    Replies: 4
    Last Post: 25th April 2011, 21:14
  3. Resolution Spectrogram
    By edney in forum Qwt
    Replies: 3
    Last Post: 13th April 2010, 08:44
  4. get min and max value from spectrogram
    By rambo83 in forum Qwt
    Replies: 1
    Last Post: 2nd December 2009, 15:25
  5. qwt spectrogram example
    By rambo83 in forum Qwt
    Replies: 2
    Last Post: 17th November 2009, 22:13

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.