Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.08 KB

File metadata and controls

21 lines (17 loc) · 1.08 KB

Introduction

A small program to display forces from a Kistler force plate (e.g., the 9260AA) recorded with the data acquisition software BioWare, in a playback-like fashion simulating a real-time view. Currently, it only works with prerecorded CSV files, but it could be adapted to provide live feedback to participants in psychological studies. The project is GPLv3-licensed. Contributions are welcome!

To adapt for live feedback, the easiest approach while recording with BioWare is probably to connect to the DAQ system via the parallel port.

screenshot

Build instructions

You need make, clang++, gtest and Qt6 and link against Qt6Core, Qt6Gui, Qt6Widgets, Qt6Charts and gtest. Adjust the Makefile for correct header locations and run make.

Usage

Launch ForcePlateFeedbackMain, select a BioWare CSV file, and choose a time frame over which the forces should be averaged (default: 50ms).