Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 999 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 999 Bytes

Project Moved to: https://github.com/lac-dcc/CMeasure




CMeasure

CMeasure is C++ tool designed to interact and collect data produced by the National Instruments DAQ Device USB-6009.

This software can be used to collect and proccess thousands samples of instantaneous power measurements per second. By integrating over these samples, we can calculate the total energy (in Joules) spent by a target device.

The original code was produced to work in Microsoft Windows OS and must be compiled with Microsoft Visual Studio. It also requires National Instruments DAQmx Driver to work.

This repository also contains a simple R script that may be used to produce power charts out of the output produced by CMeasure.

Power chart examples:

Sample 1
Sample 2
Sample 3
Sample 4