Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Increase sampling rate ( interp(); function in MATLAB )
Forum Updated to NodeBB v4.3 + New Features

Increase sampling rate ( interp(); function in MATLAB )

Scheduled Pinned Locked Moved QML and Qt Quick
2 Posts 2 Posters 1.9k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    ganaa
    wrote on last edited by
    #1

    Hello
    i have just finished my project on MATLAB but i need to show result on QT as animation.

    i need to sample original signal array ...increase sampling rate more than 10 or 100 or 500 is good for me.

    what function of QT do this?

    1 Reply Last reply
    0
    • JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      Hi,

      Qt does not offer advanced mathematical functions. You have 3 options (from simplest to hardest):

      • Interpolate your data in MATLAB before passing it to Qt
      • Link your Qt project to a mathematical library like "GSL":http://www.gnu.org/software/gsl/
      • "Write your own interpolation functions":http://books.google.com/books?id=gwijz-OyIYEC&pg=PA36&dq=interpolation

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved