Results 1 to 4 of 4

Thread: QwtPolarPlot as radar display. Plotting in realtime.

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2013
    Posts
    2
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11

    Default QwtPolarPlot as radar display. Plotting in realtime.

    Hello
    I need to implement something similar to military radar display.
    I have a program that generates many vector's of doubles (std::vector<double>) and stores them in boost::circular_buffer. Now I need to implement a polar plot to display it in real time, as they are pushed into the buffer.

    I've also found QwtPolar that ideally suits my needs (spectrogram version). But it needs QwtRasterData on input and create the plot.
    My question is: is there a way to implement real time radar display using qwtpolar (or other qwt/qt widgets).
    Last edited by crooveck; 14th March 2013 at 10:13.

Similar Threads

  1. QwtPolarPlot questions
    By Galabis in forum Qwt
    Replies: 4
    Last Post: 28th June 2012, 06:16
  2. Animating a QwtPolarPlot
    By bwnicewo in forum Qt Programming
    Replies: 0
    Last Post: 8th June 2012, 17:54
  3. Replies: 10
    Last Post: 1st April 2012, 08:55
  4. Fast image plotting and display
    By babu198649 in forum Newbie
    Replies: 1
    Last Post: 6th December 2008, 13:29
  5. how can i display curve in realtime?
    By blm in forum Qt Programming
    Replies: 1
    Last Post: 11th September 2008, 20:03

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.