Skip to content

soelderer/ForcePlateFeedback

Repository files navigation

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).

About

Small program to visualize Kistler force plate (e.g., 9260AA) data from BioWare CSVs in real-time playback style; extensible to live feedback via DAQ (e.g., parallel port).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors