Skip to content

MarioMalic/DAQx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DAQx

DAQx is MATLAB GUI application made for data acquisition (with NI devices)

Why?

To have a single application that manages acquisition devices setup and acquire the data without spending much time on coding.

Features

  • Data acquisition devices configuration within GUI
  • Data visualisation
  • Data export

How to install the application?

Requirements:

  • MATLAB R2022b (compatibility with other versions is to be checked)
  • NI DAQmx drivers (compatible with your acquisition device)
  • Data Acquisition Toolbox

The code is distributed as the .mlapp file which you can open within MATLAB.

How to use the application?

The process is shown in the video below (check GitHub page if you are unable to see it).

1k.mp4

How to support this project?

  • To-do list:
    • Add clocks, triggers functionality
    • Verify that properties for devices/channels have been updated properly
    • Verify if it works with directsound drivers or other devices
    • Calculation options (real-time or after acquisition is completed)
      • Average, sum
      • FFT
      • etc.
    • GUI improvements
      • Yellow buttons are reserved for future features (maybe removed and redesigned)
    • Workflow improvements
    • Design improvements
    • Data structure organisation and coherence
    • Data export
    • Your ideas
  • Coffee