1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: pyff
Tasks: debian-science/bci
Homepage: http://bbci.de/pyff/
License: GPL-2+
Author: Bastian Venthur <venthur at cs tu-berlin de>
Language: Python
Version: 2010.7
Vcs-Browser: https://github.com/venthur/pyff
Vcs-Git: git://github.com/venthur/pyff.git
Published-Title: Pyff --- A Pythonic Framework for Feedback Applications and Stimulus Presentation in Neuroscience
Published-Authors: Bastian Venthur, Simon Scholler, John Williamson, Sven Dähne, Matthias S Treder, Maria T Kramarek, Klaus-Robert Müller and Benjamin Blankertz
Published-In: Frontiers in Neuroscience
Published-Year: 2010
Published-DOI: 10.3389/fnins.2010.00179
Pkg-Description: Brain Computer Interface (BCI) framework
Pyff is a Pythonic Feedback Framework which provides a platform
independent framework to develop BCI feedback applications in
Python. It was designed to make the development of feedback
applications as easy as possible. Pyff framework moves feedback
implementations to a general purpose, and easy to learn language like
Python. Python provides many so called bindings to other libraries,
which allow it to develop high quality multimedia feedback
applications, with little effort.
.
The framework communicates with the rest of the BCI system via a
standardized communication protocol using UDP and XML and is
therefore suitable to be used with any BCI system that may be adapted
to send its control signal via UDP in the specified format.
|