Practical Biomedical Signal Analysis Using MATLAB® - 2nd Edition Educational eBook Download
Practical Biomedical Signal Analysis Using MATLAB® - 2nd Edition Educational eBook Download
Edition
Visit the link below to download the full version of this book:
https://medipdf.com/product/practical-biomedical-signal-analysis-using-matlab-2n
d-edition/
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
Preface xiii
List of Abbreviations xv
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
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:
xi
xii About the Series
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