ORPP logo

Real-Time Digital Signal Processing : (Record no. 32688)

MARC details
000 -LEADER
fixed length control field 11242nam a22005053i 4500
001 - CONTROL NUMBER
control field EBC7103970
003 - CONTROL NUMBER IDENTIFIER
control field MiAaPQ
005 - DATE AND TIME OF LATEST TRANSACTION
control field 20240724115640.0
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS
fixed length control field m o d |
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION
fixed length control field cr cnu||||||||
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION
fixed length control field 240724s2013 xx o ||||0 eng d
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781118706695
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
Canceled/invalid ISBN 9781118414323
035 ## - SYSTEM CONTROL NUMBER
System control number (MiAaPQ)EBC7103970
035 ## - SYSTEM CONTROL NUMBER
System control number (Au-PeEL)EBL7103970
035 ## - SYSTEM CONTROL NUMBER
System control number (OCoLC)856625925
040 ## - CATALOGING SOURCE
Original cataloging agency MiAaPQ
Language of cataloging eng
Description conventions rda
-- pn
Transcribing agency MiAaPQ
Modifying agency MiAaPQ
050 #4 - LIBRARY OF CONGRESS CALL NUMBER
Classification number TK5102.9 .K86 2013
082 0# - DEWEY DECIMAL CLASSIFICATION NUMBER
Classification number 621.382/2
100 1# - MAIN ENTRY--PERSONAL NAME
Personal name Kuo, Sen M.
245 10 - TITLE STATEMENT
Title Real-Time Digital Signal Processing :
Remainder of title Fundamentals, Implementations and Applications.
250 ## - EDITION STATEMENT
Edition statement 1st ed.
264 #1 - PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT NOTICE
Place of production, publication, distribution, manufacture Newark :
Name of producer, publisher, distributor, manufacturer John Wiley & Sons, Incorporated,
Date of production, publication, distribution, manufacture, or copyright notice 2013.
264 #4 - PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT NOTICE
Date of production, publication, distribution, manufacture, or copyright notice ©2013.
300 ## - PHYSICAL DESCRIPTION
Extent 1 online resource (566 pages)
336 ## - CONTENT TYPE
Content type term text
Content type code txt
Source rdacontent
337 ## - MEDIA TYPE
Media type term computer
Media type code c
Source rdamedia
338 ## - CARRIER TYPE
Carrier type term online resource
Carrier type code cr
Source rdacarrier
490 1# - SERIES STATEMENT
Series statement New York Academy of Sciences Series
505 0# - FORMATTED CONTENTS NOTE
Formatted contents note Real-Time Digital Signal Processing: Fundamentals, implementations and applications -- Contents -- Preface -- Acknowledgments -- 1 Introduction to Real-Time Digital Signal Processing -- 1.1 Basic Elements of Real-Time DSP Systems -- 1.2 Analog Interface -- 1.2.1 Sampling -- 1.2.2 Quantization and Encoding -- 1.2.3 Smoothing Filters -- 1.2.4 Data Converters -- 1.3 DSP Hardware -- 1.3.1 DSP Hardware Options -- 1.3.2 Digital Signal Processors -- 1.3.3 Fixed- and Floating-Point Processors -- 1.3.4 Real-Time Constraints -- 1.4 DSP System Design -- 1.4.1 Algorithm Development -- 1.4.2 Selection of DSP Hardware -- 1.4.3 Software Development -- 1.4.4 Software Development Tools -- 1.5 Experiments and Program Examples -- 1.5.1 Get Started with CCS and eZdsp -- 1.5.2 C File I/O Functions -- 1.5.3 User Interface for eZdsp -- 1.5.4 Audio Playback Using eZdsp -- 1.5.5 Audio Loopback Using eZdsp -- Exercises -- References -- 2 DSP Fundamentals and Implementation Considerations -- 2.1 Digital Signals and Systems -- 2.1.1 Elementary Digital Signals -- 2.1.2 Block Diagram Representation of Digital Systems -- 2.2 System Concepts -- 2.2.1 LTI Systems -- 2.2.2 The z-transform -- 2.2.3 Transfer Functions -- 2.2.4 Poles and Zeros -- 2.2.5 Frequency Responses -- 2.2.6 Discrete Fourier Transform -- 2.3 Introduction to Random Variables -- 2.3.1 Review of Random Variables -- 2.3.2 Operations of Random Variables -- 2.4 Fixed-Point Representations and Quantization Effects -- 2.4.1 Fixed-Point Formats -- 2.4.2 Quantization Errors -- 2.4.3 Signal Quantization -- 2.4.4 Coefficient Quantization -- 2.4.5 Roundoff Noise -- 2.4.6 Fixed-Point Toolbox -- 2.5 Overflow and Solutions -- 2.5.1 Saturation Arithmetic -- 2.5.2 Overflow Handling -- 2.5.3 Scaling of Signals -- 2.5.4 Guard Bits -- 2.6 Experiments and Program Examples -- 2.6.1 Overflow and Saturation Arithmetic.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note 2.6.2 Function Approximations -- 2.6.3 Real-Time Signal Generation Using eZdsp -- Exercises -- References -- 3 Design and Implementation of FIR Filters -- 3.1 Introduction to FIR Filters -- 3.1.1 Filter Characteristics -- 3.1.2 Filter Types -- 3.1.3 Filter Specifications -- 3.1.4 Linear Phase FIR Filters -- 3.1.5 Realization of FIR Filters -- 3.2 Design of FIR Filters -- 3.2.1 Fourier Series Method -- 3.2.2 Gibbs Phenomenon -- 3.2.3 Window Functions -- 3.2.4 Design of FIR Filters Using MATLAB® -- 3.2.5 Design of FIR Filters Using the FDATool -- 3.3 Implementation Considerations -- 3.3.1 Quantization Effects in FIR Filters -- 3.3.2 MATLAB® Implementations -- 3.3.3 Floating-Point C Implementations -- 3.3.4 Fixed-Point C Implementations -- 3.4 Applications: Interpolation and Decimation Filters -- 3.4.1 Interpolation -- 3.4.2 Decimation -- 3.4.3 Sampling Rate Conversion -- 3.4.4 MATLAB® Implementations -- 3.5 Experiments and Program Examples -- 3.5.1 FIR Filtering Using Fixed-Point C -- 3.5.2 FIR Filtering Using C55xx Assembly Program -- 3.5.3 Symmetric FIR Filtering Using C55xx Assembly Program -- 3.5.4 Optimization Using Dual-MAC Architecture -- 3.5.5 Real-Time FIR Filtering -- 3.5.6 Decimation Using C and Assembly Programs -- 3.5.7 Interpolation Using Fixed-Point C -- 3.5.8 Sampling Rate Conversion -- 3.5.9 Real-Time Sampling Rate Conversion -- Exercises -- References -- 4 Design and Implementation of IIR Filters -- 4.1 Introduction -- 4.1.1 Analog Systems -- 4.1.2 Mapping Properties -- 4.1.3 Characteristics of Analog Filters -- 4.1.4 Frequency Transforms -- 4.2 Design of IIR Filters -- 4.2.1 Bilinear Transform -- 4.2.2 Filter Design Using the Bilinear Transform -- 4.3 Realization of IIR Filters -- 4.3.1 Direct Forms -- 4.3.2 Cascade Realizations -- 4.3.3 Parallel Realizations -- 4.3.4 Realization of IIR Filters Using MATLAB®.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note 4.4 Design of IIR Filters Using MATLAB® -- 4.4.1 Filter Design Using MATLAB® -- 4.4.2 Frequency Transforms Using MATLAB® -- 4.4.3 Filter Design and Realization Using the FDATool -- 4.5 Implementation Considerations -- 4.5.1 Stability -- 4.5.2 Finite-Precision Effects and Solutions -- 4.5.3 MATLAB® Implementations of IIR Filters -- 4.6 Practical Applications -- 4.6.1 Recursive Resonators -- 4.6.2 Recursive Quadrature Oscillators -- 4.6.3 Parametric Equalizers -- 4.7 Experiments and Program Examples -- 4.7.1 Direct-Form I IIR Filter Using Floating-Point C -- 4.7.2 Direct-Form I IIR Filter Using Fixed-Point C -- 4.7.3 Cascade IIR Filter Using Fixed-Point C -- 4.7.4 Cascade IIR Filter Using Intrinsics -- 4.7.5 Cascade IIR Filter Using Assembly Program -- 4.7.6 Real-Time IIR Filtering -- 4.7.7 Parametric Equalizer Using Fixed-Point C -- 4.7.8 Real-Time Parametric Equalizer -- Exercises -- References -- 5 Frequency Analysis and the Discrete Fourier Transform -- 5.1 Fourier Series and Fourier Transform -- 5.1.1 Fourier Series -- 5.1.2 Fourier Transform -- 5.2 Discrete Fourier Transform -- 5.2.1 Discrete-Time Fourier Transform -- 5.2.2 Discrete Fourier Transform -- 5.2.3 Important Properties -- 5.3 Fast Fourier Transforms -- 5.3.1 Decimation-in-Time -- 5.3.2 Decimation-in-Frequency -- 5.3.3 Inverse Fast Fourier Transform -- 5.4 Implementation Considerations -- 5.4.1 Computational Issues -- 5.4.2 Finite-Precision Effects -- 5.4.3 MATLAB® Implementations -- 5.4.4 Fixed-Point Implementation Using MATLAB® -- 5.5 Practical Applications -- 5.5.1 Spectral Analysis -- 5.5.2 Spectral Leakage and Resolution -- 5.5.3 Power Spectral Density -- 5.5.4 Convolution -- 5.6 Experiments and Program Examples -- 5.6.1 DFT Using Floating-Point C -- 5.6.2 DFT Using the C55xx Assembly Program -- 5.6.3 FFT Using Floating-Point C -- 5.6.4 FFT Using Fixed-Point C with Intrinsics.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note 5.6.5 Experiment with the FFT and IFFT -- 5.6.6 FFT Using the C55xx Hardware Accelerator -- 5.6.7 Real-Time FFT Using the C55xx Hardware Accelerator -- 5.6.8 Fast Convolution Using the Overlap-Add Technique -- 5.6.9 Real-Time Fast Convolution -- Exercises -- References -- 6 Adaptive Filtering -- 6.1 Introduction to Random Processes -- 6.2 Adaptive Filters -- 6.2.1 Introduction to Adaptive Filtering -- 6.2.2 Performance Function -- 6.2.3 Method of Steepest Descent -- 6.2.4 LMS Algorithm -- 6.2.5 Modified LMS Algorithms -- 6.3 Performance Analysis -- 6.3.1 Stability Constraint -- 6.3.2 Convergence Speed -- 6.3.3 Excess Mean-Square Error -- 6.3.4 Normalized LMS Algorithm -- 6.4 Implementation Considerations -- 6.4.1 Computational Issues -- 6.4.2 Finite-Precision Effects -- 6.4.3 MATLAB® Implementations -- 6.5 Practical Applications -- 6.5.1 Adaptive System Identification -- 6.5.2 Adaptive Prediction -- 6.5.3 Adaptive Noise Cancellation -- 6.5.4 Adaptive Inverse Modeling -- 6.6 Experiments and Program Examples -- 6.6.1 LMS Algorithm Using Floating-Point C -- 6.6.2 Leaky LMS Algorithm Using Fixed-Point C -- 6.6.3 Normalized LMS Algorithm Using Fixed-Point C and Intrinsics -- 6.6.4 Delayed LMS Algorithm Using Assembly Program -- 6.6.5 Experiment of Adaptive System Identification -- 6.6.6 Experiment of Adaptive Predictor -- 6.6.7 Experiment of Adaptive Channel Equalizer -- 6.6.8 Real-Time Adaptive Prediction Using eZdsp -- Exercises -- References -- 7 Digital Signal Generation and Detection -- 7.1 Sine Wave Generators -- 7.1.1 Lookup Table Method -- 7.1.2 Linear Chirp Signal -- 7.2 Noise Generators -- 7.2.1 Linear Congruential Sequence Generator -- 7.2.2 Pseudo-random Binary Sequence Generator -- 7.2.3 White, Color, and Gaussian Noise -- 7.3 DTMF Generation and Detection -- 7.3.1 DTMF Generator -- 7.3.2 DTMF Detection -- 7.4 Experiments and Program Examples.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note 7.4.1 Sine Wave Generator Using Table Lookup -- 7.4.2 Siren Generator Using Table Lookup -- 7.4.3 DTMF Generator -- 7.4.4 DTMF Detection Using Fixed-Point C -- 7.4.5 DTMF Detection Using Assembly Program -- Exercises -- References -- 8 Adaptive Echo Cancellation -- 8.1 Introduction to Line Echoes -- 8.2 Adaptive Line Echo Canceler -- 8.2.1 Principles of Adaptive Echo Cancellation -- 8.2.2 Performance Evaluation -- 8.3 Practical Considerations -- 8.3.1 Pre-whitening of Signals -- 8.3.2 Delay Estimation -- 8.4 Double-Talk Effects and Solutions -- 8.5 Nonlinear Processor -- 8.5.1 Center Clipper -- 8.5.2 Comfort Noise -- 8.6 Adaptive Acoustic Echo Cancellation -- 8.6.1 Acoustic Echoes -- 8.6.2 Acoustic Echo Canceler -- 8.6.3 Subband Implementations -- 8.6.4 Delay-Free Structures -- 8.6.5 Integration of Acoustic Echo Cancellation with Noise Reduction -- 8.6.6 Implementation Considerations -- 8.7 Experiments and Program Examples -- 8.7.1 Acoustic Echo Canceler Using Floating-Point C -- 8.7.2 Acoustic Echo Canceler Using Fixed-Point C with Intrinsics -- 8.7.3 Integration of AEC and Noise Reduction -- Exercises -- References -- 9 Speech Signal Processing -- 9.1 Speech Coding Techniques -- 9.1.1 Speech Production Model Using LPC -- 9.1.2 CELP Coding -- 9.1.3 Synthesis Filter -- 9.1.4 Excitation Signals -- 9.1.5 Perceptual Based Minimization Procedure -- 9.1.6 Voice Activity Detection -- 9.1.7 ACELP Codecs -- 9.2 Speech Enhancement -- 9.2.1 Noise Reduction Techniques -- 9.2.2 Short-Time Spectrum Estimation -- 9.2.3 Magnitude Spectrum Subtraction -- 9.3 VoIP Applications -- 9.3.1 Overview of VoIP -- 9.3.2 Discontinuous Transmission -- 9.3.3 Packet Loss Concealment -- 9.3.4 Quality Factors of Media Stream -- 9.4 Experiments and Program Examples -- 9.4.1 LPC Filter Using Fixed-Point C with Intrinsics.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note 9.4.2 Perceptual Weighting Filter Using Fixed-Point C with Intrinsics.
588 ## - SOURCE OF DESCRIPTION NOTE
Source of description note Description based on publisher supplied metadata and other sources.
590 ## - LOCAL NOTE (RLIN)
Local note Electronic reproduction. Ann Arbor, Michigan : ProQuest Ebook Central, 2024. Available via World Wide Web. Access may be limited to ProQuest Ebook Central affiliated libraries.
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element Signal processing-Digital techniques.
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element Texas Instruments TMS320 series microprocessors.
655 #4 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
776 08 - ADDITIONAL PHYSICAL FORM ENTRY
Relationship information Print version:
Main entry heading Kuo, Sen M.
Title Real-Time Digital Signal Processing
Place, publisher, and date of publication Newark : John Wiley & Sons, Incorporated,c2013
International Standard Book Number 9781118414323
797 2# - LOCAL ADDED ENTRY--CORPORATE NAME (RLIN)
Corporate name or jurisdiction name as entry element ProQuest (Firm)
830 #0 - SERIES ADDED ENTRY--UNIFORM TITLE
Uniform title New York Academy of Sciences Series
856 40 - ELECTRONIC LOCATION AND ACCESS
Uniform Resource Identifier <a href="https://ebookcentral.proquest.com/lib/orpp/detail.action?docID=7103970">https://ebookcentral.proquest.com/lib/orpp/detail.action?docID=7103970</a>
Public note Click to View

No items available.

© 2024 Resource Centre. All rights reserved.