Results 1 to 8 of 8

Thread: plotting a binary file by using Qwt

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Nov 2015
    Posts
    128
    Thanks
    70
    Qt products
    Qt5
    Platforms
    Windows

    Default plotting a binary file by using Qwt

    Hi all,

    I have a data that includes two columns that each columns has 5 points. first column is "time" and second column is related value of the time for a signal. But because of being in binary format, the protocol is : odd data is time and even data is value. for example I have below numbers in my binary file:

    0001000300020002000300040004000700050001

    green color is time. and it means:

    time | value
    0001 | 0003
    0002 | 0002
    0003 | 0004
    0004 | 0007
    0005 | 0001

    please help me how can I plot this binary file by Qwt?
    Last edited by Alex22; 13th November 2015 at 09:06.

Similar Threads

  1. plotting a binary file
    By Alex22 in forum Newbie
    Replies: 1
    Last Post: 7th November 2015, 20:41
  2. Qwtplot3d Plotting file containing 3D points.
    By spikestar in forum Qt Programming
    Replies: 1
    Last Post: 23rd September 2012, 23:08
  3. Replies: 19
    Last Post: 11th May 2012, 21:06
  4. Replies: 0
    Last Post: 4th August 2009, 15:24
  5. How to Print a doc file (or binary file) to printer
    By rmagro in forum Qt Programming
    Replies: 15
    Last Post: 5th September 2008, 15:46

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