
Signal Processing
Description
Alles über E-Books | Antworten auf Fragen rund um E-Books, Kopierschutz und Dateiformate finden Sie in unserem Info- & Hilfebereich.
Separate signals from noise with this valuable introduction to signal processing by applied decomposition
The decomposition of complex signals into the sub-signals, or individual components, is a crucial tool in signal processing. It allows each component of a signal to be analyzed individually, enables the signal to be isolated from noise, and processed in full. Decomposition processes have not always been widely adopted due to the difficult underlying mathematics and complex applications. This text simplifies these obstacles.
Signal Processing: An Applied Decomposition Approach demystifies these tools from a model-based perspective. This offers a mathematically informed, "step-by-step" analysis of the process by breaking down a composite signal/system into its constituent parts, while introducing both fundamental concepts and advanced applications. This comprehensive approach addresses each of the major decomposition techniques, making it an indispensable addition to any library specializing in signal processing.
Signal Processing readers will find:
- Signal decomposition techniques developed from the data-based, spectral-based and model-based perspectives incorporate: statistical approaches (PCA, ICA, Singular Spectrum); spectral approaches (MTM, PHD, MUSIC); and model-based approaches (EXP, LATTICE, SSP)
- In depth discussion of topics includes signal/system estimation and decomposition, time domain and frequency domain techniques, systems theory, modal decompositions, applications and many more
- Numerous figures, examples, and tables illustrating key concepts and algorithms are developed throughout the text
- Includes problem sets, case studies, real-world applications as well as MATLAB notes highlighting applicable commands
Signal Processing is ideal for engineering and scientific professionals, as well as graduate students seeking a focused text on signal/system decomposition with performance metrics and real-world applications.
More details
Other editions
Additional editions

Person
James Vincent Candy, PhD, is the Chief Scientist for Engineering, a Distinguished Member of the Technical Staff, founder and former Director of the Center for Advanced Signal & Image Sciences (CASIS) at the Lawrence Livermore National Laboratory and an Adjunct Full-Professor at the University of California, Santa Barbara. He received his his BSEE from the University of Cincinnati along with his MSE and PhD in Electrical Engineering from the University of Florida. Dr. Candy is a Life-Fellow of the IEEE and a 25-Year-Fellow of the Acoustical Society of America (ASA). He was elected as a Life Member at the University of Cambridge (Clare Hall College). Dr. Candy has been awarded the Interdisciplinary Helmholtz-Rayleigh Silver Medal in Signal Processing/Underwater Acoustics by the Acoustical Society of America, the IEEE Distinguished Technical Achievement Award for the development of model-based signal processing as well as an elected IEEE Distinguished Lecturer in Oceanic Signal Processing. He also received the R&D100 award for his innovative invention in radiation threat detection. He has published over 250 journal articles, book chapters, and technical reports as well as written six texts in signal processing: Signal Processing: the Model-Based Approach, (McGraw-Hill, 1986), Signal Processing: the Modern Approach,(McGraw-Hill, 1988), Model-Based Signal Processing, (Wiley/IEEE Press, 2006), Bayesian Signal Processing: Classical, Modern and Particle Filtering (Wiley/IEEE Press, 2009), Bayesian Signal Processing: Classical, Modern and Particle Filtering, 2nd Ed. (Wiley/IEEE Press, 2016), and Model-Based Processing: An Applied Subspace Identification Approach (Wiley, 2019).
Content
About the Author xiii
Preface xv
Acknowledgments xxv
Glossary xxvi
About the Companion Website xxx
1 Introduction 1
1.1 Background 1
1.2 Spectral Decomposition 4
1.3 Data Decomposition 6
1.4 Model-based Decomposition 13
1.5 Notation and Terminology 24
1.6 Summary 25
MATLAB® Notes 26
References 26
Problems 27
2 Random Signals and Systems 31
2.1 Introduction 31
2.2 Discrete Random Signals 34
2.3 Spectral Representation of Random Signals 38
2.4 Discrete Systems with Random Inputs 41
2.5 Classical Spectral Estimation 44
2.5.1 Correlation Method (Blackman-Tukey) 45
2.5.2 Average Periodogram Method (Welch) 46
2.5.3 Minimum Variance Distortionless Response (MVDR) 48
2.5.4 Coherence Function 50
2.6 Case Study: Sinusoids in Noise 52
2.7 Summary 54
MATLAB® Notes 55
References 55
Problems 56
3 Signal Models 61
3.1 Data-Based Models 61
3.1.1 Data-Based Response Matrices 61
3.1.2 Data-Based Toeplitz Matrices 63
3.1.3 Data-Based Hankel Matrices 64
3.2 Parametric-Based Models 65
3.2.1 ARMAX (AR, ARX, MA, ARMA) Models 65
3.2.2 Lattice Models 73
3.2.3 Transfer Function/Frequency Response Function Models 78
3.2.4 Harmonic Models 81
3.3 State-space Models 85
3.3.1 Continuous-time State-space Models 86
3.3.2 Sampled-data State-space Models 88
3.3.3 Discrete-time State-space Models 90
3.3.4 Gauss-Markov State-space Models 92
3.3.5 Innovations Model 95
3.3.6 State-space Equivalence Models 96
3.4 Summary 103
MATLAB® Notes 103
References 104
Problems 105
4 Signal Estimation 111
4.1 Classical Estimation 111
4.1.1 Estimator Properties 113
4.1.2 Estimator Performance 115
4.2 Minimum Variance (MV) Estimation 116
4.3 Maximum A-Posteriori (MAP) Estimation 119
4.4 Maximum Likelihood (ML) Estimation 121
4.5 Least-squares (LS) Estimation 124
4.5.1 Batch Least Squares 124
4.5.2 Recursive Least-squares 128
4.6 Optimal Signal Estimation 133
4.7 Projection Theory 137
4.7.1 Orthogonal Projections: A Geometric Decomposition Perspective 137
4.7.2 Orthogonal Projections: Singular Value Decomposition 140
4.8 Summary 142
MATLAB® Notes 142
References 143
Problems 144
5 Signal Decomposition 149
5.1 Introduction 149
5.2 Data-Based Decompositions 149
5.2.1 Data Decomposition: Principal Component Analysis (PCA) 151
5.2.2 Data Decomposition: Independent Component Analysis (ICA) 156
5.2.2.1 Higher Order Statistics 159
5.2.2.2 Information Theory: Negentropy 160
5.2.2.3 Information Theory: Mutual Information 161
5.2.2.4 Estimation Theory: Maximum Likelihood 162
5.2.3 Data Decomposition: Singular Spectral Analysis (SSA) 164
5.3 Spectral-Based Decompositions 168
5.3.1 Spectral Decomposition: Multitaper Method (MTM) 168
5.3.2 Spectral Decomposition: Subspace Method 173
5.3.3 Spectral Decomposition: Pisarenko Harmonic Decomposition (PHD) Method 176
5.3.4 Spectral Decomposition: Multiple Signal Classification (MUSIC) Method 177
5.4 Model-Based Decomposition 179
5.4.1 Model-Based Decomposition: Damped Exponential Method 180
5.4.2 Model-Based Decomposition: Lattice Method 186
5.4.3 Model-Based Decomposition: State-Space Method 192
5.5 Case Study: Harmonics in Noise 198
5.6 Summary 201
MATLAB® Notes 201
References 202
Problems 206
6 Model-based Decomposition: Time Domain 211
6.1 Background: State-space Systems 211
6.1.1 Discrete Systems Theory 212
6.1.2 Stable Linear Systems 214
6.1.3 Equivalent Linear Systems 215
6.1.4 Modal Systems 216
6.2 Realization Problem 220
6.2.1 Realization Theory 221
6.2.2 Balanced Realizations 226
6.2.3 Systems Theory Summary 227
6.3 Realization Decomposition 228
6.3.1 Ho-Kalman Realization 228
6.3.2 SVD Realization 230
6.4 Subspace Decomposition: Orthogonal Projections 233
6.4.1 Subspace Realization: Orthogonal Projections 236
6.4.2 Multivariable Output Error State-space (MOESP) Algorithm 241
6.5 Subspace Decomposition: Oblique Projections 244
6.5.1 Subspace Realization: Oblique Projections 248
6.5.2 Numerical Algorithms for Subspace State-space System Identification (N4SID) 250
6.6 System Order Estimation and Validation 253
6.6.1 Order Estimation: SVD Approach 255
6.6.2 Model Validation 257
6.7 Case Study: Multichannel Mechanical Systems 259
6.7.1 Mechanical Systems 260
6.7.2 Case Study: 3-mass Mechanical System 261
6.8 Summary 267
MATLAB® Notes 268
References 268
Problems 270
7 Model-Based Decomposition: Frequency Domain 279
7.1 Introduction 279
7.1.1 Background 280
7.2 Frequency Response Functions (FRF) 282
7.2.1 FRF Estimation: Impulse Response Method 283
7.2.2 FRF Spectral Estimation: Polynomial Models 285
7.2.3 FRF-Spectral Estimation: Power Spectra 286
7.2.4 FRF-Spectral Estimation: Frequency Domain Decomposition (FDD) Method 289
7.2.4.1 Power Spectral Density Decomposition 289
7.2.4.2 Complex Mode Indicator Function (CMIF) 290
7.2.5 Stabilization Diagram (SDIAG) 292
7.3 Least-squares Complex Frequency (LSCF) Method 295
7.4 PolyReference Least-Squares Complex Frequency (pLSCF) Method 301
7.5 Maximum Likelihood PolyReference Frequency Domain Estimation (ML-pLSCF) 307
7.6 Case Study: 15-DOF Structure 312
7.7 Summary 320
MATLAB® Notes 322
References 322
Problems 324
8 Performance Analysis 329
8.1 Statistical Performance Methods 329
8.1.1 Zero-Mean Test 329
8.1.2 Whiteness Test 330
8.1.3 Weighted Sum-Squared Residual Test 331
8.1.4 Standard Error Test 332
8.1.5 Correlation Coefficient Function Test 332
8.1.6 Coherence Function Test 333
8.1.7 Ensemble Tests 334
8.1.8 Statistical Order Estimation 335
8.1.9 Signal (Model) Validation 340
8.1.10 MAD Signal Validation 341
8.2 Physical Performance Metrics 344
8.2.1 Spectral Peaks: Picking/Histogram 346
8.2.2 Modal Assurance Criterion (MAC) 347
8.2.3 Hankel/SVD Criteria 348
8.2.4 Modal Observability Correlation (MOC) Criterion 349
8.2.5 Modal Singular Value (MSV) Criterion 349
8.2.6 Stabilization Diagram (SDIAG) 350
8.2.7 Modal Frequency Tracker 351
8.3 Case Study: Resonant Modal MCK System 352
8.4 Summary 355
MATLAB® Notes 355
References 355
9 Applications 359
9.1 Modal Decomposition: Sounding Rocket Flight 359
9.1.1 Experimental Test Unit Design and Analysis 359
9.1.2 Sounding Rocket Flight Testing 360
9.1.3 Summary 367
9.2 Vibrational Response of a Cylindrical Structure: Identification and Modal Tracking 370
9.2.1 Summary 376
9.3 Resonant Ultrasound Spectroscopy 377
9.3.1 RUS Methodology 379
9.3.2 Modal Analysis: FRF and Frequency Histogram 380
9.3.3 Model-Based Decomposition Approach 382
9.3.4 Application: Parallel Piped Structure 382
9.3.4.1 Synthesized Data: RPP Structure 383
9.3.5 Experimental Data: RPP Structure 385
9.3.6 Model-Based Decomposition Processor 388
9.3.7 Elastic Coefficient Estimation 388
9.3.8 Summary 390
9.4 Model-Based Subsystem Decomposition of an 8-Story (8-Mass) Structure 390
9.4.1 Subspace Structural Identification 391
9.4.2 Shaping Filters 396
9.4.3 Subsystem Modal Extraction 397
9.4.4 Summary 403
9.5 Data-Based Decomposition: Time-Reversal Processing 403
9.5.1 Iterative Time-Reversal Decomposition 406
9.5.2 Eigen-decomposition Time-reversal Extraction 408
9.5.3 Summary 413
References 413
A Probability and Statistics Overview 417
A.1 Probability Theory 417
A.2 Gaussian Random Vectors 422
A.3 Uncorrelated Transformation: Gaussian Random Vectors 423
A.4 Toeplitz Correlation Matrices 424
A.5 Important Processes 424
References 426
B Projection Theory 427
B.1 Projections: Deterministic Spaces 427
B.2 Projections: Random Spaces 428
B.3 Projection: Operators 429
B.3.1 Orthogonal (Perpendicular) Projections 429
B.3.2 Oblique (Parallel) Projections 430
References 432
C Matrix Decompositions 433
C.1 Singular Value Decomposition 433
C.2 QR Decomposition 435
C.3 LQ Decomposition 435
References 436
Index 437
Preface
This text is focused on the decomposition of complex signals into independent sub-signals or equivalently components enabling subsequent analysis and design. Decomposing a signal into its constituent components not only enables an effective mechanism for analysis, but also provides a means to process each individual component more effectively, while mitigating disturbances and noise [1-4]. Decomposition techniques have evolved historically as the Fourier decomposition of a signal and/or system into sinusoidal components for subsequent frequency domain analysis, to statistical decompositions in classifications, to modal decompositions in structural analysis, to wavelet decompositions providing a novel domain for subsequent analysis of variable signals [1, 5-7]. This text is focused on such a decomposition essentially decoupling signals and their underlying systems into more manageable independent sub-signals or subsystems enabling effective analysis and subsequent designs [8]. What motivates this approach are the large number of available numerical methods capable of performing such a decomposition in a robust and efficient manner [9, 10]. Perhaps the most prominent method is the singular value decomposition (SVD), well known for its robust methodology of detecting the rank of a matrix that has evolved as the "go-to" solution ranging from eigen-decompositions to provide reduced rank filtering of noisy data [9-15]. This method has been applied to many problems with great success ranging from the usual tracking problem in radar/sonar, to decomposing images into subimages in optical processing, to decomposing transient speech signals in voice recognition, to medical application in cardiac as well as neurological signals [16-18]. In any case this method is the premier workhorse in signal processing applications that will carefully be interwoven throughout each approach developed within this text.
For instance, acoustical response data encompasses a wide variety of signal classes ranging from sharp transients similar to seismic events or speech to muffled sinusoids in oceans or structural vibrations [6, 17]. Distinct resonant frequency peaks evolving from the measured material vibrations of resonant ultrasound, to step-frequency excitations of vibrating systems enable the evaluation of structural properties critical for the detection of potential failures [19, 20]. Control systems have often depended on somehow decomposing the underlying complex system into more manageable subsystems decoupled for both analysis and design of effective controllers [10, 21]. The response of a large bridge or building with complex and coupled substructures also depends on their decomposition into independent subsystems with their superposed responses producing the resulting measurement data. Biological signals also exhibit this complexity while they evolve from the well-understood heart beat (EKG) to the complex evoked responses of the neurological process (EEG) [18]. In all of these applications, the analysis, design, detection, and information extraction depend heavily on one significant connection-the decomposition of the signal or system into independent subsystems that can easily be evaluated and modified to achieve a specific objective (estimation, detection, control, modification, etc.) [22]. This decomposition is well known mathematically based on simple linear algebraic techniques such as diagonalizing a complex matrix by performing an eigen-decomposition [9, 11]. For mechanical systems producing complicated vibrational responses, this decomposition is called a modal decomposition where the independent modes of the system determined its measured response, while in controls, the overall plant or system is decomposed mathematically into a decoupled set of subsystems for both centralized or decentralized designs [23-25]. This decomposition usually evolves again in the form of an eigen-decomposition or the more robust SVD revealing the underlying modes dominating the composite system signal or frequency response enabling the extraction of prominent features for such applications as estimation, identification, detection, and classification [22, 26, 27]. In any case, the underlying thread that is woven throughout the "signal space" is that of the modal description of the measured data in one form or another [28]. Mechanical (control) engineers have long known about these decomposition approaches as well as signal processors in terms of modal decompositions in which a system is decomposed for analysis and design and then reconstructed through transformations (similarity) to return to the physical coordinates governing its operation [23, 25, 29].
Perhaps the mathematical notions of orthogonality and independence are two concepts that imply "decomposition" especially in the signal processing jargon. The application of techniques to decompose a signal in terms of its individual constituent components enables not only a better understanding both from a mathematical perspective, but also from a physical perspective for analysis and design [4, 5, 30-32]. It is this perspective that can lead to the extraction of crucial information directly from uncertain measured data sets-the primary objective of signal decomposition [33]. Applying this approach leads to immediate and effective as well as significantly robust techniques with a multitude of applications in tracking, estimation, detection, classification, and many other applications [26, 27, 29]. In fact, the classification of various signals depends heavily on the ability to rank the importance of features and particularly their inherent independence as in a multitude of pattern recognition applications [27]. The detection problem is quite challenging in a highly reverberant environment, but can be attacked more readily when signal decomposition techniques are applied leading to the design of decentralized rather than centralized detection solutions [34].
The essential engine that drives the solution to the signal decomposition problem is the SVD of the underlying "data matrix" that evolves directly from measurements or simulation [35, 36]. This matrix appears in a variety of forms relating the "data" directly to the underlying physical system creating it. For example, pure measurement data is produced by sensors through an acquisition system directly or can take the form of correlation estimates, frequency spectra, wavelet estimates, image pixels, and power spectra [14-18]. These data are typically placed into the data matrix that is processed by the algorithm designed to extract the desired information. The matrix can be arranged into various structures depending on the generating physical system or model. For instance, in system identification, that is, constructing a parametric model from noisy data, a Hankel or Toeplitz matrix or both are operated on by the SVD to extract the underlying model, while spectral data can be arranged into a frequency response matrix enabling the extraction of resonant frequencies [36, 37]. In any case, it is the application of the SVD or its counterparts to these matrices that enable the signal decomposition to be successfully performed [37].
Processing structural system data is characterized not just by the usual uncertainties created by environmental disturbances and noise, but also by their underlying complexities resulting from multichannel measurements and coupled responses [6]. State-space techniques have demonstrated the capability of unraveling these complexities due to their physics-based designs while mitigating these uncertainties primarily because of their robust performance all related to one primary linear algebraic methodology-the matrix SVD [17, 36]. This approach has successfully been applied to solving a wide variety of signal processing problems ranging from simple signal enhancement [4, 17, 36], to multichannel spectral estimation and array signal processing [22], anomaly detection and to even the more challenging problem of extracting a coupled structural response from noisy vibrational measurements [26]. The SVD provides the essential engine that drives these state-space processors especially when extracting the structural response of an uncertain vibrational system. In this text, the decomposition approach to signal processing is motivated by the decomposition of response data from a so-called "structural system model" [25]. Such a system is typically a civil engineered structure like a building, bridge, or machinery or even decomposing structured material all induced to vibrate revealing their internal structural properties in the form of modal responses [17, 20]. Similar to modal control systems of system theory, the modes are individual features of the structure [8, 21, 23, 25]. It is the task of the signal processor or the structural engineer or the analyst to extract this critical information from a vibrating structure to design a stable, efficient structure. Much effort has been accomplished in "operational modal analysis" (OMA) to provide a mechanical system decomposed (mathematically) into a decoupled set of subsystems for decentralized control [6, 17, 23-25]. A wealth...
System requirements
File format: ePUB
Copy protection: Adobe-DRM (Digital Rights Management)
System requirements:
- Computer (Windows; MacOS X; Linux): Install the free reader Adobe Digital Editions prior to download (see eBook Help).
- Tablet/smartphone (Android; iOS): Install the free app Adobe Digital Editions or the app PocketBook before downloading (see eBook Help).
- E-reader: Bookeen, Kobo, Pocketbook, Sony, Tolino and many more (not Kindle).
The file format ePub works well for novels and non-fiction books – i.e., „flowing” text without complex layout. On an e-reader or smartphone, line and page breaks automatically adjust to fit the small displays.
This eBook uses Adobe-DRM, a „hard” copy protection. If the necessary requirements are not met, unfortunately you will not be able to open the eBook. You will therefore need to prepare your reading hardware before downloading.
Please note: We strongly recommend that you authorise using your personal Adobe ID after installation of any reading software.
For more information, see our ebook Help page.