Details

Digital Signal Processing Using MATLAB for Students and Researchers


Digital Signal Processing Using MATLAB for Students and Researchers


1. Aufl.

von: John W. Leis

99,99 €

Verlag: Wiley
Format: EPUB
Veröffentl.: 14.10.2011
ISBN/EAN: 9781118033807
Sprache: englisch
Anzahl Seiten: 396

DRM-geschütztes eBook, Sie benötigen z.B. Adobe Digital Editions und eine Adobe ID zum Lesen.

Beschreibungen

<p>Quickly Engages in Applying Algorithmic Techniques to Solve Practical Signal Processing Problems</p> <p>With its active, hands-on learning approach, this text enables readers to master the underlying principles of digital signal processing and its many applications in industries such as digital television, mobile and broadband communications, and medical/scientific devices. Carefully developed MATLAB® examples throughout the text illustrate the mathematical concepts and use of digital signal processing algorithms. Readers will develop a deeper understanding of how to apply the algorithms by manipulating the codes in the examples to see their effect. Moreover, plenty of exercises help to put knowledge into practice solving real-world signal processing challenges.</p> <p>Following an introductory chapter, the text explores:</p> <ul> <li> <p>Sampled signals and digital processing</p> </li> <li> <p>Random signals</p> </li> <li> <p>Representing signals and systems</p> </li> <li> <p>Temporal and spatial signal processing</p> </li> <li> <p>Frequency analysis of signals</p> </li> <li> <p>Discrete-time filters and recursive filters</p> </li> </ul> <p>Each chapter begins with chapter objectives and an introduction. A summary at the end of each chapter ensures that one has mastered all the key concepts and techniques before progressing in the text. Lastly, appendices listing selected web resources, research papers, and related textbooks enable the investigation of individual topics in greater depth.</p> <p>Upon completion of this text, readers will understand how to apply key algorithmic techniques to address practical signal processing problems as well as develop their own signal processing algorithms. Moreover, the text provides a solid foundation for evaluating and applying new digital processing signal techniques as they are developed.</p>
Preface xi <p><b>Chapter 1. What Is Signal Processing? 1</b></p> <p>1.1 Chapter Objectives 1</p> <p>1.2 Introduction 1</p> <p>1.3 Book Objectives 2</p> <p>1.4 DSP and ITS Applications 3</p> <p>1.5 Application Case Studies Using DSP 4</p> <p>1.6 Overview of Learning Objectives 12</p> <p>1.7 Conventions Used in This Book 15</p> <p>1.8 Chapter Summary 16</p> <p><b>Chapter 2. Matlab for Signal Processing 19</b></p> <p>2.1 Chapter Objectives 19</p> <p>2.2 Introduction 19</p> <p>2.3 What Is MATLAB? 19</p> <p>2.4 Getting Started 20</p> <p>2.5 Everything Is a Matrix 20</p> <p>2.6 Interactive Use 21</p> <p>2.7 Testing and Looping 23</p> <p>2.8 Functions and Variables 25</p> <p>2.9 Plotting and Graphing 30</p> <p>2.10 Loading and Saving Data 31</p> <p>2.11 Multidimensional Arrays 35</p> <p>2.12 Bitwise Operators 37</p> <p>2.13 Vectorizing Code 38</p> <p>2.14 Using MATLAB for Processing Signals 40</p> <p>2.15 Chapter Summary 43</p> <p><b>Chapter 3. Sampled Signals and Digital Processing 45</b></p> <p>3.1 Chapter Objectives 45</p> <p>3.2 Introduction 45</p> <p>3.3 Processing Signals Using Computer Algorithms 45</p> <p>3.4 Digital Representation of Numbers 47</p> <p>3.5 Sampling 61</p> <p>3.6 Quantization 64</p> <p>3.7 Image Display 74</p> <p>3.8 Aliasing 81</p> <p>3.9 Reconstruction 84</p> <p>3.10 Block Diagrams and Difference Equations 88</p> <p>3.11 Linearity, Superposition, and Time Invariance 92</p> <p>3.12 Practical Issues and Computational Efficiency 95</p> <p>3.13 Chapter Summary 98</p> <p><b>Chapter 4. Random Signals 103</b></p> <p>4.1 Chapter Objectives 103</p> <p>4.2 Introduction 103</p> <p>4.3 Random and Deterministic Signals 103</p> <p>4.4 Random Number Generation 105</p> <p>4.5 Statistical Parameters 106</p> <p>4.6 Probability Functions 108</p> <p>4.7 Common Distributions 112</p> <p>4.8 Continuous and Discrete Variables 114</p> <p>4.9 Signal Characterization 116</p> <p>4.10 Histogram Operators 117</p> <p>4.11 Median Filters 122</p> <p>4.12 Chapter Summary 125</p> <p><b>Chapter 5. Representing Signals and Systems 127</b></p> <p>5.1 Chapter Objectives 127</p> <p>5.2 Introduction 127</p> <p>5.3 Discrete-Time Waveform Generation 127</p> <p>5.4 The z Transform 137</p> <p>5.5 Polynomial Approach 144</p> <p>5.6 Poles, Zeros, and Stability 146</p> <p>5.7 Transfer Functions and Frequency Response 152</p> <p>5.8 Vector Interpretation of Frequency Response 153</p> <p>5.9 Convolution 156</p> <p>5.10 Chapter Summary 160</p> <p><b>Chapter 6. Temporal and Spatial Signal Processing 165</b></p> <p>6.1 Chapter Objectives 165</p> <p>6.2 Introduction 165</p> <p>6.3 Correlation 165</p> <p>6.4 Linear Prediction 177</p> <p>6.5 Noise Estimation and Optimal Filtering 183</p> <p>6.6 Tomography 188</p> <p>6.7 Chapter Summary 201</p> <p><b>Chapter 7. Frequency Analysis of Signals 203</b></p> <p>7.1 Chapter Objectives 203</p> <p>7.2 Introduction 203</p> <p>7.3 Fourier Series 203</p> <p>7.4 How Do the Fourier Series Coefficient Equations Come About? 209</p> <p>7.5 Phase-Shifted Waveforms 211</p> <p>7.6 The Fourier Transform 212</p> <p>7.7 Aliasing in Discrete-Time Sampling 231</p> <p>7.8 The FFT as a Sample Interpolator 233</p> <p>7.9 Sampling a Signal over a Finite Time Window 236</p> <p>7.10 Time-Frequency Distributions 240</p> <p>7.11 Buffering and Windowing 241</p> <p>7.12 The FFT 243</p> <p>7.13 The DCT 252</p> <p>7.14 Chapter Summary 266</p> <p><b>Chapter 8. Discrete-Time Filters 271</b></p> <p>8.1 Chapter Objectives 271</p> <p>8.2 Introduction 271</p> <p>8.3 What Do We Mean by “Filtering”? 272</p> <p>8.4 Filter Specification, Design, and Implementation 274</p> <p>8.5 Filter Responses 282</p> <p>8.6 Nonrecursive Filter Design 285</p> <p>8.7 Ideal Reconstruction Filter 293</p> <p>8.8 Filters with Linear Phase 294</p> <p>8.9 Fast Algorithms for Filtering, Convolution, and Correlation 298</p> <p>8.10 Chapter Summary 311</p> <p><b>Chapter 9. Recursive Filters 315</b></p> <p>9.1 Chapter Objectives 315</p> <p>9.2 Introduction 315</p> <p>9.3 Essential Analog System Theory 319</p> <p>9.4 Continuous-Time Recursive Filters 326</p> <p>9.5 Comparing Continuous-Time Filters 339</p> <p>9.6 Converting Continuous-Time Filters to Discrete Filters 340</p> <p>9.7 Scaling and Transformation of Continuous Filters 361</p> <p>9.8 Summary of Digital Filter Design via Analog Approximation 371</p> <p>9.9 Chapter Summary 372</p> <p>Bibliography 375</p> <p>Index 379 </p>
"Intended for undergraduate or graduate students in engineering or related disciplines, this introductory volume examines key theories in signal processing and presents this information optimized for use with MATLAB technical computing software." (Book News, 1 October 2011) <p> </p>
<b>John Leis</b>, PhD, is Associate Professor of Electrical and Computer Engineering at the University of Southern Queensland. He has authored many technical papers in areas involving signal processing and networking. Dr. Leis's interests include signal processing for data compression and coding, medical signal processing, and advanced instrumentation using signal processing algorithms. He has collaborated internationally on various research projects. Dr. Leis has taught the subject material extensively in Australia and also Singapore. He is a Senior Member of the Institution of Electrical & Electronic Engineers and a Member of the Association for Computing Machinery.
<p>Quickly Engages in Applying Algorithmic Techniques to Solve Practical Signal Processing Problems</p> <p>With its active, hands-on learning approach, this text enables readers to master the underlying principles of digital signal processing and its many applications in industries such as digital television, mobile and broadband communications, and medical/scientific devices. Carefully developed MATLAB® examples throughout the text illustrate the mathematical concepts and use of digital signal processing algorithms. Readers will develop a deeper understanding of how to apply the algorithms by manipulating the codes in the examples to see their effect. Moreover, plenty of exercises help to put knowledge into practice solving real-world signal processing challenges.</p> <p>Following an introductory chapter, the text explores:</p> <ul> <li> <p>Sampled signals and digital processing</p> </li> <li> <p>Random signals</p> </li> <li> <p>Representing signals and systems</p> </li> <li> <p>Temporal and spatial signal processing</p> </li> <li> <p>Frequency analysis of signals</p> </li> <li> <p>Discrete-time filters and recursive filters</p> </li> </ul> <p>Each chapter begins with chapter objectives and an introduction. A summary at the end of each chapter ensures that one has mastered all the key concepts and techniques before progressing in the text. Lastly, appendices listing selected web resources, research papers, and related textbooks enable the investigation of individual topics in greater depth.</p> <p>Upon completion of this text, readers will understand how to apply key algorithmic techniques to address practical signal processing problems as well as develop their own signal processing algorithms. Moreover, the text provides a solid foundation for evaluating and applying new digital processing signal techniques as they are developed.</p>

Diese Produkte könnten Sie auch interessieren:

Foundations of Electromagnetic Compatibility
Foundations of Electromagnetic Compatibility
von: Bogdan Adamczyk
PDF ebook
117,99 €
Human Bond Communication
Human Bond Communication
von: Sudhir Dixit, Ramjee Prasad
EPUB ebook
105,99 €
Computer Vision in Vehicle Technology
Computer Vision in Vehicle Technology
von: Antonio M. López, Atsushi Imiya, Tomas Pajdla, Jose M. Álvarez
PDF ebook
81,99 €