biosignalsnotebooks | project welcome figure

Available Notebooks

Category
biosignalsnotebooks | Install icon Install Install
Download, Install and Execute Anaconda
Download, Install and Execute Jupyter Notebook Environment
biosignalsnotebooks | Connect icon Connect Connect
Pairing a Device at Windows 10 [biosignalsplux]
biosignalsnotebooks | Record icon Record Record
EEG - Electrode Placement
Signal Acquisition [OpenSignals]
Resolution - The difference between smooth and abrupt variations
Problems of low sampling rate (aliasing)
Store Files after Acquisition [OpenSignals]
biosignalsnotebooks | Load icon Load Load
EEG - Loading Data from PhysioNet
Load acquired data from .h5 file
Load Signals after Acquisition [OpenSignals]
Load acquired data from .txt file
Signal Loading - Working with File Header
biosignalsnotebooks | Visualise icon Visualise Visualise
Plotting of Acquired Data using Bokeh
biosignalsnotebooks | Pre-Process icon Pre-Process Pre-Process
Digital Filtering - A Fundamental Pre-Processing Step
Digital Filtering - EEG
Digital Filtering - Using filtfilt
Fatigue Evaluation - Evolution of Median Power Frequency
Generation of a time axis (conversion of samples into seconds)
Generation of Poincaré Plot from ECG Analysis
Signal to Noise Ratio Determination
Computing SNR for ECG Signals
Computing SNR for Slow Signals
Device Synchronisation - Cable, Light and Sound Approaches
Synchrony - Accelerometer Signal
Synchrony - Light Signal
Synchrony - Acoustic Signal
Generation of Tachogram from ECG
ACC Sensor - Unit Conversion
BVP Sensor - Unit Conversion
ECG Sensor - Unit Conversion
EDA Sensor - Unit Conversion
EEG Sensor - Unit Conversion
EMG Sensor - Unit Conversion
fNIRS Sensor - Unit Conversion
Goniometer Sensor - Unit Conversion
PZT Sensor - Unit Conversion
RIP Sensor - Unit Conversion
SpO2 Sensor - Unit Conversion
biosignalsnotebooks | Detect icon Detect Detect
Event Detection - Muscular Activations (EMG)
EEG - Event Related Potentials (ERP) Detection
EEG - Event Related Potentials (ERP) Detection
Detection of Outliers
Event Detection - R Peaks (ECG)
biosignalsnotebooks | Extract icon Extract Extract
Force Platform - Center of Pressure Estimation
EEG - Alpha Band Extraction
EMG Analysis - Time and Frequency Parameters
GON - Angular velocity estimation
ECG Analysis - Heart Rate Variability Parameters
Parameter Extraction - Temporal and Statistical Parameters
Calculate Time of Flight
biosignalsnotebooks | Train_And_Classify icon Train and Classify Train and Classify
Signal Classifier - Distinguish between EMG and ECG
Rock, Paper or Scissor Game - Train and Classify [Orange]
Rock, Paper or Scissor Game - Train and Classify [Volume 1]
Rock, Paper or Scissor Game - Train and Classify [Volume 2]
Stone, Paper or Scissor Game - Train and Classify [Volume 3]
Rock, Paper or Scissor Game - Train and Classify [Volume 4]
Train a model for detecting the fist activity using Naive Bayes
biosignalsnotebooks | Evaluate icon Evaluate Evaluate
Rock, Paper or Scissor Game - Train and Classify [Volume 5]
biosignalsnotebooks | Other icon Other Other
Activity Distinction using Android Sensors
Synchronising Android and PLUX sensors
Synchronising data from multiple Android sensor files into one file
Resampling of signals recorded with Android sensors
BVP Signal Analysis - A Complete Tour
EDA Signal Analysis - A Complete Tour
EMG - Overview
Introduction to Android sensors
Quick-Start Guide
Respiration (RIP) Sensor Science Hour NEW

biosignalsnotebooks ( see project presentation ) is a set of documents and a Python library to provide programming examples in the form of Jupyter Notebooks , as companion to the OpenSignals biosignals acquisition tools.

This collection of code samples has the purpose to help users of PLUX Wireless Biosignals systems, such as BITalino or biosignalsplux , and to the researcher or student interested on recording, processing and classifying biosignals. The examples are set on a level of complexity to inspire the users and programmers on how easy some tasks are and that more complex ones can also be achieved, by reusing and recreating some of the examples presented here.

A Python library (entitled biosignalsnotebooks ) is the base toolbox to support the notebooks and to provide some useful functionalities. It can be installed through pip command, like demonstrated in a PyPI dedicated page.

In many cases we also point and illustrate with code the usage of other python toolboxes dedicated to biosignal processing.

The notebooks will cover the full topics pipeline of working with biosignals, such as: Load a file; Visualise the data online and offline, Pre-Process a one channel signal or a multi-channel acquisition, Detect relevant events in the signals, Extract features from many different type of sensors and domains, Train and Classify among a set of classes with several machine learning approaches, Understand the obtained results with metrics and validations techniques.

These examples are carried in a multitude of biosignals , from ECG, EDA, EMG, Accelerometer, Respiration among many others. The notebooks have a set of labels to help navigate among topics , types of signals , application area and complexity level to support the search for particular solutions.

We encourage you to share new example ideas, to pose questions biosignalsnotebooks@plux.info , and to make improvements or suggestion to this set of notebooks.

Be inspired on how to make the most of your biosignals!


Auxiliary Code Segment (should not be replicated by the user)

In [1]:
from biosignalsnotebooks.__notebook_support__ import css_style_apply
css_style_apply()
.................... CSS Style Applied to Jupyter Notebook .........................
Out[1]: