Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
55 views48 pages

Practical Biomedical Signal Analysis Using MATLABR

The document is a publication titled 'Practical Biomedical Signal Analysis Using MATLAB®,' authored by Katarzyna J. Blinowska and Jarosław Żygierewicz, and published in October 2021. It serves as a comprehensive guide for biomedical signal analysis utilizing MATLAB, covering various concepts, techniques, and applications in the field. The book is part of a series in Medical Physics and Biomedical Engineering and has garnered attention with 13 citations and 2,915 reads.

Uploaded by

sachin bahade
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
55 views48 pages

Practical Biomedical Signal Analysis Using MATLABR

The document is a publication titled 'Practical Biomedical Signal Analysis Using MATLAB®,' authored by Katarzyna J. Blinowska and Jarosław Żygierewicz, and published in October 2021. It serves as a comprehensive guide for biomedical signal analysis utilizing MATLAB, covering various concepts, techniques, and applications in the field. The book is part of a series in Medical Physics and Biomedical Engineering and has garnered attention with 13 citations and 2,915 reads.

Uploaded by

sachin bahade
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 48

See discussions, stats, and author profiles for this publication at: https://www.researchgate.

net/publication/355315218

Practical Biomedical Signal Analysis Using MATLAB®

Book · October 2021


DOI: 10.1201/9780429431357

CITATIONS READS

13 2,915

2 authors, including:

Jaroslaw Żygierewicz
University of Warsaw
97 PUBLICATIONS 1,347 CITATIONS

SEE PROFILE

All content following this page was uploaded by Jaroslaw Żygierewicz on 15 May 2023.

The user has requested enhancement of the downloaded file.


Practical Biomedical
Signal Analysis Using
MATLAB®
Series in Medical Physics and Biomedical Engineering

Series Editors: Kwan-Hoong Ng, E. Russell Ritenour, and Slavik Tabakov

Recent books in the series:

Modelling Radiotherapy Side Effects Practical Applications for


Planning Optimisation
Tiziana Rancati, Claudio Fiorino

Proton Therapy Physics, Second Edition


Harald Paganetti (Ed)

e-Learning in Medical Physics and Engineering: Building Educational


Modules with Moodle
Vassilka Tabakova

Diagnostic Radiology Physics with MATLAB®: A Problem-Solving


Approach
Johan Helmenkamp, Robert Bujila, Gavin Poludniowski (Eds)

Auto-Segmentation for Radiation Oncology: State of the Art


Jinzhong Yang, Gregory C. Sharp, Mark Gooding

Clinical Nuclear Medicine Physics with MATLAB®: A Problem


Solving Approach
Maria Lyra Georgosopoulou (Ed)

Handbook of Nuclear Medicine and Molecular Imaging for Physicists


– Three Volume Set Volume I: Instrumentation and Imaging
Procedures
Michael Ljungberg (Ed)

Practical Biomedical Signal Analysis Using MATLAB®, Second


Edition
Katarzyna J. Blinowska, Jarosław Żygierewicz
Practical Biomedical
Signal Analysis Using
MATLAB®
Second Edition

Katarzyna J. Blinowska, Jarosław Żygierewicz


MATLAB ® is a trademark of The MathWorks, Inc. and is used with permission. The MathWorks
does not warrant the accuracy of the text or exercises in this book. This book’s use or discussion
of MATLAB ® software or related products does not constitute endorsement or sponsorship by The
MathWorks of a particular pedagogical approach or particular use of the MATLAB ® software.
Second edition published 2022
by CRC Press
6000 Broken Sound Parkway NW, Suite 300, Boca Raton, FL 33487-2742
and by CRC Press
2 Park Square, Milton Park, Abingdon, Oxon, OX14 4RN
© 2022 Taylor & Francis Group, LLC
First edition published by CRC Press 2012
CRC Press is an imprint of Taylor & Francis Group, LLC
Reasonable efforts have been made to publish reliable data and information, but the author and pub-
lisher cannot assume responsibility for the validity of all materials or the consequences of their use.
The authors and publishers have attempted to trace the copyright holders of all material reproduced
in this publication and apologize to copyright holders if permission to publish in this form has not
been obtained. If any copyright material has not been acknowledged please write and let us know so
we may rectify in any future reprint.
Except as permitted under U.S. Copyright Law, no part of this book may be reprinted, reproduced,
transmitted, or utilized in any form by any electronic, mechanical, or other means, now known or
hereafter invented, including photocopying, microfilming, and recording, or in any information
storage or retrieval system, without written permission from the publishers.
For permission to photocopy or use material electronically from this work, access www.copyright.
com or contact the Copyright Clearance Center, Inc. (CCC), 222 Rosewood Drive, Danvers, MA
01923, 978-750-8400. For works that are not available on CCC please contact mpkbookspermis-
[email protected]

Trademark notice: Product or corporate names may be trademarks or registered trademarks and are
used only for identification and explanation without intent to infringe.
ISBN: 978-1-138-36441-7 (hbk)
ISBN: 978-1-032-10552-9 (pbk)
ISBN: 978-0-429-43135-7 (ebk)
Typeset in CMR10
by KnowledgeWorks Global Ltd.

DOI: 10.1201/9780429431357
Access the Support Material: www.routledge.com/9781138364417
Contents

About the Series xi

Preface xiii

List of Abbreviations xv

1 A Short Introduction to MATLAB R 1


1.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 Where Is Help? . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.3 Vectors and Matrixes . . . . . . . . . . . . . . . . . . . . . . 1
1.4 Matrix Operations . . . . . . . . . . . . . . . . . . . . . . . . 2
1.4.1 Algebraic Operations . . . . . . . . . . . . . . . . . . . 2
1.4.2 Matrix Indexing . . . . . . . . . . . . . . . . . . . . . 3
1.4.3 Logical Indexing . . . . . . . . . . . . . . . . . . . . . 4
1.4.4 Example Exercise . . . . . . . . . . . . . . . . . . . . . 5
1.5 Conditionals . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
1.6 Loops . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
1.7 Scripts and Functions . . . . . . . . . . . . . . . . . . . . . . 6
1.8 Working with Binary Files . . . . . . . . . . . . . . . . . . . 7
1.8.1 Saving to and Loading from Binary Files . . . . . . . 7
1.8.2 Saving and Loading Signals Using .mat Files . . . . . 9
1.8.3 Exercises . . . . . . . . . . . . . . . . . . . . . . . . . 9
1.8.3.1 Unknown Data Type . . . . . . . . . . . . . 9
1.8.3.2 Unknown Number of Channels . . . . . . . . 10

2 Introductory Concepts 11
2.1 Stochastic and Deterministic Signals, Concepts of Stationarity
and Ergodicity . . . . . . . . . . . . . . . . . . . . . . . . . . 11
2.2 Discrete Signals . . . . . . . . . . . . . . . . . . . . . . . . . 14
2.2.1 The Sampling Theorem . . . . . . . . . . . . . . . . . 14
2.2.1.1 Aliasing . . . . . . . . . . . . . . . . . . . . . 15
2.2.2 Quantization Error . . . . . . . . . . . . . . . . . . . . 17
2.3 Linear Time Invariant Systems . . . . . . . . . . . . . . . . . 18
2.4 Duality of Time and Frequency Domains . . . . . . . . . . . 21
2.4.1 Continuous Periodic Signal . . . . . . . . . . . . . . . 22
2.4.2 Infinite Continuous Signal . . . . . . . . . . . . . . . . 22
2.4.3 Finite Discrete Signal . . . . . . . . . . . . . . . . . . 23

v
vi Contents

2.4.4 Basic Properties of Fourier Transform . . . . . . . . . 23


2.4.5 Power Spectrum: The Plancherel Theorem and Parse-
val’s Theorem . . . . . . . . . . . . . . . . . . . . . . . 24
2.4.6 Z -Transform . . . . . . . . . . . . . . . . . . . . . . . 25
2.4.7 Uncertainty Principle . . . . . . . . . . . . . . . . . . 26
2.5 Hypotheses Testing . . . . . . . . . . . . . . . . . . . . . . . 28
2.5.1 The Null and Alternative Hypothesis . . . . . . . . . . 28
2.5.2 Types of Tests . . . . . . . . . . . . . . . . . . . . . . 28
2.5.3 Multiple Comparisons Problem . . . . . . . . . . . . . 29
2.5.3.1 Correcting the Significance Level . . . . . . . 31
2.5.3.2 Parametric and Non-Parametric Statistical
Maps . . . . . . . . . . . . . . . . . . . . . . 31
2.5.3.3 False Discovery Rate . . . . . . . . . . . . . 32
2.6 Surrogate Data Techniques . . . . . . . . . . . . . . . . . . . 33

3 Single Channel (Univariate) Signal 35


3.1 Filters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35
3.1.1 Designing Filters . . . . . . . . . . . . . . . . . . . . . 37
3.1.2 Changing the Sampling Frequency . . . . . . . . . . . 41
3.1.3 Matched Filters . . . . . . . . . . . . . . . . . . . . . . 42
3.1.4 Wiener Filter . . . . . . . . . . . . . . . . . . . . . . . 42
3.2 Probabilistic Models . . . . . . . . . . . . . . . . . . . . . . . 43
3.2.1 Hidden Markov Model . . . . . . . . . . . . . . . . . . 43
3.2.2 Kalman Filters . . . . . . . . . . . . . . . . . . . . . . 45
3.3 Stationary Signals . . . . . . . . . . . . . . . . . . . . . . . . 48
3.3.1 Analytic Tools in the Time Domain . . . . . . . . . . 48
3.3.1.1 Mean Value, Amplitude Distributions . . . . 48
3.3.1.2 Entropy and Information Measure . . . . . . 48
3.3.1.3 Autocorrelation Function . . . . . . . . . . . 49
3.3.2 Analytic Tools in the Frequency Domain . . . . . . . 50
3.3.2.1 Estimators of Spectral Power Density Based
on Fourier Transform . . . . . . . . . . . . . 50
3.3.2.2 Choice of Windowing Function . . . . . . . . 51
3.3.2.3 Parametric Models: AR, ARMA . . . . . . . 56
3.4 Non-Stationary Signals . . . . . . . . . . . . . . . . . . . . . 64
3.4.1 Instantaneous Amplitude and Instantaneous Frequency 64
3.4.2 Analytic Tools in the Time-Frequency Domain . . . . 66
3.4.2.1 Time-Frequency Energy Distributions . . . . 66
3.4.2.2 Time-Frequency Signal Decompositions . . . 69
3.4.3 Cross-Frequency Coupling . . . . . . . . . . . . . . . . 86
3.4.3.1 Models of Phase-Amplitude Coupling . . . . 87
3.4.3.2 Evaluation of Phase-Amplitude Coupling . . 88
3.5 Non-Linear Methods of Signal Analysis . . . . . . . . . . . . 93
3.5.1 Lyapunov Exponent . . . . . . . . . . . . . . . . . . . 95
3.5.2 Correlation Dimension . . . . . . . . . . . . . . . . . . 95
Contents vii

3.5.3 Detrended Fluctuation Analysis . . . . . . . . . . . . . 97


3.5.4 Recurrence Plots . . . . . . . . . . . . . . . . . . . . . 98
3.5.5 Poincaré Map . . . . . . . . . . . . . . . . . . . . . . . 99
3.5.6 Approximate, Sample, and Multiscale Entropy . . . . 99
3.5.7 Limitations of Non-Linear Methods . . . . . . . . . . . 101

4 Multiple Channels (Multivariate) Signals 103


4.1 Cross-Estimators: Cross-Correlation, Cross-Spectra, Coherence 103
4.2 Multivariate Autoregressive Model (MVAR) . . . . . . . . . 106
4.2.1 Formulation of MVAR Model . . . . . . . . . . . . . . 106
4.2.2 MVAR in the Frequency Domain . . . . . . . . . . . . 108
4.3 Measures of Directedness . . . . . . . . . . . . . . . . . . . . 108
4.3.1 Estimators Based on the Phase Difference . . . . . . . 108
4.3.2 Causality Measures . . . . . . . . . . . . . . . . . . . . 109
4.3.2.1 Granger Causality . . . . . . . . . . . . . . 109
4.3.2.2 Granger Causality Index and Granger-Geweke
Causality . . . . . . . . . . . . . . . . . . . . 110
4.3.2.3 Directed Transfer Function . . . . . . . . . . 111
4.3.2.4 Partial Directed Coherence . . . . . . . . . . 115
4.3.2.5 Directed Coherence . . . . . . . . . . . . . . 116
4.4 Non-Linear Estimators of Dependencies between
Signals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 118
4.4.1 Kullback-Leibler Entropy, Mutual Information . . . . 118
4.4.2 Transfer Entropy . . . . . . . . . . . . . . . . . . . . . 119
4.4.3 Generalized Synchronization and Synchronization
Likelihood . . . . . . . . . . . . . . . . . . . . . . . . . 121
4.4.4 Phase Synchronization (Phase Locking Value) . . . . . 122
4.4.5 Testing the Reliability of the Estimators of
Directedness . . . . . . . . . . . . . . . . . . . . . . . 123
4.5 Comparison of the Multichannel Estimators of Coupling be-
tween Time Series . . . . . . . . . . . . . . . . . . . . . . . . 125
4.5.1 Bivariate versus Multivariate Connectivity Estimators 125
4.5.2 Linear versus Non-Linear Estimators of Connectivity . 127
4.5.3 The Measures of Directedness . . . . . . . . . . . . . . 128
4.6 Multivariate Signal Decompositions . . . . . . . . . . . . . . 129
4.6.1 Principal Component Analysis (PCA) . . . . . . . . . 129
4.6.1.1 Definition . . . . . . . . . . . . . . . . . . . . 129
4.6.1.2 Computation . . . . . . . . . . . . . . . . . . 129
4.6.1.3 Possible Applications . . . . . . . . . . . . . 130
4.6.2 Independent Components Analysis (ICA) . . . . . . . 130
4.6.2.1 Definition . . . . . . . . . . . . . . . . . . . . 130
4.6.2.2 Estimation of ICA . . . . . . . . . . . . . . . 131
4.6.2.3 Computation . . . . . . . . . . . . . . . . . . 132
4.6.2.4 Possible Applications . . . . . . . . . . . . . 132
viii Contents

4.6.3 Common Spatial Patterns . . . . . . . . . . . . . . . 133


4.6.4 Multivariate Matching Pursuit (MMP) . . . . . . . . . 134

5 Application to Biomedical Signals 137


5.1 Brain Signals . . . . . . . . . . . . . . . . . . . . . . . . . . . 137
5.1.1 Generation of Brain Signals . . . . . . . . . . . . . . . 139
5.1.2 EEG/MEG Rhythms . . . . . . . . . . . . . . . . . . 140
5.1.3 EEG Measurement, Electrode Systems . . . . . . . . . 143
5.1.4 MEG Measurement, Sensor Systems . . . . . . . . . . 145
5.1.5 Elimination of Artifacts . . . . . . . . . . . . . . . . . 145
5.1.6 Analysis of Continuous EEG Signals . . . . . . . . . . 149
5.1.6.1 Single Channel Analysis . . . . . . . . . . . . 150
5.1.6.2 Mapping . . . . . . . . . . . . . . . . . . . . 151
5.1.6.3 Connectivity Analysis of Brain Signals . . . . 152
5.1.6.4 Influence of Volume Conduction on Connec-
tivity Measures . . . . . . . . . . . . . . . . . 156
5.1.6.5 Graph Theoretical Analysis . . . . . . . . . . 157
5.1.6.6 Sleep EEG Analysis . . . . . . . . . . . . . . 160
5.1.6.7 Analysis of EEG in Epilepsy . . . . . . . . . 169
5.1.6.8 EEG in Monitoring and Anesthesia . . . . . 178
5.1.7 Analysis of Epoched EEG Signals . . . . . . . . . . . 179
5.1.7.1 Analysis of Phase-Locked Responses . . . . . 182
5.1.7.2 In Pursuit of Single Trial Evoked Responses 189
5.1.7.3 Applications of Cross-Frequency Coupling . . 194
5.1.7.4 Analysis of Non-Phase-Locked Responses . . 196
5.1.7.5 Analysis of EEG for Applications in Brain-
Computer Interfaces . . . . . . . . . . . . . . 215
5.1.8 fMRI Derived Time Series . . . . . . . . . . . . . . . . 218
5.1.8.1 Relation between EEG and fMRI . . . . . . 221
5.1.9 Near-Infrared Spectroscopy Signals . . . . . . . . . . . 225
5.2 Heart Signals . . . . . . . . . . . . . . . . . . . . . . . . . . 231
5.2.1 Electrocardiogram . . . . . . . . . . . . . . . . . . . . 231
5.2.1.1 Measurement Standards . . . . . . . . . . . . 231
5.2.1.2 Physiological Background and Clinical Appli-
cations . . . . . . . . . . . . . . . . . . . . . 232
5.2.1.3 Processing of ECG . . . . . . . . . . . . . . . 235
5.2.2 Heart Rate Variability . . . . . . . . . . . . . . . . . . 241
5.2.2.1 Time-Domain Methods of HRV Analysis . . 242
5.2.2.2 Frequency-Domain Methods of HRV Analysis 243
5.2.2.3 Non-Linear Methods of HRV Analysis . . . . 244
5.2.3 Fetal ECG . . . . . . . . . . . . . . . . . . . . . . . . 251
5.2.4 Magnetocardiogram and Fetal Magnetocardiogram . . 253
5.2.4.1 Magnetocardiogram . . . . . . . . . . . . . . 253
Contents ix

5.2.4.2 Fetal MCG . . . . . . . . . . . . . . . . . . . 257


5.2.5 Ballistocardiogram, Seismocardiogram, Photoplethys-
mogram . . . . . . . . . . . . . . . . . . . . . . . . . . 258
5.2.5.1 Wearable Devices . . . . . . . . . . . . . . . 259
5.3 Electromyogram . . . . . . . . . . . . . . . . . . . . . . . . . 261
5.3.1 Measurement Techniques and Physiological Background 261
5.3.2 Quantification of EMG Features . . . . . . . . . . . . 265
5.3.3 Decomposition of Needle EMG . . . . . . . . . . . . . 266
5.3.4 Surface EMG . . . . . . . . . . . . . . . . . . . . . . . 269
5.3.4.1 Surface EMG Decomposition . . . . . . . . . 270
5.4 Acoustic Signals . . . . . . . . . . . . . . . . . . . . . . . . . 278
5.4.1 Phonocardiogram . . . . . . . . . . . . . . . . . . . . . 278
5.4.2 Otoacoustic Emissions . . . . . . . . . . . . . . . . . . 281
5.5 Multimodal Analysis of Biomedical Signals . . . . . . . . . . 286

Bibliography 289

Index 349
About the Series

The Series in Medical Physics and Biomedical Engineering describes the ap-
plications of physical sciences, engineering, and mathematics in medicine and
clinical research.
The series seeks (but is not restricted to) publications in the following
topics:

• Artificial organs • Patient monitoring


• Assistive technology • Physiological measurement
• Bioinformatics • Prosthetics
• Bioinstrumentation
• Radiation protection, health
• Biomaterials physics, and dosimetry

• Biomechanics • Regulatory issues


• Biomedical engineering • Rehabilitation engineering
• Clinical engineering • Sports medicine
• Imaging
• Systems physiology
• Implants
• Telemedicine
• Medical computing and mathe-
matics • Tissue engineering

• Medical/surgical devices • Treatment

The Series in Medical Physics and Biomedical Engineering is an interna-


tional series that meets the need for up-to-date texts in this rapidly developing
field. Books in the series range in level from introductory graduate textbooks
and practical handbooks to more advanced expositions of current research.
The Series in Medical Physics and Biomedical Engineering is the official
book series of the International Organization for Medical Physics.

xi
xii About the Series

The International Organization for Medical Physics


The International Organization for Medical Physics (IOMP) represents over
18,000 medical physicists worldwide and has a membership of 80 national
and six regional organizations, together with a number of corporate members.
Individual medical physicists of all national member organizations are also
automatically members.
The mission of the IOMP is to advance medical physics practice worldwide
by disseminating scientific and technical information, fostering the educational
and professional development of medical physics and promoting the highest
quality medical physics services for patients.
A World Congress on Medical Physics and Biomedical Engineering is held
every three years in cooperation with the International Federation for Medical
and Biological Engineering (IFMBE) and the International Union for Physical
and Engineering Sciences in Medicine (IUPESM). A regionally based interna-
tional conference, the International Conference on Medical Physics (ICMP) is
held between world congresses. The IOMP also sponsors international confer-
ences, workshops and courses.
The IOMP has several programmes to assist medical physicists in develop-
ing countries. The joint IOMP Library Programme supports 75 active libraries
in 43 developing countries, and the Used Equipment Programme coordinates
equipment donations. The Travel Assistance Programme provides a limited
number of grants to enable physicists to attend the world congresses.
The IOMP co-sponsors the Journal of Applied Clinical Medical Physics.
The IOMP publishes, twice a year, an electronic bulletin, Medical Physics
World. The IOMP also publishes e-Zine, an electronic news letter, about six
times a year. The IOMP has an agreement with Taylor & Francis for the
publication of the Series in Medical Physics and Biomedical Engineering series
of textbooks. IOMP members receive a discount.
The IOMP collaborates with international organizations, such as the
World Health Organization (WHO), the International Atomic Energy Agency
(IAEA) and other international professional bodies such as the International
Radiation Protection Association (IRPA) and the International Commission
on Radiological Protection (ICRP), to promote the development of medical
physics and the safe use of radiation and medical devices.
Guidance on education, training and professional development of medical
physicists is issued by the IOMP, which is collaborating with other professional
organizations in development of a professional certification system for medical
physicists that can be implemented on a global basis.
The IOMP website (www.iomp.org) contains information on all the activi-
ties of the IOMP, policy statements 1 and 2 and the ‘IOMP: Review and
Way Forward’ which outlines all the activities of the IOMP and plans for the
future.
Preface

This book is intended to guide all those working in the field of biomedical
signal analysis and application, particularly for graduate students, researchers
at an early stage of their career, industrial researchers, and people interested
in the development of signal processing methods. The book is different from
other monographs, which are usually collections of papers written by several
authors. We tried to present a coherent view of various signal processing meth-
ods in the context of their application. Not only do we wish to present the
current techniques of biomedical signal processing, but we also want to pro-
vide guidance on which methods are appropriate for the given task and given
kind of data.
One of the motivations for writing this book was the longstanding ex-
perience of the authors in reviewing manuscripts submitted to journals and
conference proceedings, which showed how often the signal processing meth-
ods are misused. Quite often, sophisticated, but at the same time non-robust
and prone to systematic errors, methods are applied for the tasks where more
straightforward methods would work better. In this book, we aim to show the
advantages and disadvantages of different techniques in the context of their
applications.
In the first part of the book, we describe the methods of signal analysis, in-
cluding the most advanced and new approaches, in an easy and accessible way.
We illustrate them with MATLAB R Live Scripts. We omitted proofs of the
theorems when necessary, sending the reader to the more specialized mathe-
matical literature. To make the book a practical tool, we refer to MATLAB R
routines when available and to the software freely available on the Internet.
In the second part of the book, we describe the application of the methods
presented in the first part of the book to the different biomedical signals: elec-
troencephalogram (EEG), electrocorticogram (ECoG), event-related potential
(ERP), electrocardiogram (ECG), heart rate variability signal (HRV), elec-
tromyograms (EMG), magnetoencephalograms (MEG), magnetocardiograms
(MCG), phonocardiograms (PCG), and otoacoustic emissions (OAE).
In this second edition, we also address the analysis of fMRI (BOLD) and
functional near-infrared spectroscopy (fNIRS) time series. We discuss new
topics that gained interest in recent years, namely, phase-amplitude coupling,
wearable devices, multimodal signal analysis, and brain-computer interfaces.
Major updates concern multiple channel analysis and connectivity measures.
We included a short introduction presenting the basic syntax and functionality
relevant to signal processing for those new to MATLAB.

xiii
xiv Preface

Different approaches to solving particular problems are presented to


indicate which methods seem to be most appropriate for a given application.
Possible pitfalls, which may be encountered in applying the specific method-
ology, are pointed out.
We hope that this book will be a practical help to students and researchers
in choosing the appropriate methods, designing their own, and adding new
value to the growing field of biomedical research.
You can access MATLAB scripts and data in the support material section
at: www.routledge.com/9781138364417
List of Abbreviations

AIC Akaike information criterion EP evoked potentials


ApEn approximate entropy ERD event-related
ANN artificial neural networks desynchronization
AR autoregressive model ERP event-related potential
ARMA autoregressive moving ERS event-related
average model synchronization
BAEP brain stem auditory evoked FA factor analysis
potentials FAD frequency amplitude
BCG ballistocardiogram damping (method)
BSPM body surface potential fECG fetal electrocardiogram
mapping FDR false discovery rate
BSR burst suppression ratio FFT fast Fourier transform
BSS blind source separation FIR finite impulse response
CAP cyclic alternating pattern fMCG fetal magnetocardiogram
CFC cross-frequency coupling fMRI functional magnetic
CSD current source density resonance imaging
CWT continuous wavelet fNIRS functional near-infrared
transform spectroscopy
DFA detrended fluctuation FT Fourier transform
analysis FWE family wise error
DFT discrete Fourier transform FWER family wise error rate
IDFT inverse discrete Fourier GAD Gabor atom density
transform GFP global field power
DWT discrete wavelet transform GGC Granger-Geweke causality
ECG electrocardiogram GS generalized synchronization
ECoG electrocorticogram HHT Hilbert-Huang transform
EEG electroencephalogram HMM hidden Markov model
EF evoked fields HSD honesty significant
EGG electrogastrogram difference test
EIG electrointestinogram IC independent component
EMD empirical mode ICA independent component
decomposition analysis
EMG electromyogram IDFT inverse discrete Fourier
EEnG electroenterogram transform
EOG electrooculogram iEEG intracranial
ERC event-related causality electroencephalogram

xv
xvi List of Abbreviations

IIR infinite impulse response PLV phase-locking value


IQ information quantity PM Poincare map
KL Kullback-Leibler (entropy) PPG photoplethysmogram
LDA linear discriminant analysis PS phase synchronization
LDS linear dynamic system PSD power spectral density
LFP local field potentials PSP post-synaptic potential
LTI linear time invariant REM rapid eye movement
MCG magnetocardiogram RP recurrence plot
MCP multiple comparison SaEn sample entropy
problem SCG seismocardiogram
MDL minimum description length sEMG surface electromyogram
(criterium)
SIQ subband information
mECG maternal electrocardiogram
quantity
MEnG magnetoenterogram
SnPM statistical non-parametric
MGG magnetogastrogram
mapping
MEG magnetoelectroence-
SOAE spontaneous otoacoustic
phalogram
emissions
MI mutual information
MLP multilayer perceptron SOBI second-order blind inference
MMSE minimum mean square error SPM statistical parametric
MP matching pursuit mapping
MPC multiple comparison SSOAE synchronized spontaneous
problem otoacoustic emissions
MPF median power frequency STFT short time Fourier
MTM multi taper method transform
MU motor unit SVD singular value
MUAP motor unit action potential decomposition
OAE otoacoustic emissions TE transfer entropy
PAC phase-amplitude coupling TWA T-wave alternans
PCA principal component SWA slow wave activity
analysis WP wavelet packets
PCG phonocardiogram WT wavelet transform
PCI phase clustering index WVD Wigner-Ville distribution
1
A Short Introduction to MATLAB R

1.1 Introduction
MATLAB R is a commercial platform offered by The MathWorks, Inc., the
USA which delivers a high-level, matrix-based language and an integrated
development environment. Together with specialized libraries, so-called tool-
boxes, it is a very efficient system for fast prototyping, and complex scientific
and engineering computations. What is also very important many algorithms
used in biomedical signal processing were implemented and published as MAT-
LAB functions or toolboxes. In the following sections, we shortly present basic
syntax and concepts, needed for the understanding of the examples given in
the book and in accompanying Live Script demos. This may be helpful for a
novice MATLAB user. A deeper knowledge of MATLAB can be obtained from
many MATLAB books and the very useful build-in documentation system of
MATLAB.

1.2 Where Is Help?


The documentation can be accessed by the GUI, or from the command
prompt. In the latter case just type doc (this opens the graphical documenta-
tion window) or help (if you prefer a more compact textual help). The general
set of commands can be displayed by issuing doc matlab/general.

1.3 Vectors and Matrixes


In signal processing, it is very convenient to implement the signals as vectors
or matrixes. The most basic type of variable in MATLAB is a matrix. In fact,
a scalar value is represented as 1 × 1 matrix. So vectors are N × 1 (a column
vector) or 1 × N (a row vector).

DOI: 10.1201/9780429431357-1 1
2 Practical Biomedical Signal Analysis Using MATLAB R

The matrixes can be entered either from command line/editor (type and
execute the examples in the command line, and look into the workspace
window ):
A=[1 2 3 4; 5 6 7 8; 8 9 1 2];
disp(A)
or produced by a function:
B=rand(3,3);
disp(B)
or, in practical cases most often, loaded from a file (this we will show later in
Sect. 1.8).
Note the semicolon at the end of each line—it prevents MATLAB from
displaying its result in the command window. A semicolon inside the matrix
forming command finishes a given row and starts another one.

1.4 Matrix Operations


1.4.1 Algebraic Operations
In an intuitive way we can do the matrix algebraic operations:
B = [1 2;3 4];
disp(B)
C = B + B;
disp(C)
D = C - 2* B;
disp(D)
M = B/B;
disp(M)
An operator preceded by a dot evaluates the operation element-wise. Please,
compare results of:
G = B*B;
disp(G)
H = B.*B;
disp(H)
There is a set of matrix operators. The basic ones are:
transpose: B_tr = B’;
determinant: d = det(B);
trace: d = trace(B);
A Short Introduction to MATLAB R 3

diagonal: di = diag(B);

inverse: B_inv = B^(-1);


sum: s = sum(B); this sums by default along the first dimension, other
direction can be indicated in the function call e.g., s = sum(B,2);

1.4.2 Matrix Indexing


Matrix addressing starts from 1. We get an element of a matrix like this:
B = [1 2;3 4];
disp(B)
1 2
3 4
>> B(1,2)
ans =
2

We assign its value in this way:


>> B(1,2) = 4;
>> B
B =
1 4
3 4
Note, that when you modify matrix elements, the matrix size adjusts
automatically and it can create elements that were not directly assigned, set-
ting them to 0. Note the element B(2,3) in the example below:
>> B(1,3) = 4;
>> B
B =
1 4 4
3 4 0
Range control is done only when retrieving matrix elements:

>> B(3,1)
??? Index exceeds matrix dimensions.
The colon operator “:”, is one of the most useful operators in MATLAB. It
occurs in several different use cases. The expression 1:10 produces a row vector
with elements from 1 to 10.

>> 1:10
ans =
1 2 3 4 5 6 7 8 9 10
4 Practical Biomedical Signal Analysis Using MATLAB R

If we give an increment, then we get a vector with the desired difference


between elements, for example:
>> 10: -2.5: 0
ans =
10.0000 7.5000 5.0000 2.5000 0
This operator used in the matrix index gives an easy access to its fragments,
e.g.: A(1:k, j) gets the first k elements of the jth column of matrix A. Semi-
colon by itself stands for all the elements of a given row or column e.g.:
sum(A(:, end)) calculates the sum of the elements of the last (keyword end)
column of A. The operator [] is used to concatenate matrixes. For example:
B = ones(2,2);
C = [B B + 1; B + 2 B + 3];
disp(C);
We can delete columns or rows in a matrix. This shows how to delete the 2nd
row of matrix C (compare content of matrix C before and after the deletion):
C = [1 2 3 4; 5 6 7 8; 9 10 11 12; 13 14 15 16]
disp(C);
C(2,:) = [];
disp(C);

1.4.3 Logical Indexing


Evaluation of logical expressions on matrixes yields logical arrays, with ele-
ments 0 or 1, where 1 indicates the elements for which the expression was
true.
>> a
a =
1 2 3
4 5 6
0 1 1
>> a>2
ans =
0 0 1
1 1 1
0 0 0
We can use such array as a mask to modify the original matrix, as shown
below:
>> a(ans) = 7
a =
1 2 7
7 7 7
0 0 0
A Short Introduction to MATLAB R 5

1.4.4 Example Exercise


Create a matrix with numbers of the magic square of size 4, then count the
sum of the elements in each row, column, and both diagonals. A possible
solution1 :

M = magic(4);
% count the sum of the elements in each row,
s_r = sum(M,2);
disp(s_r)
% in each column,
s_c = sum(M,1);
disp(s_c)
% and both diagonals.
s_d1 = sum(diag(M));
disp(s_d1)
s_d2 = sum(diag(fliplr(M)));
disp(s_d2)

1.5 Conditionals
Often an algorithm needs to branch based on runtime conditions. MATLAB
has syntax for this in the form of if statement, try this example for different
values of x:
x = -1;
if x == 0
disp(’x is zero’)
elseif x > 0
disp(’x is positive’)
else
disp(’x is negative’)
end
Note that the block of the statement finishes with the keyword end. The
indentions are not necessary, but they make the code more readable.
If there are many options, it may be better to use the switch command.
For instance:
method = ’bilinear’;
switch method
case {’linear’,’bilinear’}
1 The code is delivered in matlab/c1/Ch1_magic_square.m
6 Practical Biomedical Signal Analysis Using MATLAB R

disp(’Method is linear’)
case ’cubic’
disp(’Method is cubic’)
case ’nearest’
disp(’Method is nearest’)
otherwise
disp(’Unknown method.’)
end

1.6 Loops
We would use loops if we need to execute a block of commands for a number
of times. There are two types of loops:
while executes a group of statements an indefinite number of times, based
on some logical condition; example:

i = 10
while i>1
i = i-1;
disp(i)
end

for executes a group of statements a fixed number of times, example:

for k = 1:10
disp(k*(1:10))
end

Additionally, we can modify behavior of loops with:


continue passes control to the next iteration of a for or while loop, skipping
any remaining statements in the body of the loop
break terminates execution of a for or while loop.

1.7 Scripts and Functions


A sequence of MATLAB commands saved in a text file (with extension .m) is
a script. You can execute them by entering the file name (without extension)
at the prompt in the command window. This is equivalent to typing all of
A Short Introduction to MATLAB R 7

the commands from the file. The script has access to all variables found in
the workspace, variables created in the script are visible in the workspace.
Most MATLAB commands are functions, some are precompiled and work very
fast, but a significant number is delivered as text files that are interpreted at
runtime (they run slower). The advantage is that we can look into these files
and learn a lot.
In MATLAB, you can also create your own functions—built from existing
ones. The file containing a function should have the same name as the function
with the extension “.m”. This is because MATLAB identifies the names of
scripts and functions by the names of files on the search path. The first line
of a function file defines the syntax of a function call, e.g.:
function [mean, stdev] = stat(x)
% STAT computes mean and standard deviation of x.
n = length(x);
mean = sum(x) / n;
stdev = sqrt( sum((x - mean).^ 2) / n);
The above code2 defines the function stat (should be saved in the file
stat.m). This function accepts the vector x as an argument and returns two
values: mean and stdev. Variables used inside the function are local, i.e. they
are not visible in the workspace outside the scope of the function.
You can call the stat function as:
>> x = 1:10;
>> [m, s] = stat(x)
m =
5.5000
s =
2.8723
Return from the function occurs after reaching the end of the function body.
An earlier conditional return can be achieved with the command return.

1.8 Working with Binary Files


1.8.1 Saving to and Loading from Binary Files
The following examples3 illustrate how to write two sine functions at 2 Hz and
3 Hz to a binary file:
First, prepare the signals.
2 The code is delivered in matlab/c1/Ch1_stat.m
3 The code is delivered in matlab/c1/Ch1_working_with_binary_files.m together with
the exemplary signals.
8 Practical Biomedical Signal Analysis Using MATLAB R

T = 1;
Fs = 128;
t = 0:1/Fs:T-1/Fs;
s1 = sin(2*pi*2*t);
s2 = sin(2*pi*3*t);
signal = zeros(2,T * Fs);
signal(1,:) = s1;
signal(2,:) = s2;
We store the consecutive signals in the rows of matrix signal. This is conve-
nient for writing them as a multiplexed file.4
Saving the binary signal:
f_out = fopen(‘test_signal1.bin’, ’w’,’l’); %open a file for writing
fwrite(f_out, signal,’double’,’ieee-le’); % write the signal data
% to the file identified by
% f_out as double precision
% floats with the machine
% format little-endian
fclose(f_out); % close the file

The opposite—reading a binary file:

ch = 2; % specify the number of channels


f_in = fopen(’test_signal1.bin’, ’r’); % open the file for reading
s = fread(f_in,[ch,Inf],’double’,’ieee-le’ ); % read all data (Inf)
% from the file
fclose(f_in); % close the file

Plot and compare the saved and the loaded data:


figure()
subplot(221)
plot(t,signal(1,:))
ylabel(’channel 1’)
title(’saved signal’)
subplot(223)
plot(t,signal(2,:))
ylabel(’channel 2’)
subplot(222)
plot(t,s(1,:))
title(’loaded signals’)
subplot(2,2,4)
plot(t,s(2,:))
4 In a multiplexed file containing n samples of k channel signal, samples are ordered in

the file in the following way:


s1 c1 , s1 c2 , s1 c3 , . . . , s1 ck , s2 c1 , s2 c2 , s2 c3 , . . . , s2 ck , . . . , sn c1 , sn c2 , sn c3 , . . . , sn ck ,
| {z } | {z } | {z }
1st sample 2nd sample kth sample

where s is sample and c is channel.


A Short Introduction to MATLAB R 9
40

20

-20

-40
0 50 100 150 200 250 300 350 400 450 500

20
10
0
-10
-20

0 50 100 150 200 250 300 350 400 450 500

40

20

-20
0 50 100 150 200 250 300 350 400 450 500

FIGURE 1.1
Correct traces of the signal form the file 3_channel_signal.bin.

1.8.2 Saving and Loading Signals Using .mat Files


If working only in the MATLAB environment it is convenient to use save/load
functions. The same operations as above can be performed in the following
way:
% saving the binary signal:
save(’test_signal1.mat’, ’signal’); % note, variables
% are given by name (string)
% the opposit - reading a binary file
load(’test_signal1.mat’);

1.8.3 Exercises
1.8.3.1 Unknown Data Type
Suppose, we have a 3-channel binary file with an EEG signal. Unfortu-
nately, we have forgotten what is the type of the recorded data. Load the file
3_channel_signal.bin and using the plots and Figure 1.1 with signal frag-
ments guess which of the following type of stored variables is true: “float”,
“uint” or “double”. Note, how the traces change if you enter the wrong data
type.
10 Practical Biomedical Signal Analysis Using MATLAB R

1.8.3.2 Unknown Number of Channels


Suppose we have a n-channel binary file with some ECG, EEG, and EMG
signals, the type of variables is float, but we don’t know the correct number
of channels. Load n_channel_signal.bin file and try to guess the correct
number of channels by plotting the signals. If you guess the correct number
of channels you should see the characteristic QRS complex of an ECG signal
in the last channel.
References
R. Abreu , A. Leal , and P. Figueiredo . EEG-informed fMRI: A review of data analysis methods. Frontiers in Human Neuroscience, 12:29,
2018.
P. Achermann , R. Hartmann , A. Gunzinger , W. Guggenbühl , and A.A. Borbély . All night sleep and artificial stochastic control signals
have similar correloation dimension. Electroencephalography and Clinical Neurophysiology, 90:384–387, 1994.
H.M. Al-Angari and A.V. Sahakian . Use of sample entropy approach to study heart rate variability in obstructive sleep apnea syndrome.
IEEE Transactions on Biomedical Engineering, 54:1900–1904, Oct 2007.
A. Al-Zaben and A. Al-Smadi . Extraction of foetal ECG by combination of singular value decomposition and neuro-fuzzy inference system.
Physics in Medicine & Biology, 51:137–143, Jan 2006.
P.J. Allen , O. Josephs , and R. Turner . A method for removing imaging artifact from continuous EEG recorded during functional mri.
NeuroImage, 12(2):230–239, 2000.
M. Amiri , B. Frauscher , and J. Gotman . Phase-amplitude coupling is elevated in deep sleep and in the onset zone of focal epileptic
seizures. Frontiers in Human Neuroscience, 10(August):12, 2016.
P. Anderer , S. Roberts , A. Schlogl , G. Gruber , G. Klosch , W. Herrmann , P. Rappelsberger , O. Filz , M.J. Barbanoj , G. Dorffner , and
B. Saletu . Artifact processing in computerized analysis of sleep EEG–a review. Neuropsychobiology, 40:150–157, Sep 1999.
R.G. Andrzejak , A. Kraskov , H. Stogbauer , F. Mormann , and T. Kreuz . Bivariate surrogate techniques: necessity, strengths, and
caveats. Physical review. E, 68:066202, Dec2003.
R.G. Andrzejak , F. Mormann , T. Kreuz , C. Rieke , A. Kraskov , C.E. Elger , and K. Lehnertz . Testing the null hypothesis of the
nonexistence of a preseizure state. Physical review. E, 67(1):010901, 2003.
S. Ari , P. Kumar , and G. Saha . A robust heart sound segmentation algorithm for commonly occurring heart valve diseases. Journal of
Medical Engineering and Technology, 32:456–465, 2008.
P. Armitage , G. Berry , and J.N.S. Matthews JNS. Statistical Methods in Medical Research. Blackwell Science, Oxford, 4th edition, 2002.
J. Arnhold , P. Grassberger , K. Lehnertz , and C.E. Elger . A robust method for detecting interdependences: application to intracranially
recorded EEG. Physica D: Nonlinear Phenomena, 134(4):419–430, 1999.
M. Arnold , W.H. Miltner , H. Witte , R. Bauer , and C. Braun . Adaptive AR modeling of nonstationary time series by means of Kalman
filtering. IEEE Transactions on Biomedical Engineering, 45:553–562, May 1998.
O.J. Arthurs and S. Boniface . How well do we understand the neural origins of the fMRI bold signal? Trends in Neurosciences,
25(1):27–31, 2002.
J. Aru , J. Aru , V. Priesemann , M. Wibral , L. Lana , G. Pipa , W. Singer , and R. Vicente . Untangling cross-frequency coupling in
neuroscience. Current Opinion in Neurobiology, 31:51–61, Apr 2015.
R. Aschenbrenner-Scheibe , T. Maiwald , M. Winterhalder , H.U. Voss , J. Timmer , and A. Schulze-Bonhage . How well can epileptic
seizures be predicted? An evaluation of a nonlinear method. Brain, 126:2616–2626, Dec 2003.
K. Assaleh and H. Al-Nashash . A novel technique for the extraction of fetal ECG using polynomial networks. IEEE Transactions on
Biomedical Engineering, 52:1148–1152, Jun 2005.
L. Astolfi , F. Cincotti , D. Mattia , F. De Vico Fallani , A. Tocci , A. Colosimo , S. Salinari , M.G. Marciani , W. Hesse , H. Witte , M. Ursino ,
M. Zavaglia , and F. Babiloni . Tracking the time-varying cortical connectivity patterns by adaptive multivariate estimators. IEEE
Transactions on Biomedical Engineering, 55:902–913, Mar 2008.
L. Astolfi , F. Cincotti , D. Mattia , MG Marciani , LA Baccala , F de Vico Fallani , S Salinari , M Ursino , M Zavaglia , and F. Babiloni .
Assessing cortical functional connectivity by partial directed coherence: simulations and application to real data. IEEE Transactions on
Biomedical Engineering, 53(9):1802–1812, 2006.
N. Axmacher , M.M. Henseler , O. Jensen , I. Weinreich , C.E. Elger , and J. Fell . Cross-frequency coupling supports multi-item working
memory in the human hippocampus. PNAS, 107(7):3228–3233, 2010.
H. Ayaz , M. Izzetoglu , K. Izzetoglu , B. Onaral , and B.B. Dor . Early diagnosis of traumatic intracranial hematomas. Journal of Biomedical
Optics, 24(5):1–10, Feb 2019.
H. Azami and J. Escudero . Refined composite multivariate generalized multiscale fuzzy entropy: A tool for complexity analysis of
multichannel signals. Physica A: Statistical Mechanics and its Applications, 465:261–276, 2017.
F. Babiloni , C. Babiloni , L. Locche , F. Cincotti , P.M. Rossini , and F. Carducci . High-resolution electro-encephalogram: source
estimates of Laplacian-transformed somatosensory-evoked potentials using a realistic subject head model constructed from magnetic
resonance images. Medical & Biological Engineering & Computing, 38:512–519, Sep 2000.
F. Babiloni , D. Mattia , C. Babiloni , L. Astolfi , S. Salinari , A. Basilisco , P.M. Rossini , M.G. Marciani , and F. Cincotti . Multimodal
integration of EEG, MEG and fMRI data for the solution of the neuroimage puzzle. Magnetic Resonance Imaging, 22(10):1471–1476, Dec
2004.
A. Babloyantz and A. Destexhe . Is the normal heart a periodic oscillator? Biological Cybernetics, 58:203–211, 1988.
L.A. Baccala , K. Sameshima , G. Ballester , and A. Do Valleand C. Timo-Laria . Studying the interaction between brain structures via
directed coherence and granger causality. Applied Signal Processing, 5(5):40–48, 1998.
L.A. Baccala , K. Sameshima , and D.Y. Takahashi . Generalized partial directed coherence. In 2007 15th International Conference on
Digital Signal Processing, pages 163–166, 2007.
L.A. Baccala , M.Y. Alvarenga , K. Sameshima , C.L. Jorge , and L.H. Castro . Graph theoretical characterization and tracking of the
effective neural connectivity during episodes of mesial temporal epileptic seizure. Journal of Integrative Neuroscience, 3(4):379–395, 2004.
L.A. Baccala and K. Sameshima . Partial directed coherence: a new concept in neural structure determination. Biological Cybernetics,
84:463–474, 2001.
R. Bailon , L. Sornmo , and P. Laguna . ECG derived respiratory frequency estimation. In G.D. Clifford , F. Azuaje , and P.E. McSharry ,
editors, Advanced Methods and Tools for ECG Data Analysis, pages 215–244. Artech House Inc, Norwood, MA, 2006.
T. Ball , E. Demandt , I. Mutschler , E. Neitzel , C. Mehring , K. Vogt , A. Aertsen , and A. Schulze-Bonhage . Movement related activity in
the high gamma range of the human EEG. Neuroimage, 41:302–310, Jun 2008.
A. Barachant , S. Bonnet , M. Congedo , and C. Jutten . Multiclass brain–computer interface classification by riemannian geometry. IEEE
Transactions on Biomedical Engineering, 59(4):920–928, 2012.
L. Barnett , A.B. Barrett , and A.K. Seth . Granger causality and transfer entropy are equivalent for gaussian variables. Physical Review
Letters, 103:238701, Dec 2009.
E.A. Bartnik , K.J. Blinowska , and P.J. Durka . Single evoked potential reconstruction by means of wavelet transform. Biological
Cybernetics, 67:175–181, 1992.
D.S. Bassett , A. Meyer-Lindenberg , S. Achard , T. Duke , and E. Bullmore . Adaptive reconfiguration of fractal small-world human brain
functional networks. PNAS USA, 103(51):19518–19523, Dec 2006.
L.E. Baum , T. Petrie , G. Soules , and N. Weiss . A maximization technique occurring in the statistical analysis of probabilistic functions of
Markov chains. The Annals of Mathematical Statistics, 41(1):164–171, 1970.
M. Becker , T. Frauenrath , F. Hezel , G.A. Krombach , U. Kremer , B. Koppers , C. Butenweg , A. Goemmel , J.F. Utting , J. Schulz-
Menger , and T. Niendorf . Comparison of left ventricular function assessment using phonocardiogram- and electrocardiogram-triggered
2D SSFP CINE MR imaging at 1.5 T and 3.0 T. European Radiology, 20:1344–1355, Jun 2010.
C.F. Beckmann , M. DeLuca , J.T. Devlin , and S.M. Smith . Investigations into resting-state connectivity using independent component
analysis. Philosophical Transactions of the Royal Society B: Biological Sciences, 360(1457):1001–1013, 2005.
A. Bell . Musical ratios in geometrical spacing of outer hair cells in colchea: strings of an underwater piano? In C.C. Stevens , D. Burnham ,
G. Mc Pherson , E. Schubert , and J. Renwick , editors, Proc. of the Intern. Conference on Music Perception and Cognition, 2002.
A. Bell and N.H. Fletcher . The cochlear amplifier as a standing wave: “squirting” waves between rows of outer hair cells? Journal of the
Acoustical Society of America, 116(2):1016–1024, Aug 2004.
C.G. Bénar , T. Papadopoulo , B. Torrésani , and M. Clerc . Consensus Matching Pursuit for multi-trial EEG signals. Journal of
Neuroscience Methods, 180:161–170, May 2009.
J.S. Bendat and A.G. Piersol . Random data: Analysis and measurement procedures. Wiley&Sons, New York, London, Sydney, Toronto,
1971.
Y. Benjamini and Y. Hochberg . Controlling the false discovery rate: a practical and powerful approach to multiple testing. Journal of the
Royal Statistical Society, 57(1):289–300, 1995.
Y. Benjamini and D. Yekutieli . The control of the false discovery rate in multiple testing under dependency. Annals of Statistics,
29(4):1165–1188, 2001.
G.K. Bergey and P.J. Franaszczuk . Epileptic seizures are characterized by changing signal complexity. Clinical Neurophysiology,
112:241–249, Feb 2001.
J.I. Berman , S. Liu , L. Bloy , L. Blaskey , T.P. L. Roberts , and J.C. Edgar . Alpha-to-Gamma phase-amplitude coupling methods and
application to Autism Spectrum Disorder. Brain Connectivity , 5(2):80–90, Mar 2015.
M. Bertini , M. Ferrara , L. De Gennaro , G. Curcio , F. Moroni , F. Vecchio , M. De Gasperis , P.M. Rossini , and C. Babiloni . Directional
information flows between brain hemispheres during presleep wake and early sleep stages. Cerebral Cortex, 17(8):1970–1978, 2007.
A. Bezerianos , S. Tong , and N. Thakor . Time-dependent entropy estimation of EEG rhythm changes following brain ischemia. Annals of
Biomedical Engineering, 31:221–232, Feb 2003.
BB Biswal , J Van Kylen , and JS Hyde . Simultaneous assessment of flow and bold signals in resting-state functional connectivity maps.
NMR in Biomedicine, 10(4–5):165–170, 1997.
R.B. Blackman and J.W. Tukey . The Measurment of Power Spectra. Dover Publications, Dover, New York, 1958.
C. Bledowski , D. Prvulovic , K. Hoechstetter , M. Scherg , M. Wibral , R. Goebel , and D. E. J. Linden . Localizing p300 generators in
visual target and distractor processing: a combined event-related potential and functional magnetic resonance imaging study. The Journal
of Neuroscience: the Official Journal of the Society for Neuroscience, 24(42):9353–9360, Oct 2004.
K. Blinowska , R. Kus , M. Kaminski , and J. Janiszewska . Transmission of brain activity during cognitive task. Brain Topography,
23:205–213, Jun 2010.
K. Blinowska , G. Müller-Putz , V. Kaiser , L. Astolfi , K. Vanderperren , S. Van Huffel , and L. Lemieux . Multi-modal imaging of human
brain activity: rational, biophysical aspects and modes of integration. Computational Intelligence and Neuroscience, 2009, 2009. Article ID
813607, 10 pages.
K.J. Blinowska , P.J. Durka , and J. Zygierewicz . Time-frequency analysis of brain electrical activity–adaptive approximations. Methods of
Information in Medicine, 43:70–73, 2004.
K.J. Blinowska , M. Kamiński , A. Brzezicka , and J. Kamiński . Application of directed transfer function and network formalism for the
assessment of functional connectivity in working memory task. Philosophical Transactions of The Royal Society A Mathematical Physical
and Engineering Sciences, 371(1997):20110614, Aug 2013.
K.J. Blinowska , M. Kaminski , J. Kaminski , and A. Brzezicka . Information processing in brain and dynamic patterns of transmission
during working memory task by the SDTF function. Conference proceedings - IEEE engineering in medicine and biology society,
2010:1722–1725, 2010.
K.J. Blinowska , P. Lachert , J. Zygierewicz , D. Janusek , P. Sawosz , M. Kacprzak , and A. Liebert . Characteristic of mayer waves in
electrophysiological, hemodynamic and vascular signals. International Journal of Neural Systems, 30(3):2050003, Mar 2020.
K.J. Blinowska , F. Rakowski , M. Kaminski , F. De Vico Fallani , C. Del Percio , R. Lizio , and C. Babiloni . Functional and effective brain
connectivity for discrimination between Alzheimer's patients and healthy individuals: A study on resting state EEG rhythms. Clinical
Neurophysiology, 128(4):667–680, Apr 2017.
K.J. Blinowska and M. Kaminski . Functional brain networks: Random, “small world” or deterministic? PLOS ONE, 8(10):1–9, Oct 2013.
K.J. Blinowska and M. Kaminski . Functional brain networks: Random, “small world” or deterministic? PLOS ONE, 8(10):1–9, Oct 2013.
K.J. Blinowska . Non-linear analysis of physiological signals—highlights and pitfalls. In W. Klonowski , editor, Attractors, Signals and
Synergetics. Proceedings of EUROATTRACTOR 2000, pages 341–350. Pabst Science Publishers, Lengerich, Berlin, Bremen, 2002.
K.J. Blinowska and P.J. Durka . The application of wavelet transform and matching pursuit to the time varying EEG signals, volume4,
chapter Intelligent Engineering Systems through Artificial Neural Networks, pages 535–540. ASME Press, 1994.
K.J. Blinowska and P.J. Franaszczuk . A model of the generation of electrocortical rhythms. In Brain Dynamics, Springer Series in Brain
Dynamics 2, pages 192–201. Springer Verlag, 1989.
K.J. Blinowska , R. Kus , and M. Kaminski . Granger causality and information flow in multivariate processes. Physical Review E, 2004.
K.J. Blinowska and M. Malinowski . Non-linear and linear forecasting of the EEG time series. Biological Cybernetics, 66:159–165, 1991.
G.E.P. Box and D.R. Cox . An analysis of transformations. Journal of the Royal Statistical Society, Series B, 26(2):211–252, 1964.
M.A.B. Brazier and J.U. Casby . An application of the M.I.T. digital electronic correlator to a problem in EEG. Electroencephalography,
8:32, 1956.
E.N. Brown , R.E. Kass , and P.P. Mitra . Multiple neural spike train data analysis: state-of-the-art and future challenges. Nature
Neuroscience, 7:456–461, May 2004.
Bryant and Yarnold . Principal components analysis and exploratory and confirmatory factor analysis. In Reading and understanding
multivariate analysis. American Psychological Association Books, 1995.
A. Brzezicka , G. Sedek , A. Marchewka , M. Gola , K. Jednoróg , L. Królicki , and A. Wróbel . A role for the right prefrontal and bilateral
parietal cortex in four-term transitive reasoning: an fMRI study with abstract linear syllogism tasks. Acta Neurobiologiae Experimentalis,
71(4):479–495, 2011.
F. Buchthal . Studies on muscular action potentials in the normal and diseased muscle. Deutsche Zeitschrift für Nervenheilkunde,
173:448–454, 1955.
F. Buchthal . Electromyography in the evaluation of muscle diseases. Neurologic Clinics, 3:573–598, Aug 1985.
T.H. Bullock , M.C. McClune , J.Z. Achimowicz , V.J. Iragui-Madoz , R. B. Duckrow , and S.S. Spencer . EEG coherence has structure in
the millimeter domain: subdural and hippocampal recordings from epileptic patients. Electroencephalography and Clinical
Neurophysiology, 95:161–177, Sep 1995.
RB Buxton , EC Wong , and LR Frank . Dynamics of blood flow and oxygenation changes during brain activation: the balloon model.
Magnetic Resonance in Medicine, 39(6):855–864, June 1998.
G. Buzsaki and A. Draguhn . Neuronal oscillations in cortical networks. Science, 304:1926–1929, Jun 2004.
G. Camps , M. Martinez , and E. Soria . Fetal ECG extraction using an FIR neural network. In Proc. Computers in Cardiology, volume 28,
pages 249–252. IEEE Press, 2001.
R.T. Canolty , E. Edwards , S.S. Dalal , M. Soltani , S.S. Nagarajan , H.E. Kirsch , M.S. Berger , N.M. Barbaro , and R.T. Knight . High
gamma power is phase-locked to theta oscillations in human neocortex. Science (New York, N.Y.), 313(5793):1626–1628, 2006.
J.-F. Cardoso . High-order contrasts for independent component analysis. Neural Computation, 11(1):157–192, 1999.
F. De Carli , L. Nobili , F. Ferrillo , P. Gelcichand , and F. Ferrillo . A method for the automatic detection of arousals during sleep. Sleep,
22:561–572, 1999.
S. Cerutti , G. Baselli , S. Civardi , E. Ferrazzi , A.M. Marconi , M. Pagani , and G. Pardi . Variability analysis of fetal heart rate signals as
obtained from abdominal electrocardiographic recordings. Journal of Perinatal Medicine, 14:445–452, 1986.
S. Cerutti , G. Baselli , D. Liberati , and G. Pavesi . Single sweep analysis of visual evoked potentials through a model of parametric
identification. Biological Cybernetics, 56:111–120, 1987.
S. Cerutti , A.M. Bianchi , and L.T. Mainardi . Spectral analysis of heart rate variability signal. In M. Malik and A.J. Camm , editors, Heart
Rate Variability. Futura Publishing, Armonk, New York, 1995.
J. Chee and S-C. Seow . Electrocardiogram. In U.R. Acharya , J.S. Suri , J.A.E. Spaan , and S.M. Krishnan , editors, Advances in Cardiac
Signal Processing. Springer-Verlag, Berlin, Heidelberg, New York, 2007.
Y. Chen , G. Rangarajan , J. Feng , and M. Ding . Analyzing multiple nonlinear time series with extended Granger causality. Physics
Letters A, 324:26–35, 2004.
J. Cheng . Time-frequency analysis of transient evoked otoacoustic emissions via smoothed pseudo Wigner distribution. Scandinavian
Audiology, 24:91–96, 1995.
I. Christov , G. Gomez-Herrero , V. Krasteva , I. Jekova , A. Gotchev , and K. Egiazarian . Comparative study of morphological and time-
frequency ECG descriptors for heartbeat classification. Medical Engineering & Physics, 28:876–887, Nov 2006.
G.D. Clifford and L. Tarassenko . Segmenting cardiac-related data using sleep stages increases separation between normal subjects and
apnoeic patients. Physiological Measurement, 25:27–35, Dec 2004.
G.D. Clifford . Linear filtering methods. In G.D. Clifford , F. Azuaje , and P.E. McSharry , editors, Advanced Methods and Tools for ECG
Data Analysis, pages 135–170. Artech House Inc, Norwood, MA, 2006.
D. Cohen , P. Savard , R.D. Rifkin , E. Lepeschkin , and W.E. Strauss . Magnetic measurement of S-T and T-Q segment shifts in humans.
Part II: Exercise-induced S-T segment depression. Circulation Research, 53:274–279, Aug 1983.
RR Coifman and MV Wickerhauser . Entropy-based algorithms for best basis selection. IEEE Transactions on Information Theory,
38(2):713–718, 1992.
D. Cole , S. Smith , and C. Beckmann . Advances and pitfalls in the analysis and interpretation of resting-state fMRI data. Frontiers in
Systems Neuroscience, 4:8, 2010.
M. Congedo , A. Barachant , and R. Bhatia . Riemannian geometry for EEG-based brain-computer interfaces; a primer and a review.
Brain-Computer Interfaces, 4(3):155–174, 2017.
I. A. Cook , A.M. Hunter , A. Korb , H. Farahbod , and A.F. Leuchter . Quantitative EEG analysis methods and clinical applications, chapter
EEG signals in psychiatry: Biomarkers for Depression Management. Artech House, 2009.
D Cordes , V M Haughton , K Arfanakis , J D Carew , P A Turski , C H Moritz , M A Quigley , and M E Meyerand . Frequencies contributing
to functional connectivity in the cerebral cortex in “resting-state” data. American Journal of Neuroradiology, 22(7):1326–1333, Aug 2001.
A.D. Corlan and L. De Ambroggi . New quantitative methods of ventricular repolarization analysis in patients with left ventricular
hypertrophy. Italian heart journal, 1(8):542–548, Aug 2000.
M. Costa , AL Goldberger , and C-K. Peng . Multiscale entropy analysis of complex physiologic time series. Physical Review Letters,
89:068102, 2002.
R. Cox and J. Fell . Analyzing human sleep EEG: A methodological primer with code implementation. Sleep Medicine Reviews,
54:101353, 2020.
N.E. Crone , D.L. Miglioretti , B. Gordon , and R.P. Lesser . Functional mapping of human sensorimotor cortex with electrocorticographic
spectral analysis. II. Event-related synchronization in the gamma band. Brain, 121 (Pt 12):2301–2315, Dec 1998.
C. Dai and X. Hu . Independent component analysis based algorithms for high-density electromyogram decomposition: Systematic
evaluation through simulation. Computers in Biology and Medicine, 109:171–181, 2019.
S.S. Dalal , A.G. Guggisberg , E. Edwards , K. Sekihara , A.M. Findlay , R. T. Canolty , M.S. Berger , R.T. Knight , N.M. Barbaro , H.E.
Kirsch , and S. S. Nagarajan . Five-dimensional neuroimaging: localization of the time-frequency dynamics of cortical activity. Neuroimage,
40:1686–1700, May 2008.
AM Dale , AK Liu , BR Fischl , RL Buckner , JW Belliveau , JD Lewine , and E Halgren . Dynamic statistical parametric mapping:
combining fMRI and MEG for high-resolution imaging of cortical activity. Neuron, 26(1):55–67, Apr 2000.
F. Darvas , R. Scherer , J.G. Ojemann , R.P. Rao , K.J. Miller , and L.B. Sorensen . High gamma mapping using EEG. Neuroimage,
49:930–938, Jan 2010.
I. Daubechies . Ten Lectures on Wavelets. SIAM, 1992.
O. David , D. Cosmelli , and Friston K.J. Evaluation of different measures of functional connectivity using a neural mass model.
Neuroimage, 21:659–673, 2004.
G. Davis . Adaptive Nonlinear Approximations. PhD thesis, New York University, 1994.
T. Davis , K. Kwong , R. Weisskoff , and B. Rosen . Calibrated functional mri: mapping the dynamics of oxidative metabolism. Proceedings
of the National Academy of Sciences of the United States of America, 95(4):1834–1839, 1998.
G.D. Dawson . Cerebral responses to electrical stimulation of peripheral nerve in man. Journal of Neurology , Neurosurgery, and
Psychiatry, 10:134–140, 1947.
L. De Ambroggi , T. Bertoni , M.L. Breghi , M. Marconi , and M. Mosca . Diagnostic value of body surface potential mapping in old anterior
non-Q myocardial infarction. Journal of Electrocardiology, 21:321–329, Nov 1988.
C. de Hemptinne , E.S. Ryapolova-Webb , E.L. Air , P.A. Garcia , K.J. Miller , J.G. Ojemann , J.L. Ostrem , N.B. Galifianakis , and P.A.
Starr . Exaggerated phase-amplitude coupling in the primary motor cortex in Parkinson disease. Proceedings of the National Academy of
Sciences, 110(12):4780–4785, Mar 2013.
C. de Hemptinne , E.S. Ryapolova-Webb , E.L. Air , P.A. Garcia , K.J. Miller , J.G. Ojemann , J.L. Ostrem , N.B. Galianakis , and P.A. Starr
Exaggerated phase-amplitude coupling in the primary motor cortex in parkinson disease. Proceedings of the National Academy of
Sciences U S A, 110(12):4780–4785, Mar 2013.
C. De Hemptinne , N.C. Swann , Jill L. Ostrem , E.S. Ryapolova-Webb , M.S. Luciano , N.B. Galifianakis , and P.A. Starr . Therapeutic
deep brain stimulation reduces cortical phase-amplitude coupling in Parkinson's disease. Nature Neuroscience, 18(5):779–786, 2015.
L. De Lathauwer , B. De Moor , and J. Vandewalle . Fetal electrocardiogram extraction by blind source subspace separation. IEEE
Transactions on Biomedical Engineering, 47:567–572, May 2000.
G. De Michele , S. Sello , M.C. Carboncini , B. Rossi , and S.K. Strambi . Cross-correlation time-frequency analysis for multiple EMG
signals in Parkinson's disease: a wavelet approach. Medical Engineering & Physics, 25:361–369, Jun 2003.
F. De Vico Fallani , L. Astolfi , F. Cincotti , D. Mattia , M.G. Marciani , A. Tocci , S. Salinari , H. Witte , W. Hesse , S. Gao , A. Colosimo ,
and F. Babiloni . Cortical network dynamics during foot movements. Neuro- informatics, 6:23–34, 2008.
S.M. Debbal and F. Bereksi-Reguig . Filtering and classification of phonocardiogram signals using wavelet transform. Journal of Medical
Engineering & Technology, 32:53–65, 2008.
Fani Deligianni , Maria Centeno , David W. Carmichael , and Jonathan D. Clayden . Relating resting-state fMRI and EEG whole-brain
connectomes across frequency bands. Frontiers in Neuroscience, 8:258, 2014.
A. Delorme and S. Makeig . EEGLAB: an open source toolbox for analysis of single-trial EEG dynamics including independent component
analysis. Journal of Neuroscience Methods, 134:9–21, Mar 2004.
A. Delorme , T. Sejnowski , and S. Makeig . Enhanced detection of artifacts in EEG data using higher-order statistics and independent
component analysis. Neuroimage, 34:1443–1449, Feb 2007.
N. Delprat , B. Escudié , P. Guillemain , R. Kronland-Martinet , P. Tchamitchian , and B. Torrésani . Asymptotic wavelet and Gabor
analysis: extraction of instantaneous frequencies. IEEE Transactions on Information Theory, 38:644–664, 1992.
G. Deshpande , S. LaConte , S. Peltier , and X. Hu . Directed transfer function analysis of fMRI data to investigate network dynamics. In
2006 International Conference of the IEEE Engineering in Medicine and Biology Society, pages 671–674, 2006.
M. Dhamala , G. Rangarajan , and M. Ding . Analyzing information flow in brain networks with nonparametric Granger causality.
Neuroimage, 41(2):354–362, Jun 2008.
G. Dietch . Fourier analyse von elektroenzephalogramen des menschen. Pflügers Archiv European Journal of Physiology, 230:106–112,
1932.
C. Disselhorst-Klug , G. Rau , A. Schmeer , and J. Silny . Non-invasive detection of the single motor unit action potential by averaging the
spatial potential distribution triggered on a spatially filtered motor unit action potential. Journal of Electromyography & Kinesiology,
9:67–72, Feb 1999.
M. Dovgialo , A. Chabuda , A. Duszyk , M. Zieleniewska , Marcin Pietrzak , Piotr Rózański , and Piotr Durka . Assessment of Statistically
Significant Command-Following in Pediatric Patients with Disorders of Consciousness, Based on Visual, Auditory and Tactile Event-
Related Potentials. International Journal of Neural Systems, 29(3):1–14, 2019.
D.J. Doyle . Some comments on the use of Wiener filtering in the estimation of evoked potentials. Electroencephalography and Clinical
Neurophysiology, 38:533–534, 1975.
C.C. Duncan , R.J. Barry , J.F. Connolly , C. Fischer , P.T. Michie , R. Naatanen , J. Polich , I. Reinvang , and C. Van Petten . Event-
related potentials in clinical research: guidelines for eliciting, recording, and quantifying mismatch negativity, P300, and N400. Clinical
Neurophysiology, 120:1883–1908, Nov 2009.
P.J. Durka . From wavelets to adaptive approximations: time-frequency parametrization of EEG. BioMedical Engineering OnLine, 2:1, Jan
2003. © 2003 Durka; licensee BioMed Central Ltd. This is an Open Access article: verbatim copying and redistribution of this article are
permitted in all media for any purpose, provided this notice is preserved along with the article's original URL.
P.J. Durka , D. Ircha , and K.J. Blinowska . Stochastic time-frequency dictionaries for matching pursuit. IEEE Transactions on Signal
Processing, 49(3):507–510, Mar 2001.
P.J. Durka , D. Ircha , Ch. Neuper , and G. Pfurtscheller . Time-frequency microstructure of event-related desynchronization and
synchronization. Medical & Biological Engineering & Computing, 39(3):315–321, May 2001.
P.J. Durka , U. Malinowska , W. Szelenberger , A Wakarow , and K.J. Blinowska . High resolution parametric description of slow wave
sleep. Journal of Neuroscience Methods, 147(1):15–21, 2005.
P.J. Durka , A. Matysiak , E.M. Montes , P. Valdés Sosa , and K. J. Blinowska . Multichannel matching pursuit and EEG inverse solutions.
Journal of Neuroscience Methods, 148(1):49–59, 2005.
P.J. Durka , J. Zygierewicz , H. Klekowicz , J. Ginter , and K.J. Blinowska . On the statistical significance of event-related EEG
desynchronization and synchronization in the time-frequency plane. IEEE Transactions on Biomedical Engineering, 51:1167–1175, Jul
2004.
P. J. Durka , A. Matysiak , E. Martínez Montes , P. Valdés Sosa , and K. J. Blinowska . Multichannel matching pursuit and EEG inverse
solutions. Journal of Neuroscience Methods, 148(1):49–59, 2005.
P.J. Durka . Adaptive time-frequency parametrization of epileptic EEG spikes. Physical Review E, 69:051914, 2004.
P.J. Durka , W. Szelenberger , K.J. Blinowska , W. Androsiuk , and M. Myszka . Adaptive time-frequency parametrization in pharmaco
EEG. Journal of Neuroscience Methods, 117:65–71, 2002.
J.C. Echeverria , J.A. Crowe , M.S. Woolfson , and B.R. Hayes-Gill . Application of empirical mode decomposition to heart rate variability
analysis. Medical & Biological Engineering & Computing, 39:471–479, Jul 2001.
J.-P. Eckmann , S. Oliffson Kamphorst , and D. Ruelle . Recurrence plots of dynamical systems. Europhysics Letters, 4(9):973–977, 1987.
B. Efron and R.J. Tibshirani . An Introduction to the Bootstrap. Chapman & Hall, New York, 1993.
T. Eichele , V.D. Calhoun , M. Moosmann , K. Specht , M.L. Jongsma , R. Q. Quiroga , H. Nordby , and K. Hugdahl . Unmixing concurrent
EEG-fMRI with parallel independent component analysis. International Journal of Psychophysiology, 67:222–234, Mar 2008.
T. Eichele , K. Specht , M. Moosmann , M.L. Jongsma , R.Q. Quiroga , H. Nordby , and K. Hugdahl . Assessing the spatiotemporal
evolution of neuronal activation with single-trial event-related potentials and functional MRI. Proceedings of the National Academy of
Sciences USA, 102:17798–17803, Dec 2005.
M. Eichler . On the evaluation of the information flow in multivariate systems by the Direct Transfer Function. Biological Cybernetics,
94:469–482, 2006.
C.E. Elger and K. Lehnertz . Seizure prediction by non-linear time series analysis of brain electrical activity. Eur J Neurosci, 10:786–789,
Feb 1998.
A.K. Engel and W. Singer . Temporal binding and the neural correlates of sensory awareness. Trends in Cognitive Sciences (Regul Ed),
5:16–25, Jan 2001.
K. Englehart , B. Hudgins , P.A. Parker , and M. Stevenson . Classification of the myoelectric signal using time-frequency based
representations. Medical Engineering & Physics, 21:431–438, 1999.
R. Enoka . Physiological validation of the decomposition of surface emg signals. Journal of electromyography and kinesiology: official
journal of the International Society of Electrophysiological Kinesiology, 46:70–83, 2019.
M. Etemadi and O.T. Inan . Wearable ballistocardiogram and seismocardiogram systems for health and performance. Journal of Applied
Physiology (1985), 124(2):452–461, Feb 2018.
A.C. Evans , D.L. Collins , S.R. Mills , E.D. Brown , R.L. Kelly , and T.M. Peters . 3D statistical neuroanatomical models from 305 MRI
volumes. In 1993 IEEE Conference Record Nuclear Science Symposium and Medical Imaging Conference, pages 1813–1817. volume 3,
1993.
D. Falla and D. Farina . Non-uniform adaptation of motor unit discharge rates during sustained static contraction of the upper trapezius
muscle. Experimental Brain Research, 191:363–370, Nov 2008.
E.E. Fanselow , K. Sameshima , L.A. Baccala , and M.A.L. Nicolelis . Thalamic bursting in rats during different awake behavioral states.
Proceedings of the National Academy of Sciences of the United States of America, 98(26):15330–15335, 2001.
D. Farina , R. Colombo , R. Merletti , and H.B. Olsen . Evaluation of intra-muscular emg signal decomposition algorithms. J
Electromyography and Kinesiology, 11:175–187, 2001.
A. Fasoula , Y. Attal , and D. Schwartz . Comparative performance evaluation of data-driven causality measures applied to brain networks.
Journal of Neuroscience Methods, 215(2):170–189, 2013.
S. Fazli , J. Mehnert , J. Steinbrink , G. Curio , A. Villringer , K.R. Müller , and B. Blankertz . Enhanced performance by a hybrid NIRS-EEG
brain computer interface. Neuroimage, 59(1):519–529, Jan 2012.
R. Fenici and D. Brisinda . Magnetocardiography provides non-invasive three-dimensional electroanatomical imaging of cardiac
electrophysiology. International Journal of Cardiovascular Imaging, 22:595–597, 2006.
M. Fereniec . The Evaluation of Space Variability of the High-Resolution ECG During Atrial Heart Activity. PhD thesis, IBIB PAN, Warsaw,
2008.
M. Fereniec and G. Karpinski . Analysis of T-wave shape variability in hr ECG mapping. Technology and Health Care, 12(2):125–127,
2004.
R. Ferri , F. Rundo , O. Bruni , M.G. Terzano , and C.J. Stam . Dynamics of the EEG slow-wave synchronization during sleep. Clinical
Neurophysiology, 116(12):2783–2795, Dec 2005.
M.J. Fischer , G. Scheler , and H. Stefan . Utilization of magnetoencephalography results to obtain favourable outcomes in epilepsy
surgery. Brain, 128:153–157, Jan 2005.
J.R. Florestal , P.A. Mathieu , and A. Malanda . Automated decomposition of intramuscular electromyographic signals. IEEE Transactions
on Biomedical Engineering, 53:832–839, May 2006.
J.R. Florestal , P.A. Mathieu , and K.C. McGill . Automatic decomposition of multichannel intramuscular EMG signals. Journal of
Electromyography and Kinesiology, 19:1–9, Feb 2009.
E. Florin and S. Baillet . The brain's resting-state activity is shaped by synchronized cross-frequency coupling of neural oscillations.
NeuroImage, 111:26–35, 2015.
G. Folland and A. Sitaram . The uncertainty principle: A mathematical survey. Journal of Fourier Analysis and Applications, 3(3):207–238,
1997.
P.J. Franaszczuk and G.K. Bergey . An autoregressive method for the measurement of synchronization of interictal and ictal EEG signals.
Biological Cybernetics, 81:3–9, Jul 1999.
P.J. Franaszczuk , G.K. Bergey , and M.J. Kaminski . Analysis of mesial temporal seizure onset and propagation using the directed
transfer function method. Electroencephalography and Clinical Neurophysiology, 91:413–427, Dec 1994.
P.J. Franaszczuk , P. Mitraszewski , and K. Blinowska . FAD-parametric description of EEG time series. Acta physiologica Polonica,
40:418–422, 1989.
P.J. Franaszczuk and K.J. Blinowska . Linear model of brain electrical activity–EEG as a superposition of damped oscillatory modes.
Biological Cybernetics, 53:19–25, 1985.
P.J. Franaszczuk , K.J. Blinowska , and M. Kowalczyk . The application of parametric multichannel spectral estimates in the study of
electrical brain activity. Biological Cybernetics, 51:239–247, 1985.
J. V. Frangioni . New technologies for human cancer imaging. Journal of Clinical Oncology, 26(24):4012–4021, 2008.
W.J. Freeman . Mass Action in the Nervous System. Academic Press, New York, San Francisco, London, 1975.
F. Freyer , R. Becker , K. Anami , G. Curio , A. Villringer , and P. Ritter . Ultrahigh-frequency EEG during fMRI: Pushing the limits of
imaging-artifact correction. NeuroImage, 48:94–108, 2009.
K. J. Friston . Functional and effective connectivity: A review. Brain Connectivity, 1(1):13–36, 2011.
K.J. Friston , J. Ashburner , S.J. Kiebel , T.E. Nichols , and W.D. Penny , editors. Statistical Parametric Mapping: The Analysis of
Functional Brain Images. Academic Press, 2007.
K.J. Friston , L. Harrison , and W. Penny . Dynamic causal modelling. NeuroImage, 19(4):1273–1302, 2003.
K.J. Friston , Katrin H. Preller , Chris Mathys , Hayriye Cagnan , Jakob Heinzle , Adeel Razi , and Peter Zeidman . Dynamic causal
modelling revisited. NeuroImage, 199:730–744, 2019.
A. Fuglsang-Frederiksen . The utility of interference pattern analysis. Muscle Nerve, 23:18–36, Jan 2000.
J.A. Gaxiola-Tirado , R. Salazar-Varas , and D. Gutiérrez . Using the partial directed coherence to assess functional connectivity in
electroencephalography data for brain–computer interfaces. IEEE Transactions on Cognitive and Developmental Systems, 10(3):776–783,
2018.
M. Gazzoni , D. Farina , and R. Merletti . A new method for the extraction and classification of single motor unit action potentials from
surface EMG signals. Journal of Neuroscience Methods, 136:165–177, Jul 2004.
D. Ge , N. Srinivassan , and S.M. Krishnan . The application of autoregressive modeling in cardiac arrhythmia classification. In U.R.
Acharya , J.S. Suri , J.A.E. Spaan , and S.M. Krishnan , editors, Advances in Cardiac Signal Processing. Springer- Verlag, Berlin,
Heidelberg, New York, 2007.
E. M. Gerber , B. Sadeh , A. Ward , R. T. Knight , and Leon Y. Deouell . Non-sinusoidal activity can produce cross-frequency coupling in
cortical signals in the absence of functional interaction between neural sources. PLOS ONE, 11(12):e0167351, Dec2016.
J. Geweke . Measurement of linear dependence and feedback between multiple time series. Journal of the American Statistical
Association, 77(378):304–324, 1982.
J. F. Geweke . Measures of conditional linear dependence and feedback between time series. Journal of the American Statistical
Association, 79(388):907–915, 1984.
M.H. Giard , J. Lavikahen , K. Reinikainen , F. Perrin , O. Bertrand , J. Pernier , and R. Näätänen . Separate representation of stimulus
frequency, intensity, and duration in auditory sensory memory: An event-related potential and dipole-model analysis. J Cognitive
Neuroscience, 7(2):133–143, 1995.
N.M. Gibson , M.S. Woolfson , and J.A. Crowe . Detection of fetal electrocardiogram signals using matched filters with adaptive
normalisation. Medical & Biological Engineering & Computing, 35:216–222, May 1997.
J. Ginter , K.J. Blinowska , M. Kaminski , and P.J. Durka . Phase and amplitude analysis in time-frequency space–application to voluntary
finger movement. Journal of Neuroscience Methods, 110:113–124, Sep 2001.
J. Ginter , K.J. Blinowska , M. Kaminski , P.J. Durka , G. Pfurtscheller , and C. Neuper . Propagation of EEG activity in the beta and
gamma band during movement imagery in humans. Methods of Information in Medicine, 44:106–113, 2005.
K. Gireesan , C. Sengottuvel , C. Parsakthi , P. Rajesh , M.P. Janawadkar , and T.S. Radhakrishnan . Magnetocardiography study of
cardiac anomalies. In S. Supek and A. Susac , editors, Advances in Biomagnetism BIOMAG2010, IFMBE Proceedings, volume 28, pages
431–435. Springer, 2010.
C. Glaros and D. I. Fotiadis . Wearable Devices in Healthcare, pages 237–264. Springer, Berlin, Heidelberg, 2005.
J. Goense , H. Merkle , and N. Logothetis . High-resolution fMRI reveals laminar differences in neurovascular coupling between positive
and negative bold responses. Neuron, 76:629–639, 2012.
A.L. Goldberger , L.A. Amaral , L. Glass , J.M. Hausdorff , P.C. Ivanov , R. G. Mark , J.E. Mietus , G.B. Moody , C.K. Peng , and H.E.
Stanley . PhysioBank, PhysioToolkit, and PhysioNet: components of a new research resource for complex physiologic signals. Circulation,
101:E215–220, Jun 2000.
R. Goldman , J. Stern , J. Engel , and M. Cohen . Simultaneous EEG and fMRI of the alpha rhythm. NeuroReport, 13:2487–2492, 2002.
C. J. Gonsalvez and J. Polich . P300 amplitude is determined by target-to-target interval. Psychophysiology, 39(3):388–396, 2002.
J. Gotman and M.G. Marciani . Electroencephalographic spiking activity, drug levels, and seizure occurrence in epileptic patients. Annals
of Neurology, 17:597–603, Jun 1985.
R.B. Govindan , J.D. Wilson , H. Eswaran , C.L. Lowery , and H. PreiŖl . Revisiting sample entropy analysis. Physica A: Statistical
Mechanics and its Applications, 376:158 –164, 2007.
B. Graimann , J.E. Huggins , S.P. Levine , and G. Pfurtscheller . Visualization of significant ERD/ERS patterns in multichannel EEG and
ECoG data. Clinical Neurophysiology, 113:43–47, 2002.
C.W.J. Granger . Investigating causal relations in by econometric models and cross-spectral methods. Econometrica, 37:424–438, 1969.
A. Grapelyuk , A. Schirdewan , R. Fischer , and N. Wessel . Cardiac magnetic field mapping quantified by Kullback-Leibler entropy detects
patients with coronary artery disease. Physiological Measurement, 31(10):1345–1354, 2010.
P. Grassberger and I. Procaccia . Measuring the strangeness of strange attractors. Physica D, 9:189–208, 1983.
C. Grau , L. Fuentemilla , and J. Marco-Pallarés . Functional neural dynamics underlying auditory event-related n1 and n1 suppression
response. Neuroimage, 36(6):522–531, 2007.
R. Grave de Peralta Mendez and S.L. Gonzales Andino . Distributed source models: standard solutions and new developments. In C. Uhl ,
editor, Analysis of Neurophysiological Brain Functioning, pages 176–291. Springer, Berlin, Heidelberg, New York, 1999.
F. Grouiller , L. Vercueil , A. Krainik , C. Segebarth , P. Kahane , and O. David . A comparative study of different artefact removal
algorithms for EEG signals acquired during functional mri. Neuroimage, 38(1):124–137, Oct 2007.
P. Groves and R. Thompson . Habituation: a dual-process theory. Psychological Review, 77:419–450, 1970.
M. Guirgis , Y. Chinvarun , M. Del Campo , P. L. Carlen , and Berj L. Bardakjian . Defining regions of interest using cross-frequency
coupling in extratemporal lobe epilepsy patients. Journal of Neural Engineering, 12(2), 2015.
A. Gunji , R. Ishii , W. Chau , R. Kakigi , and C. Pantev . Rhythmic brain activities related to singing in humans. Neuroimage, 34:426–434,
Jan 2007.
A. Gydikov and N. Gantchev . Velocity of spreading of the excitation along the muscle fibres of human motor units measured by superficial
electrodes. Electromyography and clinical neurophysiology, 29:131–138, Apr 1989.
A. Gydikov and P. Gatev . Human single muscle fiber potentials at different radial distances from the fibers determined by a method of
location. Experimental Neurology, 76:25–34, Apr 1982.
A. Gydikov , L. Gerilovsky , N. Radicheva , and N. Trayanova . Influence of the muscle fibre end geometry on the extracellular potentials.
Biological Cybernetics, 54:1–8, 1986.
A. Gydikov and D. Kosarov . Studies of the activity of alpha motoneurons in man by means of a new electromyographic method. In G.
Somjem, editor, Proceedings of Conference Neurophysiology Studies in Man, pages 219–227, 1972.
A.J. Haig , J.B. Gelblum , J.J. Rechtien , and A.J. Gitter . Technology assessment: the use of surface EMG in the diagnosis and treatment
of nerve and muscle disorders. Muscle Nerve, 19:392–395, Mar 1996.
M.S. Hämäläinen and R.J. Ilmoniemi . Interpreting magnetic fields of the brain: minimum norm estimates. Medical & Biological Engineering
& Computing, 32(1):35–42, January 1994.
M. Hämäläinen , R. Hari , R. J. Ilmoniemi , J. Knuutila , and O. V. Lounasmaa . Magnetoencephalography—theory, instrumentation, and
applications to noninvasive studies of the working human brain. Reviews of Modern Physics, 65(2):413–497, Apr 1993.
A. Hamilton-Wright and D.W. Stashuk . Physiologically based simulation of clinical EMG signals. IEEE Transactions on Biomedical
Engineering, 52:171–183, Feb 2005.
B. Händel and T. Haarmeier . Cross-frequency coupling of brain oscillations indicates the success in visual motion discrimination.
NeuroImage, 45(3):1040–1046, April 2009.
H. Hanninen , P. Takala , M. Makijarvi , J. Montonen , P. Korhonen , L. Oikarinen , K. Simelius , J. Nenonen , T. Katila , and L. Toivonen .
Recording locations in multichannel magnetocardiography and body surface potential mapping sensitive for regional exercise-induced
myocardial ischemia. Basic Research in Cardiology, 96:405–414, Jul 2001.
F.J. Harris . On the use of windows for harmonic analysis with the Discrete Fourier Transform. Proceedings of the IEEE, 66(1):51–83,
1978.
M. A. F. Harrison , I. Osorio , M. G. Frei , S. Asuri , and Y.-C. Lai . Correlation dimension and integral do not predict epileptic seizures.
Chaos: An Interdisciplinary Journal of Nonlinear Science, 15(3):033106, 2005.
H. Hassanpour and A. Parsaei . Fetal ECG extraction using wavelet transform. In International Conference on Computational Intelligence
for Modeling, Control and Automation, 2006 and International Conference on Intelligent Agents, Web Technologies and Internet
Commerce, page 179, 2006.
S. Hatzopoulos , J. Cheng , A. Grzanka , and A. Martini . Time-frequency analyses of TEOAE recordings from normals and SNHL patients.
Audiology, 39:1–12, 2000.
T. He , G.D. Clifford , and L. Tarassenko . Application of ICA in removing artifacts from the ECG. Neural Computing & Applications,
15(2):105–116, 2006.
M.J. Herrmann , T. Huter , M.M. Plichta , A. Christine Ehlis, G.W. Alpers , A. Mühlberger , and A.J. Fallgatter . Enhancement of activity of
the primary visual cortex during processing of emotional stimuli as measured with event-related functional near-infrared spectroscopy and
event-related potentials. Human Brain Mapping, 29(1):28–35, 2008.
W. Hesse , E. Moller , M. Arnold , and B. Schack . The use of time-variant EEG Granger causality for inspecting directed
interdependencies of neural assemblies. Journal of Neuroscience Methods, 124:27–44, Mar 2003.
A. C. Heusser , D. Poeppel , Y. Ezzyat , and L. Davachi . Episodic sequence memory is supported by a theta-gamma phase code. Nature
Neuroscience, 19(10):1374–1380, 2016.
M. Higashihara , M. Sonoo , A. Ishiyama , Y. Nagashima , K. Matsumoto , H. Uesugi , M. Mori-Yoshimura , M. Murata , S. Murayama , and
H. Komaki . Quantitative analysis of surface electromyography for pediatric neuromuscular disorders. Muscle Nerve, 58(6):824–827, 2018.
C. C. Hilgetag and A. Goulas . Is the brain really a small-world network? Brain Structure & Function, 221(4):2361–2366, May 2016. Edition:
2015/04/18. Publisher: Springer, Berlin, Heidelberg.
B. Hjorth . An on-line transformation of EEG scalp potentials into orthogonal source derivations. Electroencephalography and Clinical
Neurophysiology, 39:526–530, 1975.
J. Hlinka , D. Hartman , N. Jajcay , D. Tomeček , J. Tintĕra , and M. Paluš Small-world bias of correlation networks: From brain to climate.
Chaos, 27(3):035812, Mar2017.
Y. Hochberg and A.C. Tamhane . Multiple Comparison Procedures. Wiley, New York, 1987.
C. Hock , K. Villringer , F. Müller-Spahn , R. Wenzel , H. Heekeren , S. Schuh-Hofer , M. Hofmann , S. Minoshima , M. Schwaiger , U.
Dirnagl , and A. Villringer . Decrease in parietal cerebral hemoglobin oxygenation during performance of a verbal fluency task in patients
with alzheimer's disease monitored by means of near-infrared spectroscopy (nirs) — correlation with simultaneous rcbf-pet measurements.
Brain Research, 755(2):293–303, 1997.
A. Holobar , D. Farina , M. Gazzoni , R. Merletti , and D. Zazula . Estimating motor unit discharge patterns from high-density surface
electromyogram. Electroencephalography and Clinical Neurophysiology, 120:551–562, Mar 2009.
A Holobar , MA Minetto , and D Farina . Accurate identification of motor unit discharge patterns from high-density surface emg and
validation with a novel signal-based performance metric. Journal of Neural Engineering, 11(1):016008, February 2014.
A. Holobar and D. Zazula . Multichannel blind source separation using convolution kernel compensation. IEEE Transactions on Signal
Processing, 55:4487–4496, 2007.
R. Hren , G. Stroink , and B.M. Horacek . Spatial resolution of body surface potential maps and magnetic field maps: a simulation study
applied to the identification of ventricular pre-excitation sites. Medical & Biological Engineering & Computing, 36:145–157, Mar 1998.
NE Huang , Z Shen , SR Long , MC Wu , HH Shih , Q Zheng , NC Yen , Ch Tung , and HH Liu . The empirical mode decomposition and
the Hilbert spectrum for nonlinear and non-stationary time series analysis. Proceedings of the Royal Society of London, 454:903–995,
1998.
N.P. Hughes . Probabilistic approaches to ECG segmentation and feature extraction. In G.D. Clifford , F. Azuaje , and P.E. McSharry ,
editors, Advanced Methods and Tools for ECG Data Analysis, pages 291–317. Artech House Inc, Norwood, MA, 2006.
H.V. Huikuri , T.H. Makikallio , K.E. Airaksinen , T. Seppanen , P. Puukka , I.J. Raiha , and L.B. Sourander . Power-law relationship of
heart rate variability as a predictor of mortality in the elderly. Circulation, 97:2031–2036, May 1998.
M.D. Humphries and K. Gurney . Network ‘small-world-ness’: a quantitative method for determining canonical network equivalence. PLoS
ONE, 3(4):e0002051, Apr 2008.
T.J. Huppert , R.D. Hoge , S.G. Diamond , M.A. Franceschini , and D.A. Boas . A temporal comparison of bold, asl, and nirs hemodynamic
responses to motor stimuli in adult humans. NeuroImage, 29(2):368–382, 2006.
R. J. Huster , S. Debener , T. Eichele , and C. S. Herrmann . Methods for simultaneous EEG-fMRI: An introductory review. Journal of
Neuroscience, 32(18):6053–6060, 2012.
S. Hyde . Likelihood based inference on the Box-Cox family of transformations: Sas and Matlab programs. Technical report, Mathematical
Sciences, Montana State University, 1999. Avaliable online at: http://www.math.montana.edu/hyde/papers/mspaper99.pdf.
A. Hyvarinen . Fast and robust fixed-point algorithms for independent component analysis. IEEE Transactions on Neural Networks,
10:626–634, 1999.
A. Hyvärinen and E. Oja . Independent component analysis: Algorithms and applications. Neural Networks, 13(4-5):411–430, 2000.
L.D. Iasemidis , D.S. Shiau , W. Chaovalitwongse , J.C. Sackellares , P. M. Pardalos , J.C. Principe , P.R. Carney , A. Prasad , B.
Veeramani , and K. Tsakalis . Adaptive epileptic seizure prediction system. IEEE Transactions on Biomedical Engineering, 50:616–627,
May 2003.
L. Inzelberg and Y. Hanein . Electrophysiology meets printed electronics: The beginning of a beautiful friendship. Frontiers in
Neuroscience, 12:992, 2019.
K. Izzetoglu , S. Bunce , M. Izzetoglu , B. Onaral , and K. Pourrezaei . Functional near-infrared neuroimaging. In The 26th Annual
International Conference of the IEEE Engineering in Medicine and Biology Society, volume 2, pages 5333–5336, 2004.
M. Izzetoglu , S. Bunce , K. Izzetoglu , B. Onaral , and A. Pourrezaei . Functional brain imaging using near-infrared technology. IEEE
Engineering in Medicine and Biology Magazine, 26(4):38–46, 2007.
M.G. Jafari and J.A. Chambers . Fetal electrocardiogram extraction by sequential source separation in the wavelet domain. IEEE
Transactions on Biomedical Engineering, 52:390–400, Mar 2005.
F. Jager . ST analysis. In G.D. Clifford , F. Azuaje , and P.E. McSharry , editors, Advanced Methods and Tools for ECG Data Analysis,
pages 269–290. Artech House Inc, Norwood, MA, 2006.
F. Jager , G.B. Moody , and R.G. Mark . Detection of transient ST segment episodes during ambulatory ECG monitoring. Computers and
Biomedical Research, 31:305–322, Oct 1998.
A. Janušauskas , V. Marozas , B. Engdahl , H.J. Hoffman , O. Svensson , and L. Sornmo . Otoacoustic emissions and improved pass/fail
separation using wavelet analysis and time windowing. Medical & Biological Engineering & Computing, 39:134–139, Jan 2001.
W.W. Jedrzejczak , K.J. Blinowska , K. Kochanek , and H. Skarzynski . Synchronized spontaneous otoacoustic emissions analyzed in a
time-frequency domain. Journal of the Acoustical Society of America, 124:3720–3729, Dec 2008.
W.W. Jedrzejczak , K.J. Blinowska , and W. Konopka . Time-frequency analysis of transiently evoked otoacoustic emissions of subjects
exposed to noise. Hear Res, 205:249–255, Jul 2005.
W.W. Jedrzejczak , K.J. Blinowska , and W. Konopka . Resonant modes in transiently evoked otoacoustic emissions and asymmetries
between left and right ear. J Acoust Soc Am, 119:2226–2231, Apr 2006.
W.W. Jedrzejczak , K.J. Blinowska , W. Konopka , A. Grzanka , and P.J. Durka . Identification of otoacoustic emissions components by
means of adaptive approximations. J Acoust Soc Am, 115:2148–2158, May 2004.
W.W. Jedrzejczak , S. Hatzopoulos , A. Martini , and K.J. Blinowska . Otoacoustic emissions latency difference between full-term and
preterm neonates. Hear Res, 231:54–62, Sep 2007.
W.W. Jedrzejczak , K. Kwaskiewicz , K.J. Blinowska , K. Kochanek , and H. Skarzynski . Use of the matching pursuit algorithm with a
dictionary of asymmetric waveforms in the analysis of transient evoked otoacoustic emissions. J Acoust Soc Am, 126:3137–3146, Dec
2009.
K.K. Jerger , S.L. Weinstein , T. Sauer , and S.J. Schiff . Multivariate linear discrimination of seizures. Clinical Neurophysiology,
116:545–551, 2005.
P. Jezzard , P.M. Matthews , and S.M. Smith , editors. Functional MRI: An Introduction to Methods. Oxford University Press, Oxford, New
York, 2001.
M. Jobert . Pattern recognition by matched filtering; an analysis of sleep spindle and K-complex density under the influence of
lormetazepam and zopiclone. Electroencephalography and Clinical Neurophysiology, 26:100–107, 1992.
E.R. John , D.S. Ruchkin , and J.J. Vidal . Event Related Brain Potentials in Man, chapter Measurment of event related potentials, pages
99–138. Academic Press, 1978.
E.R. John and R.W. Thatcher . Neurometrics: Clinical Applications of Quantitative Electrophysiology. Functional Neuroscience. Lawrence
Erlbaum Associates, 1977.
T. Jokiniemi , K. Simelius , J. Nenonen , I. Tierala , L. Toivonen , and T. Katilal . Baseline reconstruction for localization of rapid ventricular
tachycardia from body surface potential maps. Physiological Measurement, 24(3):641–651, Aug 2003.
T.H. Joo , J.H. McClellan , R.A. Foale , G.S. Myers , and R.S. Lees . Pole-zero modeling and classification of phonocardiograms. IEEE
Transactions on Biomedical Engineering, 30:110–118, Feb 1983.
J. Lee , S. Nemati , I. Silva , B. A. Edwards , J. P. Butler , and A. Malhotra . Transfer Entropy Estimation and Directional Coupling Change
Detection in Biomedical Time Series. BioMedical Engineering OnLine, 11(19):1–17, 2012.
J. Jorge , W. van der Zwaag , and P. Figueiredo . EEG-fMRI integration for the study of human brain function. NeuroImage, 102 Pt
1:24–34, Nov 2014.
C.C. Jouny , P.J. Franaszczuk , and G.K. Bergey . Characterization of epileptic seizure dynamics using Gabor atom density. Clinical
Neurophysiology, 114:426–437, Mar 2003.
C.C. Jouny , P.J. Franaszczuk , and G.K. Bergey . Signal complexity and synchrony of epileptic seizures: is there an identifiable preictal
period? Clin Neurophysiol, 116:552–558, Mar 2005.
C.A. Joyce , I.F. Gorodnitsky , and M. Kutas . Automatic removal of eye movement and blink artifacts from EEG data using blind
component separation. Psychophysiology, 41:313–325, Mar 2004.
C. Julien . The enigma of mayer waves: Facts and models. Cardiovascular Research, 70(1):12–21, Apr 2006.
G. J. Jurkiewicz , M. J. Hunt , and J. Żygierewicz . Addressing pitfalls in phase-amplitude coupling analysis with an extended modulation
index toolbox. Neuroinformatics, Aug 2020.
R. Jurkko , V. Mantynen , J.M. Tapanainen , J. Montonen , H. Vaananen , H. Parikka , and L. Toivonen . Non-invasive detection of
conduction pathways to left atrium using magnetocardiography: validation by intra-cardiac electroanatomic mapping. Europace,
11:169–177, Feb 2009.
S. Kalitzin , J. Parra , D.N. Velis , and F.H. Lopes da Silva . Enhancement of phase clustering in the EEG/MEG gamma frequency band
anticipates transitions to paroxysmal epileptiform activity in epileptic patients with known visual sensitivity. IEEE Transactions on
Biomedical Engineering, 49:1279–1286, Nov 2002.
S. Kalitzin , D. Velis , P. Suffczynski , J. Parra , and F.L. da Silva . Electrical brain-stimulation paradigm for estimating the seizure onset
site and the time to ictal transition in temporal lobe epilepsy. Clin Neurophysiol, 116:718–728, Mar 2005.
M. Kaminski and K.J. Blinowska . Is Graph Theoretical Analysis a Useful Tool for Quantification of Connectivity Obtained by Means of
EEG/MEG Techniques? Frontiers in Neural Circuits, 12:76, 2018.
M. Kaminski and K.J. Blinowska . A new method of the description of the information flow in brain structures. Biol Cybern, 65:203–210,
1991.
M. Kaminski , K.J. Blinowska , and W. Szelenberger . Topographic analysis of coherence and propagation of EEG activity during sleep and
wakefulness. Electroencephalography and Clinical Neurophysiology, 102:216–227, 1997.
M. Kaminski , A. Brzezicka , J. Kaminski , and K.J. Blinowska . Coupling Between Brain Structures During Visual and Auditory Working
Memory Tasks. International Journal of Neural Systems, 29(3):1850046, Apr 2019.
M. Kaminski , M. Ding , W. Truccolo , and S. Bressler . Evaluating causal relations in neural systems: Granger causality, directed transfer
function and statistical assessment of significance. Biol Cybern, 85:145–157, 2001.
M. Kaminski , P. Szerling , and K.J. Blinowska . Comparison of methods for estimation of time-varying transmission in multichannel data.
In Proc. 10th IEEE International Conference on Information Technology and Applications in Biomedicine, Korfu, 2010.
P.P. Kanjilal , S. Palit , and G. Saha . Fetal ECG extraction from single-channel maternal ECG using singular value decomposition. IEEE
Trans Biomed Eng, 44:51–59, Jan 1997.
H. Kantz and T. Schreiber . Nonlinear Time Series Analysis. Cambridge University Press, Cambridge, 2000.
E.C. Karvounis , M.G. Tsipouras , D.I. Fotiadis , and K.K. Naka . An automated methodology for fetal heart rate extraction from the
abdominal electrocardiogram. IEEE Transactions on Information Technology, 11:628–638, Nov 2007.
EC Karvounis , MG Tsipouras , and DI Fotiadis . Detection of fetal heart rate through 3-D phase space analysis from multivariate
abdominal recordings. IEEE Transactions on Biomedical Engineering, 56(5):1394–1406, 2009.
A. Katz , D. A. Marks , G. McCarthy , and S. S. Spencer . Does interictal spiking change prior to seizures? Electroencephalography and
Clinical Neurophysiology, 79(2):153–156, 1991.
S.M. Kay . Modern Spectral Estimation: Theory and Application. Prentice-Hall, Englewood Cliffs, New Jersey, USA, 1988.
S. Keilholz . The neural basis of time-varying resting-state functional connectivity. Brain Connectivity, 4(10):769–779, 2014.
B. Kemp , P. Jaspers , J.M. Franzen , and A.J.M.W. Janssen . An optimal monitor of the electroencephalographic sigma sleep state.
Biological Cybernetics, 51:263–270, 1985.
D.T. Kemp . Stimulated acoustic emissions from within the human auditory system. Journal of the Acoustical Society of America,
64:1386–1391, Nov 1978.
B. Kerous , F. Skola , and F. Liarokapis . EEG-based BCI and video games: a progress report. Virtual Reality, 22(2):119–135, 2018.
B. Khaddoumi , H. Rix , O. Meste , M. Fereniec , and R. Maniewski . Body surface ECG signal shape dispersion. IEEE Trans Biomed Eng,
53(12):2491–2500, Dec 2006.
A. Khamene and S. Negahdaripour . A new method for the extraction of fetal ECG from the composite abdominal signal. IEEE
Transactions on Biomedical Engineering., 47:507–516, Apr 2000.
JM Kilner , J Mattout , R Henson , and KJ Friston . Hemodynamic correlates of EEG: a heuristic. NeuroImage, 28(1):280–286, Oct 2005.
V. Kiviniemi , Juha-Heikki Kantola , J. Jauhiainen , A. Hyvärinen , and O. Tervonen . Independent component analysis of nondeterministic
fMRI signal sources. NeuroImage, 19:253–260, 2003.
B.U. Kleine , J.P. van Dijk , B.G. Lapatki , M.J. Zwarts , and D.F. Stegeman . Using two-dimensional spatial information in decomposition
of surface EMG signals. Journal of Electromyography & Kinesiology, 17(5):535–548, Oct 2007.
A. Kleinschmidt , H. Obrig , M. Requardt , Kl-D Merboldt , U. Dirnagl , A. Villringer , and J. Frahm . Simultaneous recording of cerebral
blood oxygenation changes during human brain activation by magnetic resonance imaging and near-infrared spectroscopy. Journal of
Cerebral Blood Flow & Metabolism, 16(5):817–826, 1996.
K. Klimaszewska and J.J. Zebrowski . Detection of the type of intermittency using characteristic patterns in recurrence plots. Physical
review. E, 80:026214, Aug 2009.
T. Klingenheben , P. Ptaszynski , and S.H. Hohnloser . Quantitative assessment of microvolt T-wave alternans in patients with congestive
heart failure. J Cardiovasc Electrophysiol, 16:620–624, Jun 2005.
B. Kocsis and M. Kaminski . Dynamic changes in the direction of the theta rhythmic drive between supramammillary nucleus and the
septohippocampal system. Hippocampus, 16:531–540, 2006.
J.A. Kors , G. van Herpen , J. Wu , Z. Zhang , R.J. Prineas , and J.H. van Bemmel . Validation of a new computer program for Minnesota
coding. Journal of Electrocardiology, 29(1):83–88, 1996.
A. Korzeniewska , M. Cervenka , Christophe C. Jouny , J.R. Perilla , J. Harezlak , G. Bergey , P. Franaszczuk , and N. Crone . Ictal
propagation of high frequency activity is recapitulated in interictal recordings: Effective connectivity of epileptogenic networks recorded with
intracranial EEG. NeuroImage, 101:96–113, 2014.
A. Korzeniewska , C.M. Crainiceanu , R. Kuś , P.J. Franaszczuk , and N. E. Crone . Dynamics of event-related causality in brain electrical
activity. Human Brain Mapping, 29:1170–1192, Oct 2008.
A. Korzeniewska , S. Kasicki , M. Kaminski , and K.J. Blinowska . Information flow between hippocampus and related structures during
various types of rat's behavior. Journal of Neuroscience Methods, 73:49–60, 1997.
A. Korzeniewska , M. Manczak , M. Kaminski , K.J. Blinowska , and S. Kasicki . Determination of information flow direction among brain
structures by a modified directed transfer function (dDTF) method. Journal of Neuroscience Methods, 125:195–207, May 2003.
D. Kosarov . Vectorelectromiographic control on the position of surface electrodes in a relation to active motor units in the human muscles.
Acta Physiological et Pharmacologica Bulgarica, 1:85–93, 1974.
E. Koutsoukos , E. Angelopoulos , A. Maillis , G. N. Papadimitriou , and C. Stefanis . Indication of increased phase coupling between theta
and gamma EEG rhythms associated with the experience of auditory verbal hallucinations. Neuroscience Letters, 534:242–245, Feb 2013.
H. Koymen , B.K. Altay , and Y.Z. Ider . A study of prosthetic heart valve sounds. IEEE Transactions on Biomedical Engineering,
34:853–863, Nov 1987.
M. A. Kramer , A. B.L. Tort , and N. J. Kopell . Sharp edge artifacts and spurious coupling in EEG frequency comodulation measures.
Journal of Neuroscience Methods, 170(2):352–357, May 2008.
T. Kreuz , R. G. Andrzejak , F. Mormann , A. Kraskov , H. Stögbauer , C. E. Elger , K. Lehnertz , and P. Grassberger . Measure profile
surrogates: A method to validate the performance of epileptic seizure prediction algorithms. Physical Review E, 69(6):061915, 2004.
R. Krzyminiewski , G. Panek , and R. Stepien . Correlation of results of coronarographic, SPECT examination and high-resolution
vectorcardiography. European Medical & Biological Engineering & Computing, 37(2):514–515, 1999.
M. Kubat , G. Pfurtscheller , and D. Flotzinger . AI-based approach to automatic sleep classification. Biological Cybernetics,
70(5):443–448, 1994.
S. Kubicki , L. Holler , I. Berg , C. Pastelak-Price , and R. Dorow . Sleep EEG evaluation: a comparison of results obtained by visual
scoring and automatic analysis with the Oxford sleep stager. Sleep, 12:140–149, Apr 1989.
S. Kullback and R.A. Leibler . On information and sufficiency. Annals of Mathematical Statistics, 22(1):79–86, 1951.
R. I. Kumar , M. M. Mallette , S. S. Cheung , D. W. Stashuk , and D. A. Gabriel . A method for editing motor unit potential trains obtained
by decomposition of surface electromyographic signals. Journal of electromyography and kinesiology: official journal of the International
Society of Electrophysiological Kinesiology, 50:102383, Feb2020.
C.D. Kurth , J.M. Steven , and S.C. Nicolson . Cerebral oxygenation during pediatric cardiac surgery using deep hypothermic circulatory
arrest. Anesthesiology, 82(1):74–82, Jan 1995.
R. Kus , J.S. Ginter , and K.J. Blinowska . Propagation of EEG activity during finger movement and its imagination. Acta Neurobiologiae
Experimentalis (Wars), 66:195–206, 2006.
R. Kus , M. Kaminski , and K.J. Blinowska . Determination of EEG activity propagation: pair-wise versus multichannel estimate. IEEE
Trans Biomed Eng, 51:1501–1510, 2004.
R. Kus , D. Valbuena , J. Zygierewicz , T. Malechka , A. Graeser , and P. Durka . Asynchronous BCI based on motor imagery with
automated calibration and neurofeedback training. IEEE Transactions on Neural Systems and Rehabilitation Engineering, 20(6), 2012.
R. Kuś , P. T. Różański , and P. J. Durka . Multivariate matching pursuit in optimal Gabor dictionaries: theory and software with interface
for EEG/MEG via Svarog. BioMedical Engineering OnLine, 12(1):94, September 2013.
J. Lachaux , P.E. Rodriguez , J. Martinerie , and F.J. Varela . Measuring phase synchrony in brain signals. Human brain mapping,
8(4):194–208, 1999.
J.-P. Lachaux , E. Rodriguez , J. Martinerie , C. Adam , D. Hasboun , and F. J. Varela . A quantitative study of gamma-band activity in
human intracranial recordings triggered by visual simuli. European Journal of Neuroscience, 12:2608–2622, 2000.
P Lachert , J Zygierewicz , D Janusek , P Pulawski , P Sawosz , M Kacprzak , A Liebert , and K J Blinowska . Causal coupling between
electrophysiological signals, cerebral hemodynamics and systemic blood supply oscillations in mayer wave frequency range. International
Journal of Neural Systems, 29(5):1850033, Jun 2019.
P. Lachert , D. Janusek , P. Pulawski , A. Liebert , D. Milej , and K. J. Blinowska . Coupling of oxy- and deoxyhemoglobin concentrations
with EEG rhythms during motor task. Scientific Reports, 7(1), nov 2017.
M. Lagerholm , C. Peterson , G. Braccini , L. Edenbrandt , and L. Sornmo . Clustering ECG complexes using Hermite functions and self-
organizing maps. IEEE Trans Biomed Eng, 47:838–848, Jul 2000.
P. Laguna , R. Jane , and P. Caminal . Automatic detection of wave boundaries in multilead ECG signals: validation with the CSE
database. Computers and Biomedical Research, 27:45–60, Feb 1994.
P. Laguna , G.B. Moody , J. Garcia , A.L. Goldberger , R.G. Mark , and A. L. Goldberger . Analysis of the ST-T complex of the
electrocardiogram using the Karhunen–Loève transform: adaptive monitoring and alternans detection. Med Biol Eng Comput, 37:175–189,
Mar 1999.
Y.C. Lai , M.A. Harrison , M.G. Frei , and I. Osorio . Inability of Lyapunov exponents to predict epileptic seizures. Phys Rev Lett,
91:068102, Aug 2003.
R. Lamothe and G. Stroink . Orthogonal expansions: their applicability to signal extraction in electrophysiological mapping data. Medical
and Biological Engineering and Computing, 29(5):522–528, 1991.
H.H. Lange , J.P. Lieb , J. Engel , and P.H. Crandall . Temporo-spatial patterns of pre-ictal spike activity in human temporal lobe epilepsy.
Electroencephalography and Clinical Neurophysiology, 56:543–555, Dec 1983.
H. Laufs . A personalized history of EEG-fMRI integration. Neuroimage, 62(2):1056–1067, Aug 2012.
S. Leanderson , P. Laguna , and L. Sornmo . Estimation of the respiratory frequency using spatial information in the VCG. Medical
Engineering & Physics, 25:501–507, Jul 2003.
J. Lee and A.S. Gevins . Method to reduce blur distortion from EEGs using a realistic head model. IEEE Trans Biomed Eng, 6:517–528,
1993.
R.S. LeFever and C.J. De Luca . A procedure for decomposing the myoelectric signal into its constituent action potentials – Part I:
Technique, theory, and implementation. IEEE Trans Biomed Eng, 29:149–157, Mar 1982.
D.R. Leff , F. Orihuela-Espina , C.E. Elwell , T. Athanasiou , D.T. Delpy , A. W. Darzi , and G.Z. Yang . Assessment of the cerebral cortex
during motor task behaviours in adults: a systematic review of functional near infrared spectroscopy (fNIRS) studies. Neuroimage,
54(4):2922–2936, Feb 2011.
B. Lega , J. Burke , J. Jacobs , and M. J. Kahana . slow-theta-to-gamma phase-amplitude coupling in human hippocampus supports the
formation of new episodic memories. Cerebral Cortex, 26(1):268–278, 2016.
D. Lehmann and W. Skrandies . Reference-free identification of components of checkerboard-evoked multichannel potential fields.
Electroencephalography and Clinical Neurophysiology, 48:609–621, Jun 1980.
S.J. Leistedt , N. Coumans , M. Dumont , J.P. Lanquart , C.J. Stam , and P. Linkowski . Altered sleep brain functional connectivity in
acutely depressed patients. Hum Brain Mapp, 30(7):2207–2219, Jul 2009.
L. Leistritz , B. Pester , A. Doering , K. Schiecke , F. Babiloni , L. Astolfi , and H. Witte . Time-variant partial directed coherence for
analysing connectivity: a methodological study. Philosophical Transactions of the Royal Society A: Mathematical, Physical and
Engineering Sciences, 371(1997):20110616, 2013.
L. Lemieux , P.J. Allen , F. Franconi , M. Symms , and D. Fish . Recording of EEG during fMRI experiments: Patient safety. Medical &
Biological Engineering & Computing, 38, 1997.
P. Lewandowski , O. Meste , R. Maniewski , T. Mroczka , K. Steinbach , and H. Rix . Risk evaluation of ventricular tachycardia using
wavelet transform irregularity of the high-resolution electrocardiogram. Medical & Biological Engineering & Computing, 38:666–673, Nov
2000.
C. Li , D.K. Tang , D.A. Zheng , G.H. Ding , C.S. Poon , and G.Q. Wu . Comparison of nonlinear indices in analyses of heart rate variability.
InProc. 39th Annual International IEEE EMBES Conference, pages 2145 – 2148, 2008.
T. S. Ligeza , M. Wyczesany , A. D. Tymorek , and M. Kamiński . Interactions Between the Prefrontal Cortex and Attentional Systems
During Volitional Affective Regulation: An Effective Connectivity Reappraisal Study. Brain topography, 29(2):253–261, 2016.
H.W. Lilliefors . On the Kolmogorov-Smirnov test for normality with mean and variance unknown. Journal of the American Statistical
Association, 62:399–402, 1967.
H.K. Lim , H. Kwon , N. Chung , Y.G. Ko , J.M. Kim , I.S. Kim , and Y.K. Park . Usefulness of magnetocardiogram to detect unstable
angina pectoris and non-ST elevation myocardial infarction. Am J Cardiol, 103:448–454, Feb 2009.
M. Lindquist , J.M. Loh , L. Atlas , and T. Wager . Modeling the hemodynamic response function in fMRI: Efficiency, bias and mis-
modeling. NeuroImage, 45:s187–s198, 2009.
L. Lindstrom , R. Magnusson , and I. Petersen . Muscular fatigue and action potential conduction velocity changes studied with frequency
analysis of EMG signals. Electromyography, 10:341–356, 1970.
W.H. Linssen , D.F. Stegeman , E.M. Joosten , M.A. van't Hof , R.A. Binkhorst , and S.L. Notermans . Variability and interrelationships of
surface EMG parameters during local muscle fatigue. Muscle Nerve, 16(8):849–856, Aug 1993.
J. Lisman . The theta/gamma discrete phase code occuring during the hippocampal phase precession may be a more general brain coding
scheme. Hippocampus, 15(7):913–922, 2005.
A.D. Liston , J.C. De Munck , K. Hamandi , H. Laufs , P. Ossenblok , J.S. Duncan , and L. Lemieux . Analysis of EEG-fMRI data in focal
epilepsy based on automated spike classification and Signal Space Projection. Neuroimage, 31:1015–1024, Jul 2006.
G.Z. Liu , D. Wu , G.R. Zhao , B-Y Huang , Z-Y Mei , Guo Y-W , and L. Wang . Use of refined sample entropy and heart rate variability to
assess the effects of wearable respiratory biofeedback. In 3rd International Conference on Biomedical Engineering and Informatics
(BMEI), 2010, pages 1915–1919, Oct. 2010.
N. Logothetis . What we can do and what we cannot do with fMRI. Nature, 453:869–878, 2008.
N.K. Logothetis , J. Pauls , M. Augath , T. Trinath , and A. Oeltermann . Neurophysiological investigation of the basis of the fMRI signal.
Nature, 412(6843):150–157, Jul 2001.
NK Logothetis , J Pauls , M Augath , T Trinath , and A Oeltermann . Neurophysiological investigation of the basis of the fMRI signal.
Nature, 412(6843):150–157, July 2001.
F. Lombardi , G. Sandrone , S. Pernpruner , R. Sala , M. Garimoldi , S. Cerutti , G. Baselli , M. Pagani , and A. Malliani . Heart rate
variability as an index of sympathovagal interaction after acute myocardial infarction. Am J Cardiol, 60:1239–1245, Dec 1987.
F.H. Lopes da Silva , W. Blanes , S.N. Kalitzin , J. Parra , P. Suffczynski , and D.N. Velis . Dynamical diseases of brain systems: different
routes to epileptic seizures. IEEE Trans Biomed Eng, 50:540–548, May 2003.
F.H. Lopes da Silva . Comprehensive Human Physiology, chapter The Generation of Electric and Magnetic Signals of the Brain by Local
Networks. Springer-Verlag, 1996.
F.H. Lopes da Silva , W. Blanes , S.N. Kalitzin , J. Parra , and D.N. Suffczynski , P. Velis . Epilepsies as dynamical diseases of brain
systems: Basic models of the transition between normal and epileptic activity. Epilepsia, 44(s12):72–83, 2003.
F. Lotte , L. Bougrain , A. Cichocki , M. Clerc , M. Congedo , A. Rakotomamonjy , and F. Yger . A review of classification algorithms for
EEG-based brain-computer interfaces: A 10 year update. Journal of Neural Engineering, 15(3), 2018.
C.M. Lu , Y.J. Zhang , B.B. Biswal , Y.F. Zang , D.L. Peng , and C.Z. Zhu . Use of fNIRS to assess resting state functional connectivity.
Journal of Neuroscience Methods, 186(2):242–249, Feb 2010.
S.J. Luck . An Introduction to Event-Related Potentials Technique. MIT Press, Cambridge, MA, 2005.
P. Lundin , S.V. Eriksson , L.E. Strandberg , and N. Rehnqvist . Prognostic information from on-line vectorcardiography in acute
myocardial infarction. Am J Cardiol, 74:1103–1108, Dec 1994.
H. Lutkepohl . Introduction to Multiple Time Series Analysis. Springer Verlag, Berlin, Heidelberg, 1993.
M. Kaminski , A. Brzezicka , J. Kaminski , and K.J. Blinowska Information transfer during auditory working memory task. In Kyriacou E. ,
Christofides S. , and Pattichis C. , editors, XIV Mediterranean Conference on Medical and Biological Engineering and Computing 2016,
volume 57. Springer, Cham., 2016.
M. Kaminski and K. J. Blinowska The influence of volume conduction on dtf estimate and the problem of its mitigation. Frontiers in
Computational Neuroscience, 11:36, 2017.
B. J. MacIntosh , L. M. Klassen , and R. S. Menon . Transient hemodynamics during a breath hold challenge in a two part functional
imaging study with simultaneous near-infrared spectroscopy in adult humans. NeuroImage, 20(2):1246–1252, 2003.
R. Maestri , G.D. Pinna , A. Porta , R. Balocchi , R. Sassi , M.G. Signorini , M. Dudziak , and G. Raczak . Assessing nonlinear properties of
heart rate variability from short-term recordings: are these measurements reliable? Physiological Measurement, 28:1067–1077, Sep 2007.
J. N. Mak and J. R. Wolpaw . Clinical Applications of Brain—Computer Interfaces: Current State and Future Prospects. IEEE Reviews in
Biomedical Engineering, 2:187–199, 2009.
S. Makeig . Auditory event-related dynamics of the EEG spectrum and effects of exposure to tones. Electroencephalography and Clinical
Neurophysiology, 86:283–293, 1993.
S. Makeig . EEGLAB: ICA toolbox for psychophysiological research. World Wide Web Publication, https://sccn.ucsd.edu/˜scott/ica.html,
2000. WWW Site, Swartz Center for Computational Neuroscience, Institute of Neural Computation, University of San Diego, California.
S. Makeig , A.J. Bell , T-P Jung , and T.J. Sejnowski . Independent component analysis of electroencephalographic data. In D. Touretzky ,
M. Mozer , and M. Hasselmo , editors, Advances in Neural Information Processing Systems, volume 8, pages 145–151. MIT Press,
Cambridge, MA, 1996.
S. Makeig , S. Debener , J. Onton , and A. Delorme . Mining event-related brain dynamics. Trends in Cognitive Sciences (Regul Ed),
8:204–210, May 2004.
S. Makeig , T.P. Jung , A.J. Bell , D. Ghahremani , and T.J. Sejnowski . Blind separation of auditory event-related brain responses into
independent components. Proc Natl Acad Sci USA, 94:10979–10984, Sep 1997.
A Maliani , A Pagani , F. Lombardi , and S. Cerutti . Cardiovascular neural regulation explored in the frequency domain. Circulation,
84:482–492, 1991.
M. Malik . Heart rate variability: standards of measurement, physiological interpretation and clinical use. Task Force of the European
Society of Cardiology and the North American Society of Pacing and Electrophysiology. Circulation, 93:1043–1065, Mar 1996.
M. Malik and A.J. Camm . Heart Rate Variability. Futura Publishng, Armonk, NY, 1995.
U. Malinowska , P.J. Durka , K. Blinowska , W. Szelenberger , and A. Wakarow . Micro- and macrostructure of sleep EEG. IEEE BME
Magazine, 25:26–31, 2006.
U. Malinowska , P.J. Durka , J. Zygierewicz , W. Szelenberger , and A. Wakarow . Explicit parameterization of sleep EEG transients.
Computers in Biology and Medicine, 37:534–541, 2007.
U. Malinowska , H. Klekowicz , A. Wakarow , S. Niemcewicz , and P.J. Durka . Fully parametric sleep staging compatible with the classic
criteria. Neuroinformatics, 7:245–253, 2009.
S. Mallat . A theory for multiresolution signal decomposition: the wavelet representation. IEEE Transactions on Pattern Analysis and
Machine Intelligence, 11(7):674–693, 1989.
S. Mallat . A Wavelet Tour of Signal Processing. Academic Press, London, 1999.
S.G. Mallat and Z. Zhang . Matching pursuits with time-frequency dictionaries. IEEE Transactions on Signal Processing, pages
3397–3415, 1993.
J Malmivuo and R. Plonsey . Bioelectromagnetism–Principles and Applications of Bioelectric and Biomagnetic Fields. Oxford University
Press, New York, 1995.
V. Marozas , A. Janusauskas , A. Lukosevicius , and L. Sornmo . Multiscale detection of transient evoked otoacoustic emissions. IEEE
Transactions on Biomedical Engineering, 53(8):1586–1593, Aug 2006.
S. L. Jr Marple . Digital Spectral Analysis with Applications. Prentice-Hall Inc., Englewood Cliffs, NJ, 1987.
S.M. Martens , C. Rabotti , M. Mischi , and R.J. Sluijter . A robust fetal ECG detection method for abdominal recordings. Physiological
Measurement, 28:373–388, Apr 2007.
W. Martin , L. Johnson , S.S. Viglione , and et al. Pattern recognition of EEG-EOG as a technique for all-night sleep stage scoring.
Electroencephalography and Clinical Neurophysiology, 32(4):17–427, 1972.
J. Martinerie , C. Adam , M. Le Van Quyen , M. Baulac , S. Clemenceau , B. Renault , and F.J. Varela . Epileptic seizures can be
anticipated by non-linear analysis. Nat Med, 4:1173–1176, Oct 1998.
M. Martinez , E. Soria , J. Calpe , J.F. Guerrero , and J.R. Magdalena . Application of the adaptive impulse correlated filter for recovering
fetal electrocardiogram. In Computers in Cardiology 1997, pages 9–12. IEEE Comput. Soc. Press, 1997.
E. Martnez-Montes , P. A. Valdés-Sosa , F. Miwakeichi , R. I. Goldman , and M. S. Cohen . Concurrent EEG-fMRI analysis by multiway
partial least squares. Neuroimage, 22(3):1023–1034, Jul 2004.
E. Martínez-Valdés , F. Negro , C.M. Laine , D. Falla , F. Mayer , and D. Farina . Tracking motor units longitudinally across experimental
sessions with high-density surface electromyography. The Journal of Physiology, 595:1479–1496, 2017.
N. Marwan , N. Wessel , U. Meyerfeldt , A. Schirdewan , and J. Kurths . Recurrence-plot-based measures of complexity and their
application to heart-rate-variability data. Phys Rev E, 66(2):026702, 2002.
M. Matousek and I. Petersen . Automation of clinical Electroencephalography. Raven Press, New York, 1973.
LK Matsuoka and SS Spencer . Seizure localization using subdural grid electrodes. Epilepsia, 34(Suppl.6):8, 1993.
S. Mayer . Studien zur Physiologie des Herzens und der Blutgefässe. Fünfte. Abh.: Über spontane Blutdruckschwankungen.
Sitzungsberichte Akademie der Wissenschaften in Wien, 1876.
L. Mazurkiewicz and M. Piotrkiewicz . Computer system for identification and analysis of motor unit potential trains. Biocybernetics and
Biomedical Engineering, 24(6):15–23, 2004.
M.J. Mc Keown , C. Humphries , P. Achermann , and et al. A new method for detecting state changes in the EEG: exploratory application
to sleep data. Journal of Sleep Research, 7:48–56, 1998.
K.C. McGill , K.L. Cummins , and L.J. Dorfman . Automatic decomposition of the clinical electromyogram. IEEE Transactions on
Biomedical Engineering, 32(7):470–477, Jul 1985.
K.C. McGill , Z.C. Lateva , and H.R. Marateb . EMGLAB: an interactive EMG decomposition program. Journal of Neuroscience Methods,
149:121–133, Dec 2005.
C.D. McGillem and J.I. Aunon . Measurements of signal components in single visually evoked brain potentials. IEEE Trans Biomed Eng,
24:232–241, May 1977.
M. McKeown and T. Sejnowski . Independent component analysis of fMRI data: examining the assumptions. Human Brain Mapping, 6,
1998.
P.E. McSharry , L.A. Smith , and L. Tarassenko . Prediction of epileptic seizures: are nonlinear methods relevant? Nat Med, 9:241–242,
Mar 2003.
J. Medvedev and O. Willoughby . Autoregressive modeling of the EEG in systemic kainic acid-induced epileptogenesis. International
Journal of Neuroscience, 97:149–167, 1999.
G.D. Meekins , Y. So , and D. Quan . Electrodiagnostic Medicine evidenced-based review: use of surface electromyography in the
diagnosis and study of neuromuscular disorders. Muscle Nerve, 38:1219–1224, Oct 2008.
V Menon , J M Ford , K O Lim , G H Glover , and A Pfefferbaum . Combined event-related fMRI and EEG evidence for temporal-parietal
cortex activation during target detection. Neuroreport, 8(14):3029–3037, Sep 1997.
R. Merletti , A. Holobar , and D. Farina . Analysis of motor units with high-density surface electromyography. Journal of Electromyography
& Kinesiology, 18:879–890, Dec 2008.
R. Merletti and S. Muceli . Tutorial. surface EMG detection in space and time: Best practices. Journal of Electromyography and
Kinesiology, 49:102363, 2019.
O. Meste , G. Blain , and S. Bermon . Analysis of the respiratory and cardiac systems coupling in pyramidal exercise using a time-varying
model. In Proc. Computers in Cardiology, volume 29, pages 429–432. IEEE Press, 2002.
B. Mijović , K. Vanderperren , N. Novitskiy , B. Vanrumste , P. Stiers , B. Van den Bergh , L. Lagae , S. Sunaert , J. Wagemans , S. Van
Huffel , and M. De Vos . The “why” and “how” of jointica: results from a visual detection task. NeuroImage, 60(2):1171–1185, Apr 2012.
K. J. Miller , D. Hermes , C.J. Honey , M. Sharma , R. P.N. Rao , M. den Nijs , E.E. Fetz , T.J. Sejnowski , A.O. Hebb , J.G. Ojemann , S.
Makeig , and E.C. Leuthardt . Dynamic modulation of local population activity by rhythm phase in human occipital cortex during a visual
search task. Frontiers in Human Neuroscience, 4(October):1–16, 2010.
K. Minami , H. Nakajima , and T. Toyoshima . Real-time discrimination of ventricular tachyarrhythmia with Fourier-transform neural
network. IEEE Transactions on Biomedical Engineering, 46:179–185, Feb 1999.
P. Mitraszewski , K.J. Blinowska , P.J. Franaszczuk , and M. Kowalczyk . A study of electrocortical rhythm generators. Biol Cybern,
56:255–260, 1987.
A. Moleti and R. Sisto . Objective estimates of cochlear tuning by otoacoustic emission analysis. J Acoust Soc Am, 113:423–429, Jan
2003.
E. Moller , B. Schack , M. Arnold , and H. Witte . Instantaneous multivariate EEG coherence analysis by means of adaptive high-
dimensional autoregressive models. Journal of Neuroscience Methods, 105:143–158, Feb 2001.
A. Montalto , L. Faes , and D. Marinazzo . Mute: a matlab toolbox to compare established and novel estimators of the multivariate transfer
entropy. PLoS ONE, 9:10:e109462, 2014.
M. Monti . Statistical analysis of fMRI time-series: a critical review of the GLM approach. Frontiers in Human Neuroscience, 5, 2011.
G.B. Moody and R.G. Mark . QRS morphology representation and noise estimation using the Karhunen-Loéve transform. In Proc.
Computers in Cardiology, pages 269–272. IEEE Press, 1990.
M. Moosmann , T. Eichele , H. Nordby , K. Hugdahl , and V.D. Calhoun . Joint independent component analysis for simultaneous EEG-
fMRI: principle and simulation. International Journal of Psychophysiology, 67:212–221, Mar 2008.
F. Mormann , T. Kreuz , C. Rieke , R.G. Andrzejak , A. Kraskov , P. David , C.E. Elger , and K. Lehnertz . On the predictability of epileptic
seizures. Clinical Neurophysiology, 116(3):569–587, 2005.
F. Mormann , R. G. Andrzejak , C. E. Elger , and K. Lehnertz . Seizure prediction: the long and winding road. Brain, 130(2):314–333, 2007.
A. Mouraux and G.D. Iannetti . Across-trial averaging of event-related EEG responses and beyond. Magnetic Resonance Imaging,
26:1041–1054, Sep 2008.
K. Mullinger and R. Bowtell . Combining EEG and fMRI. Methods in Molecular Biology (Clifton, N.J.), 711:303–326, 2011.
J. Munck , S. Gonçalves , L. Huijboom , J. Kuijer , P. Pouwels , R. Heethaar , and F. Silva . The hemodynamic response of the alpha
rhythm: An EEG/fMRI study. NeuroImage, 35:1142–1151, 2007.
M.M. Murray , D. Brunet , and C.M. Michel . Topographic ERP analyses: a step-by-step tutorial review. Brain Topography, 20:249–264,
Jun 2008.
H. Nakamura , M. Yoshida , M. Kotani , K. Akazawa , and T. Moritani . The application of independent component analysis to the multi-
channel surface electromyographic signals for separation of motor unit action potential trains: part I-measuring techniques. Journal of
Electromyography & Kinesiology, 14:423–432, Aug 2004.
A. Nakhnikian , S. Ito , L.L. Dwiel , L.M. Grasse , G.V. Rebec , L.N. Lauridsen , and J.M. Beggs . A novel cross-frequency coupling
detection method using the generalized Morse wavelets. Journal of Neuroscience Methods, 269:61–73, Aug 2016.
S.M. Narayan . The pathophysiology guided assessment of t-wave alternans. In G.D. Clifford , F. Azuaje , and P.E. McSharry , editors,
Advanced Methods and Tools for ECG Data Analysis, pages 197–214. Artech House Inc, Norwood, MA, 2006.
N. Naseer and K.S. Hong . fNIRS-based brain-computer interfaces: a review. Frontiers in Human Neuroscience, 9:3, 2015.
S.H. Nawab , S.S. Chang , and C.J. De Luca . High-yield decomposition of surface EMG signals. Clinical Neurophysiology,
121:1602–1615, Oct 2010.
F. Negro , S. Muceli , A. M. Castronovo , A. Holobar , and D. Farina . Multi-channel intramuscular and surface EMG decomposition by
convolutive blind source separation. Journal of Neural Engineering, 13(2):026027, Apr 2016.
J. Neonen , K. Pesola , H. Hanninen , K. Lauerma , P. Takala , T. Makela , M. Makijarvi , L. Knuuti , J. Toivonen , and T. Katila . Current-
density estimation of exercise induced ischemia in patients with multivessel coronary artery disease. Journal of Electrocardiology,
34:37–42, 2001.
T.I. Netoff , L. Caroll , L.M. Pecora , and S.J. Schiff . Detecting coupling in the presence of noise and nonlinearity. In J. Timmer B.
Scheleter , M. Winterhalder , editors, Handbook of Time Series Analysis. Wiley VCH, 2006.
M.E. Newman . Mixing patterns in networks. Physical review. E, 67(2 Pt 2):026126, Feb 2003.
M.E. Newman and M. Girvan . Finding and evaluating community structure in networks. Physical review. E, 69(2 Pt 2):026113, Feb 2004.
M.E.J. Newman . The structure and function of complex networks. SIAM Rev, 45:167–256, 2003.
D.K. Nguyen , J. Tremblay , P. Pouliot , P. Vannasing , O. Florea , L. Carmant , F. Lepore , M. Sawan , F. Lesage , and M. Lassonde .
Non-invasive continuous EEG-fNIRS recording of temporal lobe seizures. Epilepsy Res, 99(1–2):112–126, Mar 2012.
R K Niazy , C F Beckmann , G D Iannetti , J M Brady , and S M Smith . Removal of fMRI environment artifacts from EEG data using
optimal basis sets. Neuroimage, 28(3):720–737, Nov 2005.
E. Niedermayer and F.H. Lopes da Silva . Electroencephalography, Basic Principles, Clinical Applications, and Related Fields. Williams &
Wilkins, Baltimore, 5th edition, 2004.
J. Niessing , B. Ebisch , K. E. Schmidt , M. Niessing , W. Singer , and R. A. W. Galuske . Hemodynamic signals correlate tightly with
synchronized gamma oscillations. Science, 309(5736):948–951, Aug 2005.
S. Nieuwenhuis , G. Aston-Jones , and J.D. Cohen . Decision making, the P3, and the locus coeruleus-norepinephrine system.
Psychological Bulletin, 131:510–532, Jul 2005.
J. Ning , N. Atanasov , and T. Ning . Quantitative analysis of heart sounds and systolic heart murmurs using wavelet transform and AR
modeling. Conference proceedings - IEEE engineering in medicine and biology society, 2009:958–961, 2009.
G. Nolte , O. Bai , L. Wheaton , Z. Mari , S. Vorbach , and M. Hallett . Identifying true brain interaction from EEG data using the imaginary
part of coherency. Clinical Neurophysiology, 115(10):2292–2307, Oct 2004.
R.G. Noman , I. Pal , C. Steward , J.A. Walsleban , and D.M. Rapoport . Interobserver agreement among sleep scorers from different
centers in a large dataset. Sleep, 23(7):901–908, 2000.
G. Notaro , A.M. Al-Maamury , A. Moleti , and R. Sisto . Wavelet and matching pursuit estimates of the transient-evoked otoacoustic
emission latency. J Acoust Soc Am, 122:3576–3585, Dec 2007.
P.L. Nunez . Electric Fields of the Brain. Oxford University Press, New York, 1981.
P.L. Nunez and K.L. Pilgreen . The spline-laplacian in clinical neurophysiology: a method to improve EEG spatial resolution. Journal of
Clinical Neurophysiology, 8:397–413, 1991.
P.L. Nunez and R. Sirnivasan . Electric Fields of the Brain: The Neurophysics of EEG. Oxford University Press, New York, 2nd edition,
2006.
H. Obrig , C. Hirth , J.G. Junge-Hülsing , C. Döge , T. Wolf , U. Dirnagl , and A. Villringer . Cerebral oxygenation changes in response to
motor stimulation. J Appl Physiol, 81(3):1174–1183, Sep 1996.
H. Obrig , M. Neufang , R. Wenzel , M. Kohl , J. Steinbrink , K. Einhäupl , and A. Villringer . Spontaneous low frequency oscillations of
cerebral hemodynamics and metabolism in human adults. Neuroimage, 12(6):623–639, Dec 2000.
H. Obrig , H. R. Heekeren , J. Ruben , R. Wenzel , J.-P. Ndayisaba , U. Dirnagl , and A. Villringer M.D. Continuous spectrum near-infrared
spectroscopy approach in functional activation studies in the human adult. In I. J. Bigio , W. S. Grundfest M.D., H. Schneckenburger , K.
Svanberg M.D., and P. M. Viallet , editors, Optical Biopsies and Microscopic Techniques, volume 2926, pages 58–66. International Society
for Optics and Photonics, SPIE, 1996.
J. Onton and S. Makeig . Information-based modeling of event-related brain dynamics. Progress in Brain Research, 159:99–120, 2006.
S. Orfanidis . Optimum Signal Processing. Macmillan, 1988. Chapter 5.
M.R. Ortiz , E.R. Bojorges , S.D. Aguilar , J.C. Echeverrıa , R. Gonzalez-Camarena , S. Carrasco , M.J. Gaitan , and A. Martınez . Analysis
of high frequency fetal heart rate variability using empirical mode decomposition. Computers in Cardiology, 32:675–678, 2005.
S. Osowski , L.T. Hoai , and T. Markiewicz . Supervised learning methods for ECG classification/neural networks and svm approaches. In
G.D. Clifford , F. Azuaje , and P.E. McSharry , editors, Advanced Methods and Tools for ECG Data Analysis, pages 319–337. Artech
House Inc, Norwood, MA, 2006.
W. Ou , A. Nummenmaa , J. Ahveninen , J. W. Belliveau , M. S. Hämäläinen , and P. Golland . Multimodal functional imaging using fMRI-
informed regional EEG/MEG source estimation. NeuroImage, 52(1):97–108, 2010.
O. Ozdamar , J. Zhang , T. Kalayci , and Y. Ulgen . Time-frequency distribution of evoked otoacoustic emissions. British Journal of
Audiology, 31:461–471, Dec 1997.
T. E. Özkurt and A. Schnitzler . A critical note on the definition of phase–amplitude cross-frequency coupling. Journal of Neuroscience
Methods, 201(2):438–443, Oct 2011.
O. Pahlm and L. Sornmo . Software QRS detection in ambulatory monitoring–a review. Medical & Biological Engineering & Computing,
22:289–297, Jul 1984.
J. Pan and W.J. Tompkins . A real-time QRS detection algorithm. IEEE Trans Biomed Eng, 32:230–236, Mar 1985.
A. Pantelopoulos and N. Bourbakis . Efficient single-lead ECG beat classification using matching pursuit based features and artificial
neural network. In Proc of Inter Confrence on Information technology and Application in Biomedicine, 2010.
D. Papo , M. Zanin , J.H. Martínez , and J.M. Buldú Beware of the Small-World Neuroscientist! Frontiers in Human Neuroscience, 10:96,
2016.
J. Pardey , S.J. Roberts , L. Tarassnko , and J. Stradling . A new approach to the analysis of the human sleep-wakefulness continuum.
Journal of Sleep Research, 5:201–210, 1996.
T.W. Park and C.S. Burrus . Digital Filter Design. John Wiley & Sons, 1987.
J. Parra , S.N. Kalitzin , J. Iriarte , W. Blanes , D.N. Velis , and F. H. Lopes da Silva . Gamma-band phase clustering and photosensitivity:
is there an underlying mechanism common to photosensitive epilepsy and visual perception? Brain, 126:1164–1172, May 2003.
R.D. Pascual-Marqui . Standardized low-resolution brain electromagnetic tomography (sLORETA): technical details. Methods and Findings
in Experimental and Clinical Pharmacology, 24 Suppl D:5–12, 2002.
D. Pascucci , M. Rubega , and G. Plomp . Modeling time-varying brain networks with a self-tuning optimized kalman filter. PLOS
Computational Biology, 16(8):1–29, 08 2020.
C.S. Pattichis and A.G. Elia . Autoregressive and cepstral analyses of motor unit action potentials. Medical Engineering & Physics,
21:405–419, 1999.
C.S. Pattichis and M.S. Pattichis . Time-scale analysis of motor unit action potentials. IEEE Transactions on Biomedical Engineering.,
46:1320–1329, Nov 1999.
A. Paulini , M. Fischer , S. Rampp , G. Scheler , R. Hopfengärtner , M. Kaltenhäuser , A. Dörfler , M. Buchfelder , and H. Stefan . Lobar
localization information in epilepsy patients: MEG—a useful tool in routine presurgical diagnosis. Epilepsy research, 76(2):124–130, 2007.
C.K. Peng , S. Havlin , H.E. Stanley , A.L. Goldberger , and A.L. Goldberger . Quantification of scaling exponents and crossover
phenomena in nonstationary heartbeat time series. Chaos, 5:82–87, 1995.
T. Penzel , H. Hirshkowitz , J. Harsh , R. Chervin , N. Butkov , M. Kryger , and et al. Digital analysis and technical specifications. Journal of
Clinical Sleep Medicine, 3(2):109–120, 2007.
E. Pereda , R.Q. Quiroga , and J. Bhattacharya . Nonlinear multivariate analysis of neurophysiological signals. Progress in Neurobiology,
77:1–37, 2005.
E. Pereda , R. Rial , A. Gamundi , and J. Gonzalez . Assessment of changing interdependences between human electroencephalograms
using nonlinear methods. Physica D, 148:147–158, 2001.
J.S. Perkiomaki , T.H. Makikallio , and H.V. Huikuri . Fractal and complexity measures of heart rate variability. Clin Exp Hypertens,
27:149–158, 2005.
K. Pesola , J. Nenonen , R. Fenici , J. Lotjonen , M. Makijarvi , P. Fenici , P. Korhonen , K. Lauerma , M. Valkonen , L. Toivonen , and T.
Katila . Bioelectromagnetic localization of a pacing catheter in the heart. Physics in Medicine & Biology, 44:2565–2578, Oct 1999.
G. Pfurtscheller . Digital Biosignal Processing, chapter Mapping procedures, pages 459–479. Elsevier, 1991.
G. Pfurtscheller . Quantification of ERD and ERS in the time domain. In G. Pfurtscheller and F.H. Lopes da Silva , editors, Event-related
DesynChronization, volume 6, pages 89–105. Elsevier, 1999.
G. Pfurtscheller and A. Aranibar . Evaluation of event-related desynchronization (ERD) preceding and following voluntary self-paced
movement. Electroencephalography and Clinical Neurophysiology, 46:138–146, Feb 1979.
G. Pfurtscheller and R. Cooper . Selective averaging of the intracerebral click evoked responses in man: an improved method of
measuring latencies and amplitudes. Electroencephalogr Clin Neurophysiol, 38:187–190, Feb 1975.
G. Pfurtscheller and F.H. Lopes da Silva . Event-related EEG/MEG synchronization and desynchronization: basic principles. Clinical
Neurophysiology, 110:1842–1857, Nov 1999.
G. Pfurtscheller , A. R. Schwerdtfeger , B. Rassler , A. Andrade , G. Schwarz , and W. Klimesch . Verification of a central pacemaker in
brain stem by phase-coupling analysis between hr interval- and bold-oscillations in the 0.10–0.15 hz frequency band. Frontiers in
Neuroscience, 14:922, 2020.
T. Picton , S. Bentin , P. Berg , E. Donchin , S. Hillyard , R. Johnson , G. Miller , W. Ritter , D. Ruchkin , M. Rugg , and M. Taylor .
Guidelines for using human event-related potentials to study cognition: Recording standards and publication criteria. Psychophysiology,
37:127–152, 2000.
J.F. Pieri , J.A. Crowe , B.R. Hayes-Gill , C.J. Spencer , K. Bhogal , and D.K. James . Compact long-term recorder for the transabdominal
foetal and maternal electrocardiogram. Medical & Biological Engineering & Computing, 39:118–125, Jan 2001.
J.P. Pijn , J. Van Neerven , A. Noest , and F.H. Lopes da Silva . Chaos or noise in EEG signals; dependence on state and brain site.
Electroencephalography and Clinical Neurophysiology, 79:371–381, Nov 1991.
J.P. Pijn , D.N. Velis , M.J. van der Heyden , J. DeGoede , C.W. van Veelen , and F.H. Lopes da Silva . Nonlinear dynamics of epileptic
seizures on basis of intracranial EEG recordings. Brain Topogr, 9:249–270, 1997.
S.M. Pincus . Approximate entropy as a measure of system complexity. Proc Natl Acad Sci USA, 88:2297–2301, Mar 1991.
R. Pineas , R. Crow , and H. Blackburn . The Minnesota Code Manual of Electrocardiographic Findings. John Wright-PSG, Inc., Littleton,
MA, 1982.
J.A. Pineda . Are neurotransmitter systems of subcortical origin relevant to the electrogenesis of cortical ERPs? Electroencephalogr Clin
Neurophysiol Suppl, 44:143–150, 1995.
S Pinkus and B.H. Singer . Randomness and degress of irregularity. Proc. Natl. Acad Sci USA, 93:2083–2088, 1996.
M. Pinsky . Introduction to Fourier Analysis and Wavelets. Brooks/Cole, ISBN 0-534-37660-6 edition, 2002.
M. Piotrkiewicz . Perspectives and drawbacks of surface electromyography. In K. Kedzior and A. Morecki , editors, Lecture notes of the
46th ICB seminar Biomechanics of musculoskeletal system. Medical robotics, pages 219–227, 1999.
C.S. Poon . The chaos about heart rate chaos. J Cardiovasc Electrophysiol, 11:235–236, Feb 2000.
A. Porta , G. Baselli , F. Lombardi , N. Montano , A. Malliani , and S. Cerutti . Conditional entropy approach for the evaluation of the
coupling strength. Biological Cybernetics, 81:119–129, Aug 1999.
A. Porta , S. Guzzetti , N. Montano , M. Pagani , V. Somers , A. Malliani , G. Baselli , and S. Cerutti . Information domain analysis of
cardiovascular variability signals: evaluation of regularity, synchronization and co-ordination. Medical & Biological Engineering &
Computing, 38:180–188, 2000.
S.A. Prahl . Tabulated molar extinction coefficient for hemoglobin in water. accessed September, 2020.
M.B. Priestley . Spectral Analysis and Time Series. Academic Press Inc., London, 1981.
R. Probst , B.L. Lonsbury-Martin , and G.K. Martin . A review of otoacoustic emissions. J Acoust Soc Am, 89:2027–2067, May 1991.
R. Quian Quiroga and E.L. van Luijtelaar . Habituation and sensitization in rat auditory evoked potentials: a single-trial analysis with
wavelet denoising. International Journal of Psychophysiology, 43:141–153, Feb 2002.
R.Q. Quiroga , J. Arnhold , and P. Grassberger . Learning driver-response relationships from synchronization patterns. Physical Review E,
61:5142–5148, May 2000.
R.Q. Quiroga , R. Kraskov , T. Kreuz , and P. Grassberger . Performance of different synchronization measures in real data: a case study
on electroencephalographic signals. Physical Review E, 65:041903, 2002.
L.R. Rabiner . A tutorial on Hidden Markov Models and selected applications in speech recognition. Proceedings of the IEEE,
77(2):257–286, 1989.
I.J. Rampil . EEG signal analysis in anesthesia. In S. Tong and N. Thakor , editors, Quantitative EEG Analysis Methods and Clinical
Applications. Artech House, Norwood, MA, 2009.
S. Ray , N.E. Crone , E. Niebur , P.J. Franaszczuk , and S.S. Hsiao . Neural correlates of high-gamma oscillations (60-200 Hz) in macaque
local field potentials and their potential implications in electrocorticography. J Neurosci, 28:11526–11536, Nov 2008.
S. Ray , C.C. Jouny , N.E. Crone , D. Boatman , N.V. Thakor , and P. J. Franaszczuk . Human ECoG analysis during speech perception
using matching pursuit: a comparison between stochastic and dyadic dictionaries. IEEE Transactions on Biomedical Engineering,
50:1371–1373, Dec 2003.
S. Ray , W. L.ee , C.D. Morgan , and W. Airth-Kindree . Computer sleep stage scoring–an expert system approach. International Journal of
Bio-medical Computing, 19(1):43–61, 1986.
Kline R.B. Structural Equation Modeling. Guilford, New York, 1998.
A. Rechtschaffen and A. Kales , editors. A Manual of Standardized Terminology, Techniques and Scoring System for Sleep Stages in
Human Subjects. US Government Printing Office, Washington DC, 1968. Number 204 in National Institutes of Health Publications.
J.S. Richman and J.R. Moorman . Physiological time-series analysis using approximate entropy and sample entropy. Am J Physiol Heart
Circ Physiol, 278:H2039–2049, Jun 2000.
M. Richter , T. Schreiber , and D.T. Kaplan . Fetal ECG extraction with nonlinear state-space projections. IEEE Trans Biomed Eng,
45:133–137, Jan 1998.
B. Rivet , A. Souloumiac , V. Attina , and G. Gibert . xDAWN Algorithm to Enhance Evoked Potentials: Application to Brain-Computer
Interface. IEEE Transactions on Biomedical Engineering, 56(8):2035–2043, 2009.
S. Roberts and L. Tarassenko . New method of automated sleep quantification. Med Biol Eng Comput, 30:509–517, Sep 1992.
M.S. Robinette and T.J. Glattke . Otoacoustic Emissions Clinical Applications. Thieme, New York, Stuttgart, 2002.
F. Roche , V. Pichot , E. Sforza , I. Court-Fortune , D. Duverney , F. Costes , M. Garet , and J.C. Barthelemy . Predicting sleep apnoea
syndrome from heart period: a time-frequency wavelet analysis. Eur Respir J, 22(6):937–942, Dec 2003.
Z. Rogowski , I. Gath , and E. Bental . On the prediction of epileptic seizures. Biological Cybernetics, 42:9–15, 1981.
A.C. Rosa , L. Parrino , and M.R. Terzano . Automatic detection of cyclic alternating pattern (CAP) sequences in sleep preliminary results.
Clinical Neurophysiology, 110:585–592, 1999.
M J Rosa , J Daunizeau , and K J Friston . EEG-fMRI integration: a critical review of biophysical modeling and data analysis approaches.
Journal of Integrative Neuroscience, 9(4):453–476, Dec 2010.
V. Rosik , M. Tysler , S. Jurko , R. Raso , and M. Turzowa . Portable system for ECG mapping. Measurment Science Review, 1:27–30,
2001.
N. Rulkov , M.M. Sushchik , L.S. Tsimring , and H. D.I. Abarbanel . Generalized synchronization of chaos in directionally coupled chaotic
systems. Phys Rev E, 51:980– 994, 1995.
M. Rupawala , H. Dehghani , S.J.E. Lucas , P. Tino , and D. Cruse . Shining a light on awareness: A review of functional near-infrared
spectroscopy for prolonged disorders of consciousness. Frontiers in Neurology, 9:350, 2018.
D. Ruppert , M.P. Wand , and R.J. Carroll . Semiparametric Regression. Cambridge University Press, Cambridge, 2003.
L. Rutter , S.R. Nadar , T. Holroyd , F.W. Carver , J. Apud , D.R. Weinberger , and R. Coppola . Graph theoretical analysis of resting
magnetoencephalographic functional connectivity networks. Frontiers in Computational Neuroscience, 7:93, 2013.
S.A. Huettel , A.W. Song , and G. Mc Carthy Functonal Magnetic Resonance. Sinauer, 2009.
M.E. Saab and J. Gotman . A system to detect the onset of epileptic seizures in scalp EEG. Clinical Neurophysiology, 116:427–442, Feb
2005.
T. Sadoyama and H. Miyano . Frequency analysis of surface EMG to evaluation of muscle fatigue. European Journal of Applied
Physiology and Occupational Physiology, 47(3):239–246, 1981.
I. Sahin , N. Yilmazer , and M.A. Simaan . A method for subsample fetal heart rate estimation under noisy conditions. IEEE Transactions
on Biomedical Engineering, 57:875–883, Apr 2010.
Y. Salant , I. Gath , and O. Henriksen . Prediction of epileptic seizures from two-channel EEG. Medical and Biological Engineering and
Computing, 36:549–556, 1998.
R. Sameni , G.D. Clifford , C. Jutten , and M. B. Shamsollahi . Multichannel ECG and noise modeling: Application to maternal and fetal
ECG signals. EURASIP Journal on Advances in Signal Processing, 2007, 2007. Article ID 043407.
S. Samiee and S. Baillet . Time-resolved phase-amplitude coupling in neural oscillations. NeuroImage, 159:270–279, Oct 2017.
T.H. Sander , A. Liebert , B.M. Mackert , H. Wabnitz , S. Leistner , G. Curio , M. Burghoff , R. Macdonald , and L. Trahms . DC-
magnetoencephalography and time-resolved near-infrared spectroscopy combined to study neuronal and vascular brain responses.
Physiological Measurement, 28(6):651–664, Jun 2007.
D.T. Sandwell . Biharmonic spline interpolation of geos-3 and seasat altimeter data. Geophysical Research Letters, 2:139–142, 1987.
S Sanei and J Chambers . EEG Signal Processing. Willey & Sons, Chichester, 2009.
S. Sasai , F. Homae , H. Watanabe , and G. Taga . Frequency-specific functional connectivity in the brain during resting state revealed by
NIRS. Neuroimage, 56(1):252–257, May 2011.
J.R. Sato , D.Y. Takahashi , S.M. Arcuri , K. Sameshima , P.A. Morettin , and L.A. Baccalá . Frequency domain connectivity identification:
an application of partial directed coherence in fMRI. Human Brain Mapping, 30(2):452–461, Feb 2009.
B.M. Sayers , H.A. Beagley , and W.R. Henshall . The mechanism of auditory evoked EEG responses. Nature, 247:481–483, 1974.
R. Scheeringa , M. C.M. Bastiaansen , K. M. Petersson , R. Oostenveld , D. G. Norris , and P. Hagoort . Frontal theta EEG activity
correlates negatively with the default mode network in resting state. International Journal of Psychophysiology, 67(3):242–251, 2008.
Integration of EEG and fMRI.
R. Scheeringa , P. Fries , K.-M. Petersson , R. Oostenveld , I. Grothe , D. G. Norris , P. Hagoort , and M. C. M. Bastiaansen . Neuronal
dynamics underlying high- and low-frequency EEG oscillations contribute independently to the human bold signal. Neuron, 69(3):572–583,
Feb 2011.
R. Scheeringa , K. M. Petersson , A. Kleinschmidt , O. Jensen , and M. C. M. Bastiaansen . EEG α power modulation of fMRI resting-state
connectivity. Brain Connectivity, 2(5):254–264, 2012.
R. Scheeringa , K. M. Petersson , R. Oostenveld , D. G. Norris , P. Hagoort , and M. C. M. Bastiaansen . Trial-by-trial coupling between
EEG and bold identifies networks related to alpha and theta EEG power increases during working memory maintenance. Neuroimage,
44(3):1224–1238, Feb 2009.
B. Schelter , J. Timmer , and M. Eichler . Assessing the strength of directed influences among neural signals using renormalized partial
directed coherence. Journal of Neuroscience Methods, 179:121–130, Apr 2009.
S.J. Schiff , T. Sauer , R. Kumar , and S.L. Weinstein . Neuronal spatiotemporal pattern discrimination: the dynamical evolution of seizures.
Neuroimage, 28:1043–1055, Dec 2005.
K. Schindler , H. Leung , C.E. Elger , and K. Lehnertz . Assessing seizure dynamics by analysing the correlation structure of multichannel
intracranial EEG. Brain, 130:65–77, Jan 2007.
A. Schlögl , P. Anderer , M.J. Barbanoj , G. Klösch , G. Gruber , J.L. Lorenzo , et al. Artefact processing of the sleep EEG in the “siesta”-
project. Proceedings EMBEC'99, pages 1644–1645, 1999.
T. Schreiber . Measuring information transfer. Phys Rev Lett, 85:461–464, 2000.
C. E. Schroeder and P. Lakatos . Low-frequency neuronal oscillations as instruments of sensory selection. Trends in Neurosciences,
32(1), Jan 2009.
M.L. Schroeter , M.M. Bücheler , K. Müller , K. Uludağ , H. Obrig , G. Lohmann , M. Tittgemeyer , A. Villringer , and D.Y. von Cramon .
Towards a standard analysis for functional near-infrared imaging. Neuroimage, 21(1):283–290, Jan 2004.
A.N. Sen , S.P. Gopinath , and C.S. Robertson . Clinical application of near-infrared spectroscopy in patients with traumatic brain injury: a
review of the progress of the field. Neurophotonics, 3(3):031409, Jul 2016.
L. Senhadji , G. Carrault , J.J. Bellanger , and G. Passariello . Comparing wavelet transforms for recognizing cardiac patterns. IEEE
Engineering in Medicine and Biology Magazine, 14:167–173, 1995.
C. Serio . Discriminating low-dimensional chaos from randomness: A parametric time series modelling approach. Il Nuovo Cimento B
(1971-1996), 107:681–701, 1992.
C.E. Shannon . Communication in the presence of noise. Proc. Institute of Radio Engineers, 37(1):10–21, 1949. Reprint as classic paper
in: Proc. IEEE, Vol. 86, No. 2, (Feb 1998).
C.E. Shannon . A mathematical theory of communication. Bell System Technical Journal, 27:379–423, 1948.
C.A. Shera and J.J. Guinan . Evoked otoacoustic emissions arise by two fundamentally different mechanisms: a taxonomy for mammalian
OAEs. J Acoust Soc Am, 105:782–798, Feb 1999.
A. Shoeb , H. Edwards , J. Connolly , B. Bourgeois , S.T. Treves , and J. Guttag . Patient-specific seizure onset detection. Epilepsy &
Behavior, 5:483–498, Aug 2004.
C. Sielużycki , R. König , A. Matysiak , R. Kuś , D. Ircha , and P. J. Durka . Single-trial evoked brain responses modeled by multivariate
matching pursuit. IEEE Transactions on Biomedical Engineering, 56:74–82, Jan 2009.
C. Sielużycki , R. Kuś , A. Matysiak , P.J. Durka , and R. König . Multivariate matching pursuit in the analysis of single-trial latency of the
auditory M100 acquired with MEG. International Journal of Bioelectromagnetism, 11(4):155–160, 2009.
D.F. Silva and G.E. A. P.A. Batista . Proceedings of the 2016 SIAM International Conference on Data Mining, chapter Speeding Up All-
Pairwise Dynamic Time Warping Matrix Calculation, pages 837–845. SIAM, 2016.
R. Simes . An improved Bonferroni procedure for multiple tests of significance. Biometrika, 73:751–754, 1986.
A. Sinai , N.E. Crone , H.M. Wied , P.J. Franaszczuk , D. Miglioretti , and D. Boatman-Reich . Intracranial mapping of auditory perception:
event-related responses and electrocortical stimulation. Clinical Neurophysiology, 120:140–149, Jan 2009.
W. Singer . Synchronization of cortical activity and its putative role in information processing and learning. Annu Rev Physiol, 55:349–374,
1993.
R. Sisto and A. Moleti . Modeling otoacoustic emissions by active nonlinear oscillators. J Acoust Soc Am, 106:1893–1906, Oct 1999.
R. Sisto and A. Moleti . On the frequency dependence of the otoacoustic emission latency in hypoacoustic and normal ears. J Acoust Soc
Am, 111:297–308, Jan 2002.
W. Skrandies . Data reduction of multichannel fields: global field power and principal component analysis. Brain Topography, 2:73–80,
1989.
W. Skrandies . Brain mapping of visual evoked activity–topographical and functional components. Acta Neurologica Taiwanica,
14:164–178, Dec 2005.
J. Smith and I. Karacan . EEG sleep stage scoring by an automatic hybrid system. Electroencephalography and Clinical Neurophysiology,
31(3):231–237, 1971.
S. M. Smith , M. Jenkinson , M. W. Woolrich , C. F. Beckmann , T. E.J. Behrens , H. Johansen-Berg , P. R. Bannister , M. De Luca , I.
Drobnjak , D. E. Flitney , R. K. Niazy , J. Saunders , J. Vickers , Y. Zhang , N. De Stefano , J.M. Brady , and P. M. Matthews . Advances in
functional and structural MR image analysis and implementation as FSL. NeuroImage, 23:S208–S219, 2004. Mathematics in Brain
Imaging.
D.E. Smylie , G.L. Clarke , and Ulrych T.J. Analysis of irregularities in the earth's rotation. Comput Phys, 13:391–430, 1973.
E.N. Sokolov . Neuronal models and the orienting response. In M.A. Brazier , editor, The Central Nervous System and Behavior III. Macy
Foundation, 1960.
M. Sood , P. Besson , M. Muthalib , U. Jindal , S. Perrey , A. Dutta , and M. Hayashibe . NIRS-EEG joint imaging during transcranial direct
current stimulation: online parameter estimation with an autoregressive model. J Neurosci Methods, 274:71–80, Dec 2016.
E.P. Souza Neto , M.A. Custaud , J.C. Cejka , P. Abry , J. Frutoso , C. Gharib , and P. Flandrin . Assessment of cardiovascular autonomic
control by the empirical mode decomposition. Methods of Information in Medicine, 43:60–65, 2004.
H. Spekreijse , O. Esteves , and O. Reits . Visual evoked potentials and the physiological analysis of visual processes in man. In J.E.
Desmedt , editor, Visual Evoked Potentials in Man, pages 3–15. Clarendon Press, 1976.
C. Stam , J.P.M. Pijn , P. Suffczyński , and F.H. Lopes da Silva . Dynamics of the human alpha rhythm: evidence for non-linearity? Clinical
Neurophysiology, 110:1801–1813, 1999.
C.J. Stam , W. de Haan , A. Daffertshofer , B.F. Jones , I. Manshanden , A.M. van Cappellen van Walsum , T. Montez , J.P. Verbunt , J.C.
de Munck , B.W. van Dijk , H.W. Berendse , and P. Scheltens . Graph theoretical analysis of magnetoencephalographic functional
connectivity in Alzheimer's disease. Brain, 132(Pt 1):213–224, Jan 2009.
C.J. Stam , B.F. Jones , G. Nolte , M. Breakspear , and P. Scheltens . Small-world networks and functional connectivity in Alzheimer's
disease. Cerebral Cortex, 17(1):92–99, Jan 2007.
C.J. Stam and B.W. Van Dijk . Synchronization likelihood: An unbiased measure of generalized synchronization in multivariate data sets.
Physica D: Nonlinear Phenomena, 2002.
D.W. Stashuk . Decomposition and quantitative analysis of clinical electromyographic signals. Medical Engineering & Physics,
21:389–404, 1999.
P.D. Stein , H.N. Sabbah , J.B. Lakier , D.J. Magilligan , and D. Goldstein . Frequency of the first heart sound in the assessment of
stiffening of mitral bioprosthetic valves. Circulation, 63:200–203, Jan 1981.
G. Strang and T. Nguyen . Wavelets and Filter Banks. Wellesley-Cambridge Press, 1996.
G. Stroink . Forty years of magnetocardiology. In S. Supek and A. Susac , editors, Advances in Biomagnetism BIOMAG2010, IFMBE
Proceedings, volume 28, pages 431–435. Springer, 2010.
G. Stroink , R.J. Meeder , P. Elliott , J. Lant , and M.J. Gardner . Arrhythmia vulnerability assessment using magnetic field maps and body
surface potential maps. Pacing and Clinical Electrophysiology, 22:1718–1728, Dec 1999.
S.C. Strother . Evaluating fMRI preprocessing pipelines. IEEE Engineering in Medicine and Biology Magazine, 25(2):27–41, 2006.
S.M. Stufflebeam , N. Tanaka , and S.P. Ahlfors . Clinical applications of magnetoencephalography. Human Brain Mapping,
30:1813–1823, Jun 2009.
P. Suffczynski , S. Kalitzin , and F.H. Lopes Da Silva . Dynamics of non-convulsive epileptic phenomena modeled by a bistable neuronal
network. Neuroscience, 126:467–484, 2004.
P. Suffczynski , S. Kalitzin , F. Lopes da Silva , J. Parra , D. Velis , and F. Wendling . Active paradigms of seizure anticipation: computer
model evidence for necessity of stimulation. Phys Rev E, 78(5):051917, 2008.
M.R. Symms , P.J. Allen , F.G. Woermann , G. Polizzi , K. Krakow , G.J. Barker , D.R. Fish , and J.S. Duncan . Reproducible localization of
interictal epileptiform discharges using EEG-triggered fMRI. Physics in Medicine & Biology, 44:N161–168, Jul 1999.
S. M. Szczepanski , N. E. Crone , R. A. Kuperman , K. I. Auguste , J. Parvizi , and R. T. Knight . Dynamic changes in phase-amplitude
coupling facilitate spatial attention control in fronto-parietal cortex. PLoS Biology, 12(8), 2014.
B. Taccardi . Distribution of heart potentials on dog's thoracic surface. Circ Res, 11(5):862–869, Nov 1962.
B. Taccardi . Distribution of heart potentials on the thoracic surface of normal human subjects. Circ Res, 12(4):341–352, Apr 1963.
A. Taddei , M. Emdin , M. Varanini , A. Macerate , P. Pisani , E. Santarcangelp , and C. Marchesi . An approach to cardiorespiratory
activity monitoring through principal component analysis. Journal of Ambulatory Monitoring, 5(2–3):167–173, 1993.
D.Y. Takahashi , L.A. Baccala , and K. Sameshima . Connectivity inference between neural structures via partial directed coherence.
Journal of Applied Statistics, 34(10):1255–1269, 2007.
F. Takens . Detecting strange attractors in turbulence. Lecture Notes in Mathematics, 898:366–381, 1981.
M. Takeuchi , E. Hori , K. Takamoto , A.H. Tran , K. Satoru , A. Ishikawa , T. Ono , S. Endo , and H. Nishijo . Brain cortical mapping by
simultaneous recording of functional near infrared spectroscopy and electroencephalograms from the whole brain during right median
nerve stimulation. Brain Topography, 22(3):197–214, Nov 2009.
C. Tallon-Baudry . Oscillatory synchrony and human visual cognition. Journal of Physiology (Paris), 97:355–363, 2003.
C. Tallon-Baudry , O. Bertrand , C. Delpuech , and J. Pernier . Stimulus specificity of phase-locked and non-phase-locked 40Hz visual
responses in human. Journal of Neuroscience, 16(13):4240–4249, July 1996.
C.L. Talmadge , A. Tubis , G.R. Long , and C. Tong . Modeling the combined effects of basilar membrane nonlinearity and roughness on
stimulus frequency otoacoustic emission fine structure. J Acoust Soc Am, 108:2911–2932, Dec 2000.
M. G. Tana , R. Sclocco , and A. M. Bianchi . GMAC: a matlab toolbox for spectral granger causality analysis of fMRI data. Computers in
Biology and Medicine, 42(10):943–956, Oct 2012.
H. Tang , T. Li , Y. Park , and T. Qiu . Separation of heart sound signal from noise in joint cycle frequency-time-frequency domains based
on fuzzy detection. IEEE Transactions on Biomedical Engineering, 57(10):2438–2447, Oct 2010.
D.D. Taralunga , W. Wolf , R. Strungaru , and G. Ungureanu . Abdominal fetal ECG enhancement by event synchronous canceller. Conf
Proc IEEE Eng Med Biol Soc, 2008:5402–5405, 2008.
M. Ten Hoopen . Variance in average response computation: regular versus irregular stimulation. In A. Remond , editor, Handbook of
Electroencephalography and Clinical Neurophysiology. Part A, volume 8, pages 151–158. Elsevier, Amsterdam, 1975.
N. Thakor , X. Jia , and R.G. Geocardin . Monitoring neurological injury by qEEG. In S. Tong and N. Thakor , editors, Quantitative EEG
Analysis Methods and Clinical Applications. Artech House, Norwood, MA, 2009.
J. Theiler , S. Eubank , A. Longtin , B. Galdrikian , and J.D. Farmer . Testing for nonlinearity in time series: the method of surrogate data.
Physica D, 58((1-4)):77–94, 1992.
James Theiler . Spurious dimension from correlation algorithms applied to limited time-series data. Phys Rev A, 34:2427–2432, Sep 1986.
R.F. Thompson and W.A. Spencer . Habituation: a model phenomenon for the study of neuronal substrates of behavior. Psychol Rev,
73:16–43, 1966.
D.J. Thomson . Spectrum estimation and harmonic analysis. Proceedings of the IEEE, 70:1055–1096, 1982.
S. Thurner , M. C. Feurstein , and M. C. Teich . Multiresolution wavelet analysis of heartbeat intervals discriminates healthy patients from
those with cardiac pathology. Phys Rev Lett, 80(7):1544–1547, Feb 1998.
G. Tognola , F. Grandori , and P. Ravazzani . Time-frequency distributions of click-evoked otoacoustic emissions. Hear Res, 106:112–122,
Apr 1997.
G. Tognola , M. Parazzini , P. de Jager , P. Brienesse , P. Ravazzani , and F. Grandori . Cochlear maturation and otoacoustic emissions in
preterm infants: a time-frequency approach. Hear Res, 199:71–80, Jan 2005.
E. Toledo , O. Gurevitz , H. Hod , M. Eldar , and S. Akselrod . Wavelet analysis of instantaneous heart rate: a study of autonomic control
during thrombolysis. Am J Physiol Regul Integr Comp Physiol, 284(4):1079–1091, Apr 2003.
S. Tong , B. Hong , L. Vigderman , and N.V. Thakor . Subband EEG complexity after global hypoxic-ischemic brain injury. Conf Proc IEEE
Eng Med Biol Soc, 1:562–565, 2004.
V. Toronov , A. Webb , J.H. Choi , M. Wolf , A. Michalos , E. Gratton , and D. Hueber . Investigation of human brain hemodynamics by
simultaneous near-infrared spectroscopy and functional magnetic resonance imaging. Medical Physics, 28(4):521–527, Apr 2001.
A.B.L. Tort , M.A. Kramer , C. Thorn , Daniel J. Gibson , Yasuo Kubota , Ann M. Graybiel , and Nancy J. Kopell . Dynamic cross-frequency
couplings of local field potential oscillations in rat striatum and hippocampus during performance of a T-maze task. Proceedings of the
National Academy of Sciences of the United States of America, 105(51):20517–20522, 2008.
A. B.L. Tort , R. Komorowski , H. Eichenbaum , and N. Kopell . Measuring phase-amplitude coupling between neuronal oscillations of
different frequencies. Journal of Neurophysiology, 104(2):1195–1210, May 2010.
A. B.L. Tort , R. W. Komorowski , J. R. Manns , N. J. Kopell , and H. Eichenbaum . Theta-gamma coupling increases during the learning of
item-context associations. Proceedings of the National Academy of Sciences of the United States of America, 106(49):20942–20947,
December 2009.
G. Tropini , J. Chiang , Z. Wang , and M.J. McKeown . Partial directed coherence-based information flow in Parkinson's disease patients
performing a visually-guided motor task. Annu Int Conf IEEE Eng Med Biol Soc, 2009:1873–1878, 2009.
G.L. Turin . An introduction to matched filters. IRE Transactions on Information Theory, 6(3):311–329, 1960.
T.J. Ulrych and T.N. Bishop . Maximum entropy spectral analysis and autoregressive decomposition. Rev Geophys Space Phys,
13:183–200, 1975.
A. Urbano , C. Babiloni , P. Onorati , F. Carducci , A. Ambrosini , L. Fattorini , and F. Babiloni . Responses of human primary sensorimotor
and supplementary motor areas to internally triggered unilateral and simultaneous bilateral one-digit movements. A high-resolution EEG
study. Eur J Neurosci, 10:765–770, Feb 1998.
K. Urbanowicz , J. Zebrowski , R. Baranowski , and J.A. Holyst . How random is your heart beat? Physica A: Statistical Mechanics and its
Applications, 384(2):439–447, 2007.
Pedro A Valdés-Sosa , Jose M Sánchez-Bornot , Agustín Lage-Castellanos , Mayrim Vega-Hernández , Jorge Bosch-Bayard , Lester
Melie-García , and Erick Canales-Rodríguez . Estimating brain functional connectivity with sparse multivariate autoregression.
Philosophical Transactions of the Royal Society of London. Series B, Biological Sciences, 360(1457):969–981, May 2005.
M.P. van den Heuvel , C.J. Stam , M. Boersma , and H.E. Hulshoff Pol . Small-world and scale-free organization of voxel-based resting-
state functional connectivity in the human brain. Neuroimage, 43(3):528–539, Nov 2008.
M. P. van den Heuvel and H. E. Hulshoff Pol . Exploring the brain network: a review on resting-state fMRI functional connectivity.
European Neuropsychopharmacology, 20(8):519–534, Aug 2010.
J. van Driel , R. Cox , and M. X. Cohen . Phase-clustering bias in phase-amplitude cross-frequency coupling and its removal. Journal of
Neuroscience Methods, 254:60–72, Oct 2015.
B. C.M. van Wijk , M. Beudel , A. Jha , A. Oswal , T. Foltynie , M. I. Hariz , P. Limousin , L. Zrinzo , T. Z. Aziz , A. L. Green , P. Brown , and
V. Litvak . Subthalamic nucleus phase-amplitude coupling correlates with motor impairment in Parkinson's disease. Clinical
Neurophysiology, 127(4):2010–2019, 2016.
S Vanni , J Warnking , M Dojat , C Delon-Martin , J Bullier , and C Segebarth . Sequence of pattern onset responses in the human visual
areas: an fMRI constrained vep source analysis. Neuroimage, 21(3):801–817, Mar 2004.
A. Villringer and B. Chance . Non-invasive optical spectroscopy and imaging of human brain function. Trends in Neurosciences,
20(10):435–442, Oct 1997.
A.J. Viterbi . Error bounds for convolutional codes and an asymptotically optimum decoding algorithm. IEEE Transactions on Information
Theory, 13(2):260–269, 1967.
M. von Spreckelsen and B. Bromm . Estimation of single-evoked cerebral potentials by means of parametric modeling and Kalman
filtering. IEEE Trans Biomed Eng, 35:691–700, Sep 1988.
B. Voytek , R. T. Canolty , A. Shestyuk , N. E. Crone , J. Parvizi , and R. T. Knight . Shifts in gamma phase-amplitude coupling frequency
from theta to alpha over posterior cortex during visual tasks. Frontiers in Human Neuroscience, 4(October):1–9, 2010.
B. Voytek , M. D'Esposito , N. Crone , and Robert T. Knight . A method for event-related phase/amplitude coupling. NeuroImage,
64:416–424, Jan 2013.
S. Waldert , M. Bensch , M. Bogdan , W. Rosenstiel , B. Scholkopf , C.L. Lowery , H. Eswaran , and H. Preissl . Real-time fetal heart
monitoring in biomagnetic measurements using adaptive real-time ICA. IEEE Trans Biomed Eng, 54:1867–1874, Oct 2007.
F. Wallois , M. Mahmoudzadeh , A. Patil , and R. Grebe . Usefulness of simultaneous EEG-NIRS recording in language studies. Brain and
Language, 121(2):110–123, May 2012.
D.O. Walter . A posteriori Wiener filtering of average evoked response. Electroenceph Clin Neurophysiol, 27:61–70, 1969.
D.O. Walter and W.R. Adey . Spectral analysis of EEG recorded during learning in cat before and after subthalamic lesions. Experimental
Neurology, 7:481, 1963.
H. Wang and F. Azuaje . An introduction to unsupervised learning for ECG classification. In G.D. Clifford , F. Azuaje , and P.E. McSharry ,
editors, Advanced Methods and Tools for ECG Data Analysis, pages 339–366. Artech House Inc, Norwood, MA, 2006.
W. Wang , Z. Guo , J. Yang , Y. Zhang , L.G. Durand , and M. Loew . Analysis of the first heart sound using the matching pursuit method.
Medical & Biological Engineering & Computing, 39(6):644–648, Nov 2001.
K.R. Ward , R.R. Ivatury , R.W. Barbee , J. Terner , R. Pittman , I.P. Filho , and B. Spiess . Near infrared spectroscopy for evaluation of the
trauma patient: a technology review. Resuscitation, 68(1):27–44, Jan 2006.
D.J. Watts and S.H. Strogatz . Collective dynamics of ‘small-world' networks. Nature, 393(6684):440–442, Jun 1998.
N. R. Waytowich , V. J. Lawhern , A. W. Bohannon , K. R. Ball , and B. J. Lance . Spectral transfer learning using information geometry for
a user-independent brain-computer interface. Frontiers in Neuroscience, 10(SEP), 2016.
C.S. Weaver . Digital filtering with application to electrocardiogram processing. IEEE Trans. on Audio and Electroacoustics,
16(3):350–391, 1968.
B. Welch . The significance of the difference between two means when the population variances are unequal. Biometrika, 29:350–362,
1938.
B.L. Welch . The generalization of “Student's” problem when several different population variances are involved. Biometrika,
34(1–2):28–35, 1947.
G. Welch , G. Bishop , and R.E. Kalman . A new approach to linear filtering and prediction problems. Transaction of the ASME – Journal of
Basic Engineering, pages 35–45, 1960.
F. Wendling , K. Ansari-Asl , F. Bartolomei , and L. Senhadji . From EEG signals to brain connectivity: a model-based evaluation of
interdependence measures. Journal of Neuroscience Methods, 183:9–18, Sep 2009.
F. Wendling , F. Bartolomei , J.J. Bellanger , and P. Chauvel . Epileptic fast activity can be explained by a model of impaired GABAergic
dendritic inhibition. Eur J Neurosci, 15:1499–1508, May 2002.
J.W. Wheless , L.J. Willmore , J.I. Breier , M. Kataki , J.R. Smith , D. W. King , K.J. Meador , Y.D. Park , D.W. Loring , G.L. Clifton , J.
Baumgartner , A.B. Thomas , J.E. Constantinou , and A.C. Papanicolaou . A comparison of magnetoencephalography, MRI, and V-EEG in
patients evaluated for epilepsy surgery. Epilepsia, 40:931–941, 1999.
J.C. Whitman , L.M. Ward , and T.S. Woodward . Patterns of cortical oscillations organize neural activity into whole-brain functional
networks evident in the fMRI bold signal. Frontiers in Human Neuroscience, 7:80, 2013.
M. Wibral , C. Bledowski , A. Kohler , W. Singer , and L. Muckli . The timing of feedback to early visual cortex in the perception of long-
range apparent motion. Cerebral Cortex, 19(7):1567–1582, Jul 2009.
M. Wibral , C. Bledowski , and G. Turi . Integration of separately recorded EEG/MEG and fMRI data. In Markus Ullsperger and Stefan
Debener , editors, Simultaneous EEG and fMRI: Recording, Analysis, and Application. Oxford Scholarship Online, 2010. Chapter 3.7.
N Wiener . Extrapolation, Interpolation, and Smoothing of Stationary Time Series. Wiley, New York, 1949.
C. Wilke , L. Ding , and B. He . Estimation of time-varying connectivity patterns through the use of an adaptive directed transfer function.
IEEE Trans Biomed Eng, 55(11):2557–2564, Nov 2008.
J.D. Wilson , R.B. Govindan , J.O. Hatton , C.L. Lowery , and H. Preissl . Integrated approach for fetal QRS detection. IEEE Trans Biomed
Eng, 55:2190–2197, Sep 2008.
I. Winkler , S. Haufe , and M. Tangermann . Automatic Classification of Artifactual ICA-Components for Artifact Removal in EEG Signals.
Behavioral and Brain Functions, 7(1):30, Aug 2011.
J. Winslow , M. Dididze , and C.K. Thomas . Automatic classification of motor unit potentials in surface EMG recorded from thenar muscles
paralyzed by spinal cord injury. Journal of Neuroscience Methods, 185:165–177, Dec 2009.
M. Winterhalder , T. Maiwald , H.U. Voss , R. Aschenbrenner-Scheibe , J. Timmer , and A. Schulze-Bonhage . The seizure prediction
characteristic: a general framework to assess and compare seizure prediction methods. Epilepsy & Behavior, 4:318–325, Jun 2003.
M. Winterhalder , B. Schelter , W. Hesse , K. Schwab , L. Leistritz , D. Klan , R. Bauer , J. Timmer , and H. Witte . Comparison of linear
signal processing techniques to infer directed interactions in multivariate neural systems. Signal Processing, 85:2137–2160, 2005.
H.P. Wit , P. van Dijk , and P. Avan . Wavelet analysis of real ear and synthesized click evoked otoacoustic emissions. Hearing Research,
73:141–147, Mar 1994.
C. Woody . Characterization of an adaptive filter for the analysis of variable latency neuroelectric signals. Medical and Biological
Engineering and Computing, 5:539–554, 1967.
S.C. Wriessnegger , J. Kurzmann , and C. Neuper . Spatio-temporal differences in brain oxygenation between movement execution and
imagery: a multichannel near-infrared spectroscopy study. International Journal of Psychophysiology, 67(1):54–63, Jan 2008.
J.J. Wright . Brain Dynamics, chapter Linearity and nonlinearity in electrocortical waves and their elementary statistical dynamics, pages
201–213. Springer Series in Brain Dynamics 2. Springer Verlag, 1989.
J.J. Wright , P.D. Bourke , and C.L. Chapman . Synchronous oscillations in the cerebral cortex and object coherence: Simulation of basic
electrophysiological findings. Biol Cybern, 83:341–353, 2000.
M. Wyczesany , M.A. Ferdek , and S.J. Grzybowski . Cortical functional connectivity is associated with the valence of affective states.
Brain and Cognition, 90:109–115, Oct 2014.
S. Yamada and I. Yamaguchi . Magnetocardiograms in clinical medicine: unique information on cardiac ischemia, arrhythmias, and fetal
diagnosis. Internal Medicine, 44:1–19, Jan 2005.
F. Yger , M. Berar , and F. Lotte . Riemannian approaches in brain-computer interfaces: A review. IEEE Transactions on Neural Systems
and Rehabilitation Engineering, 25(10):1753–1762, 2017.
S.N. Yu and Y.H. Chen . Electrocardiogram beat classification based on wavelet transformation and probabilistic neural network. Pattern
Recognition Letters, 28:1142–1150, 2007.
H. Yuan , T. Liu , R. Szarkowski , C. Rios , J. Ashe , and B. He . Negative covariation between task-related responses in alpha/beta-band
activity and bold in human sensorimotor cortex: an EEG and fMRI study of motor imagery and movements. Neuroimage, 49(3):2596–2606,
Feb 2010.
M.A. Yücel , J. Selb , C.M. Aasted , P.Y. Lin , D. Borsook , L. Becerra , and D.A. Boas . Mayer waves reduce the accuracy of estimated
hemodynamic response functions in functional near-infrared spectroscopy. Biomedical Optics Express, 7(8):3078–3088, Aug 2016.
P. Zaramella , F. Freato , A. Amigoni , S. Salvadori , P. Marangoni , A. Suppiej , A. Suppjei , B. Schiavo , and L. Chiandetti . Brain auditory
activation measured by near-infrared spectroscopy (NIRS) in neonates. Pediatric Research, 49(2):213–219, Feb 2001.
J.J. Żebrowski , W. Popławska , and R. Baranowski . Entropy, pattern entropy, and related methods for the analysis of data on the time
intervals between heartbeats from 24-h electrocardiograms. Physical Review E, 50(5):4187–4205, 1994.
X. Zeng , Y. Dong , and X. Wang . Flexible electrode by hydrographic printing for surface electromyography monitoring. Materials, 13(10),
2020.
D. Zennaro , P. Wellig , V.M. Koch , G.S. Moschytz , and T. Laubli . A software package for the decomposition of long-term multichannel
EMG signals using wavelet coefficients. IEEE Trans Biomed Eng, 50:58–69, Jan 2003.
X. Zhang , L.G. Durand , L. Senhadji , H.C. Lee , and J.L. Coatrieux . Analysis-synthesis of the phonocardiogram based on the matching
pursuit method. IEEE Trans Biomed Eng, 45(8):962–971, Aug 1998.
X. Zhang , W. Zhong , Jurij Brankačk , Sascha W. Weyer , Ulrike C. Müller , Adriano B.L. Tort , and Andreas Draguhn . Impaired theta-
gamma coupling in APP-deficient mice. Scientific Reports, 6(1), Apr 2016.
Z.G. Zhang , V.W. Zhang , S.C. Chan , B. McPherson , and Y. Hu . Time-frequency analysis of click-evoked otoacoustic emissions by
means of a minimum variance spectral estimation-based method. Hear Res, 243:18–27, Sep 2008.
H. Zhao , J.F. Strasburger , B.F. Cuneo , and R.T. Wakai . Fetal cardiac repolarization abnormalities. Am J Cardiol, 98:491–496, Aug
2006.
H. Zhao and R.T. Wakai . Simultaneity of foetal heart rate acceleration and foetal trunk movement determined by foetal
magnetocardiogram actocardiography. Physics in Medicine & Biology, 47:839–846, Mar 2002.
M. Zijlmans , W. Zweiphenning , and Nicole van Klink . Changing concepts in presurgical assessment for epilepsy surgery. Nature
Reviews Neurology, 15, Jul 2019.
A.M. Zoubir and B. Boashash . The bootstrap and its application in signal processing. IEEE Signal Processing Magazine, 15:56–76, 1988.
M.J. Zwarts , G. Drost , and D.F. Stegeman . Recent progress in the diagnostic use of surface EMG for neurological diseases. Journal of
Electromyography & Kinesiology, 10:287–291, Oct 2000.
G. Zweig and C.A. Shera . The origin of periodicity in the spectrum of evoked otoacoustic emissions. J Acoust Soc Am, 98:2018–2047, Oct
1995.
J. Zygierewicz , K.J. Blinowska , P.J. Durka , W. Szelenbeger , S. Niemcewicz , and W. Androsiuk . High resolution study of sleep
spindles. Clinical Neurophysiology, 110(12):2136–2147, 1999.
J. Zygierewicz , P.J. Durka , H. Klekowicz , P.J. Franaszczuk , and N.E. Crone . Computationally efficient approaches to calculating
significant ERD/ERS changes in the time-frequency plane. Journal of Neuroscience Methods, 145:267–276, Jun 2005.
Q. Zhang , A. I. Manriquez , C. Medigue , Y. Papelier , and M. Sorine . An algorithm for robust and efficient location of T-wave ends in
electrocardiograms. IEEE Trans Biomed Eng, 53:2544–2552, 2006.

View publication stats

You might also like