Results 1 to 17 of 17

Thread: spectrogram questions

Threaded View

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

    Default Re: spectrogram questions

    Quote Originally Posted by embeddedmz View Post
    I found what Qcp's color interpoalation corresponds in Qwt ! I only have to call setResampleMode(QwtMatrixRasterData::BilinearInter polation);
    IIRC Qcp does not do any interpolation - it is generating the image first and then uses image processing operations offered by QImage( Qt::SmoothTransformation ). This is different to Qwt, that does a resampling ( in this case interpolation ) on the data before creating the image. When the resolution of the screen is below the resolution of the data this makes a difference as you don't lose values when downsampling.

    With the QwtMatrixRasterData::BilinearInterpolation I don't have crashes when the spectrogram is extermely zoomed out ! What do you think about that ??!!??
    Asking me to speculate does not make much sense - use the debugger and/or sanitizer and you will know the truth. If you have understood the problem and believe, that there is a bug in Qwt - please file a bug report.

    Uwe

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

    embeddedmz (10th July 2019)

Similar Threads

  1. QWT Spectrogram
    By iamzen in forum Qwt
    Replies: 2
    Last Post: 29th March 2012, 20:31
  2. How to use QWT spectrogram in QML
    By jg in forum Qt Quick
    Replies: 1
    Last Post: 20th May 2011, 09:07
  3. Spectrogram
    By Ronayn in forum Qwt
    Replies: 4
    Last Post: 25th April 2011, 20:14
  4. get min and max value from spectrogram
    By rambo83 in forum Qwt
    Replies: 1
    Last Post: 2nd December 2009, 14:25
  5. qwt spectrogram example
    By rambo83 in forum Qwt
    Replies: 2
    Last Post: 17th November 2009, 21: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
  •  
Qt is a trademark of The Qt Company.