Back to the main page.
Bug 3433 - implement ft_respiration
Status | CLOSED FIXED |
Reported | 2018-06-19 16:34:00 +0200 |
Modified | 2019-08-10 12:37:38 +0200 |
Product: | FieldTrip |
Component: | core |
Version: | unspecified |
Hardware: | PC |
Operating System: | Mac OS |
Importance: | P5 normal |
Assigned to: | Robert Oostenveld |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: | http://bugzilla.fieldtriptoolbox.org/show_bug.cgi?id=3385 |
Robert Oostenveld - 2018-06-19 16:34:15 +0200
this follows ft_electrodermalactivity (see #3385) and ft_heartrate.
Robert Oostenveld - 2018-06-19 17:23:39 +0200
[bug3433-respiration a447423d0] ENH - see http://bugzilla.fieldtriptoolbox.org/show_bug.cgi?id=3433 implemented breathing/respiration detection, improved heartrate so that exact pulse (or R peak) is determined, added phase and beat/respiration onset to the output data structure. Added test script based on PPG and respiration measurement taken in fMRI scanner at 5000Hz. 3 files changed, 286 insertions(+), 18 deletions(-) create mode 100644 ft_respiration.m create mode 100644 test/test_bug3433.m
Robert Oostenveld - 2018-06-19 17:27:07 +0200
I have merged it in the master with https://github.com/fieldtrip/fieldtrip/pull/730