An accompanying manual to Theodoridis/Koutroumbas, Pattern Recognition, that includes Matlab code of the most common methods and algorithms in the book, together with a descriptive summary and solved examples, and including real-life data sets in imaging and audio recognition.
Introduction to Audio Analysis. A MATLAB Approach
โ Scribed by Theodoros Giannakopoulos and Aggelos Pikrakis (Auth.)
- Publisher
- Academic Press
- Year
- 2014
- Tongue
- English
- Leaves
- 262
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
Introduction to Audio Analysis serves as a standalone introduction to audio analysis, providing theoretical background to many state-of-the-art techniques. It covers the essential theory necessary to develop audio engineering applications, but also uses programming techniques, notably MATLABยฎ, to take a more applied approach to the topic. Basic theory and reproducible experiments are combined to demonstrate theoretical concepts from a practical point of view and provide a solid foundation in the field of audio analysis.
Audio feature extraction, audio classification, audio segmentation, and music information retrieval are all addressed in detail, along with material on basic audio processing and frequency domain representations and filtering. Throughout the text, reproducible MATLABยฎ examples are accompanied by theoretical descriptions, illustrating how concepts and equations can be applied to the development of audio analysis systems and components. A blend of reproducible MATLABยฎ code and essential theory provides enable the reader to delve into the world of audio signals and develop real-world audio applications in various domains.
- Practical approach to signal processing: The first book to focus on audio analysis from a signal processing perspective, demonstrating practical implementation alongside theoretical concepts
- Bridge the gap between theory and practice: The authors demonstrate how to apply equations to real-life code examples and resources, giving you the technical skills to develop real-world applications
- Library of MATLAB code: The book is accompanied by a well-documented library of MATLAB functions and reproducible experiments
โฆ Table of Contents
Content:
Introduction to Audio Analysis, Page i
Introduction to Audio Analysis: A MATLAB Approach, Page iii
Copyright, Page iv
Preface, Pages vii-viii
Acknowledgments, Page ix
List of Tables, Page xi
List of Figures, Pages xiii-xvi
Chapter 1 - Introduction, Pages 3-8
Chapter 2 - Getting Familiar with Audio Signals, Pages 9-31
Chapter 3 - Signal Transforms and Filtering Essentials, Pages 33-57
Chapter 4 - Audio Features, Pages 59-103
Chapter 5 - Audio Classification, Pages 107-151
Chapter 6 - Audio Segmentation, Pages 153-183
Chapter 7 - Audio Alignment and Temporal Modeling, Pages 185-207
Chapter 8 - Music Information Retrieval, Pages 211-231
Appendix A - The Matlab Audio Analysis Library, Pages 233-240
Appendix B - Audio-Related Libraries and Software, Pages 241-245
Appendix C - Audio Datasets, Pages 247-249
Bibliography, Pages 251-258
Index, Pages 259-266
๐ SIMILAR VOLUMES
I have read the first chapter so far, however i have found that the book is so practical. I have passed machine learning in the school and i can say that this book a good snapshot of that subject. The most important thing is that the book includes lots of matlab codes which really help the readers
<i>Introduction to Pattern Recognition: A Matlab Approach</i>is an accompanying manual to Theodoridis/Koutroumbas' Pattern Recognition.<br /><br />It includes Matlab code of the most common methods and algorithms in the book, together with a descriptive summary and solved examples, and including rea
An accompanying manual to Theodoridis/Koutroumbas, Pattern Recognition, that includes Matlab code of the most common methods and algorithms in the book, together with a descriptive summary and solved examples, and including real-life data sets in imaging and audio recognition.
1.1 What is MATLAB? 1 -- 1.2 Elementary MATLAB Constructs 3 -- 1.2.1 MATLAB Variables 4 -- 1.2.2 Arithmetic Operations 13 -- 1.2.3 Logical and Relational Operations 21 -- 1.2.4 Mathematical Functions 26 -- 1.2.5 Graphical Functions 33 -- 1.2.6 I/O Operations 50 -- 1.2.7 Import Wizard 52 -- 1.2.8 S