Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Is this Possible to use MATLab shared library in QT5 in UBUNTU
Forum Updated to NodeBB v4.3 + New Features

Is this Possible to use MATLab shared library in QT5 in UBUNTU

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
4 Posts 3 Posters 840 Views 2 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.
  • V Offline
    V Offline
    vivekyuvan
    wrote on last edited by
    #1

    Dear Friends

    I want to develop GUI like ECG Waveform diagnosis product (Patient monitoring system )

    0_1539404569550_portable-contec-patient-monitor-500x500.jpg

    Now my doubt is "Is that possible to use Matlab shared library in QT5 in ubunt" ?

    I want to develop a library like DSP filter (Low pass filters , High pass Filters and Band Pass filters )

    Is there any existing library that meet my requirement in qt5 ?

    Thanks and Regards
    vivekyuvan

    mrjjM 1 Reply Last reply
    0
    • V vivekyuvan

      Dear Friends

      I want to develop GUI like ECG Waveform diagnosis product (Patient monitoring system )

      0_1539404569550_portable-contec-patient-monitor-500x500.jpg

      Now my doubt is "Is that possible to use Matlab shared library in QT5 in ubunt" ?

      I want to develop a library like DSP filter (Low pass filters , High pass Filters and Band Pass filters )

      Is there any existing library that meet my requirement in qt5 ?

      Thanks and Regards
      vivekyuvan

      mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      Yes it should be possible to use Matlab shared if it works with plain c++ -
      it also works with Qt.

      I have not seen any libs directly in Qt but a number of free libs exists.
      https://github.com/vinniefalco/DSPFilters

      1 Reply Last reply
      2
      • V Offline
        V Offline
        vivekyuvan
        wrote on last edited by
        #3

        Hi@mrjj thanks for the reply

        1 Reply Last reply
        0
        • Cleiton BuenoC Offline
          Cleiton BuenoC Offline
          Cleiton Bueno
          wrote on last edited by
          #4

          You do not need to use MatLab, you can do it directly in C++, or translate from MatLab to C++.

          Example EGC in Qt5:
          https://github.com/glasgowneuro/attys-ecg


          Cleiton Bueno

          Blog | Linkedin | B2Open

          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