Jun 162015
 

In September 2014 I enrolled in an online course Exploring Neural Data offered by Brown University via coursera.org. The basic premise of the course was that students would be able to access data coming from various neuroscience labs around the country and learn techniques for analyzing that data, forming hypotheses and testing them. Participation in the course required learning the Python programming language. It sounded like an opportunity I couldn’t pass up. I had already completed two coursera online courses, Duke University’s Medical Neuroscience and Hebrew University of Jerusalem’s Synapses, Neurons and Brains, which gave me a bit of orientation to neuroscience (my background is physics and astronomy). I also discovered some good online tutorials on Python, so I could start familiarizing myself with a new language.

The final project for the Exploring Neural Data course was to apply some of our programming skills to a new data set. I chose to collect respiration and and electrocardiogram (ECG) data for subjects during meditation and reading. I chose to develop a new application I called the Cardiorespiratory Viewer. Written in Python, using the Anaconda Spyder programming environment, it imports program modules from the Tkinter, numpy, scipy and matplotlib libraries. The application reads data files generated by the LabQuest recorder, displays simultaneous plots of EKG voltage and breath pressure, and enables the user to specify time segments and signal threshold levels for analysis.

Cardiorespiratory Viewer

Program for displaying and analyzing ECG and respiration signals

PDF for final project, Exploratory Investigation of Cardiorespiratory System during Meditation

 

Jun 132015
 

A few years ago I realized that during Zen meditation, while paying attention to my breath, I was also aware of my heart beating. I started counting heartbeats during my inhalations and exhalations and found that during an inhalation, there were about four beats and during the exhalation roughly 8-10 beats. I thought it would be interesting to match a fixed number of beats, say ten with each exhalation, and maintain the synchronization during the meditation period. The synchronized rhythm felt pleasurable—having both the heart and lungs involved seemed to help me to maintain a clear mind. This experience was my motivation for recording an electrocardiogram (ECG) of heart rhythm simultaneously with respiration.

Questions: