50
Used, New, and Out of Print Books - We Buy and Sell - Powell's Books
Cart |
|  my account  |  wish list  |  help   |  800-878-7323
Hello, | Login
MENU
  • Browse
    • New Arrivals
    • Bestsellers
    • Featured Preorders
    • Award Winners
    • Audio Books
    • See All Subjects
  • Used
  • Staff Picks
    • Staff Picks
    • Picks of the Month
    • Bookseller Displays
    • 50 Books for 50 Years
    • 25 Best 21st Century Sci-Fi & Fantasy
    • 25 PNW Books to Read Before You Die
    • 25 Books From the 21st Century
    • 25 Memoirs to Read Before You Die
    • 25 Global Books to Read Before You Die
    • 25 Women to Read Before You Die
    • 25 Books to Read Before You Die
  • Gifts
    • Gift Cards & eGift Cards
    • Powell's Souvenirs
    • Journals and Notebooks
    • socks
    • Games
  • Sell Books
  • Blog
  • Events
  • Find A Store

Don't Miss

  • A Sale By Any Other Name
  • Spring Sale
  • Scientifically Proven Sale
  • Powell's Author Events
  • Oregon Battle of the Books
  • Audio Books

Visit Our Stores


Kelsey Ford: Powell's Picks Spotlight: Kelly Link's 'White Cat, Black Dog' (0 comment)
I vividly remember the night I was first introduced to Kelly Link’s work. I was 18 — young and dumb and wildly shy, living across the country from where I grew up. In Link’s new book, there’s a line that goes “Like the werewolf, we are uneasy in human spaces and human company...
Read More»
  • Powell's Staff: New Literature in Translation: March 2023 (0 comment)
  • Powell's Staff: Powell's 2023 Book Preview: The Second Quarter (0 comment)

{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##

C Algorithms for Real-Time DSP

by Paul Embree
C Algorithms for Real-Time DSP

  • Comment on this title
  • Synopses & Reviews
  • Read an Excerpt

ISBN13: 9780133373530
ISBN10: 0133373533
Condition: Standard
DustJacket: Standard

All Product Details

View Larger ImageView Larger Images
Ships free on qualified orders.
Add to Cart
0.00
List Price:0.00
Trade Paperback
Ships in 1 to 3 days
Add to Wishlist

Synopses & Reviews

Publisher Comments

Digital signal processing techniques have become the method of choice in signal processing as digital computers have increased in speed, convenience, and availability. At the same time, the C language is proving itself to be a valuable programming tool for real-time computationally intensive software tasks. This book is a complete guide to digital signal processing techniques in the C language. Covers the basic principles of digital signal processing and C programming. Introduces the basic real-time DSP programming techniques and typical programming environments which are used with DSP microprocessors. Covers the basic real-time filtering techniques which are the cornerstone of one-dimensional real-time digital signal processing. For electrical engineers and computer scientists.

Synopsis

For electrical engineers and computer scientists.

Digital signal processing techniques have become the method of choice in signal processing as digital computers have increased in speed, convenience, and availability. At the same time, the C language is proving itself to be a valuable programming tool for real-time computationally intensive software tasks. This book is a complete guide to digital real-time signal processing techniques in the C language.

Synopsis

A complete guide to digital signal processing (DSP) techniques in the C language, this book covers the basic principles of DSP and C programming, introduces the basic real-time DSP programming techniques and typical programming environments which are used with DSP microprocessors, and covers the basic real-time filtering techniques which are the cornerstone of one-dimensional real-time DSP.

Synopsis

For electrical engineers and computer scientists.

Digital signal processing techniques have become the method of choice in signal processing as digital computers have increased in speed, convenience, and availability. At the same time, the C language is proving itself to be a valuable programming tool for real-time computationally intensive software tasks. This book is a complete guide to digital real-time signal processing techniques in the C language.

Synopsis

 

Synopsis

For electrical engineers and computer scientists.

Digital signal processing techniques have become the method of choice in signal processing as digital computers have increased in speed, convenience, and availability. At the same time, the C language is proving itself to be a valuable programming tool for real-time computationally intensive software tasks. This book is a complete guide to digital real-time signal processing techniques in the C language.


Table of Contents

1. Digital Signal Processing Fundamental

1. Sequences 2. The Sampling Function 3. Samples Signal Spectra 4. Spectra of Continuous Time and Discrete Time Signals 5. Linear Time-Invariant Operators 8. Causality 10. Difference Equations 10. The z- Transform Description of Linear Operators 11. Frequency Domain Transfer Function of an Operator 14. Frequency Response from the z-Transform Description 15. Digital Filters 17. Finite Impulse Response (FIR) Filters 18. Infinite Impulse Response (IIR) Filters 21. Examples of Filter Responses 22. Filter Specifications 23. Discrete Fourier Transforms 25. Form 25. Properties 26. Power Spectrum 27. Averaged Periodograms 28. The Fast Fourier Transform (FFT) 28. An Example of the FFT 30. Nonlinear Operators 32. m-Law and A-Law Compression 33. Probability and Random Processes 35. Basic Probability 35. Random Variables 36. Mean, Variance, and Gaussian Random Variables 37. Quantization of Sequences 40. Random Processes, Autocorrelation, and Spectral Density 42. Modeling Real-World Signals with AR Processes 43. Adaptive Filters and Systems 46. Wiener Filter Theory 48. LMS Algorithms 50. References 51.

2. C Programming Fundamentals 53.

The Elements of Real-Time DSP Programming 53. Variables and Data Types 56. Types of Numbers 56. Arrays 58. Operators 59. Assignment Operators 59. Arithmetic and Bitwise Operators 60. Combined Operators 61. Logical Operators 61. Operator Precedence and Type Conversion 62. Program Control 63. Conditional Execution: if-else 63. The Switch Statement 64. Single-Line Conditional Expressions 65. Loops: while, do-while, and for 66. Program Jumps: break, continue, and goto 67. Functions 69. Defining and Declaring Functions 69. Storage Class, Privacy, and Scope 71. Function Prototypes 73. Macros and the C Preprocessor 74. Conditional Preprocessor Directives 74. Aliases and Macros 75. Pointers and Arrays 77. Special Pointer Operators 77. Pointers and Dynamic Memory Allocation 78. Arrays of Pointers 80. Structures 82. Declaring and Referencing Structures 82. Pointers to Structures 84. Complex Numbers 85. Common C Programming Pitfalls 87. Array Indexing 87. Failure to Pass-by-Address 87. Misusing Pointers 88. Numerical C Extensions 90. Complex Data Types 90. Iteration Operators 91. Comments on Programming Style 92. Software Quality 93. Structured Programming 95. References 97.

3. DSP Microprocessors in Embedded Systems 98.

Typical Floating-Point Digital Signal Processors 99. AT&T DSP32C and DSP3210 100. Analog Devices ADSP-210XX 104. Texas Instruments TMS320C3X and TMS320C40 108. Typical Programming Tools for DSP 111. Basic C Compiler Tools 111. Memory Map and Memory Bandwidth Considerations 113. Assembly Language Simulators and Emulators 114. Advanced C Software Tools for DSP 117. Source Level Debuggers 117. Assembly-C Language Interfaces 120. Numeric C Compilers 121. ReaL-Time System Design Considerations 124. Physical Input/Output (Memory Mapped, Serial, Polled) 124. Interrupts and Interrupt- Driven I/O 125. Efficiency of Real-Time Compiled Code 128. Multiprocessor Architectures 130.

4. Real-Time Filtering 132.

Real-Time FIR and IIR Filters 132. FIR Filter Function 134. FIR Filter Coefficient Calculation 136. IIR Filter Function 145. Real-Time Filtering Example 151. Filtering to Remove Noise 158. Gaussian Noise Generation 158. Signal-to-Noise Ratio Improvement 160. Sample Rate Conversion 160. FIR Interpolation 163. Real-Time Interpolation Followed by Decimation 163. Real-Time Sample Rate Conversion 167. Fast Filtering Algorithms 168. Fast Convolution Using FFT Methods 170. Interpolation Using the FFT 176. Oscillators and Waveform Synthesis 178. IIR Filters as Oscillators 178. Table-Generated Waveforms 179. References 187.

5. Real-Time DSP Applications 186.

FFT Power Spectrum Estimation 186. Speech Spectrum Analysis 187. Doppler Radar Processing 190. Parametric Spectral Estimation 193. ARMA Modeling of Signals 193. AR Frequency Estimation 198. Speech Processing 200. Speech Compression 201. ADPCM (G.722) 202. Music Processing 218. Equalization and Noise Removal 218. Pitch-Shifting 220. Music Synthesis 225. Adaptive Filter Applications 228. LMS Signal Enhancement 228. Frequency Tracking with Noise 233. References 237.

Appendix -- DSP Functions Library and Programs.

Index.

Preface.


What Our Readers Are Saying

Be the first to share your thoughts on this title!




Product Details

ISBN:
9780133373530
Binding:
Trade Paperback
Publication date:
05/27/1995
Publisher:
Prentice Hall
Language:
English
Pages:
256
Height:
.55IN
Width:
6.96IN
Thickness:
.55 in.
LCCN:
95-4077
Number of Units:
1
Copyright Year:
95
Series Volume:
no. 16
UPC Code:
2800133373532
Author:
P Embree
Author:
Paul Embree
Subject:
C (computer program language)
Subject:
Engineering / Electrical
Subject:
Computer algorithms
Subject:
Language, literature and biography
Subject:
Communications-Telephony
Subject:
Real-time data processing
Subject:
C

Ships free on qualified orders.
Add to Cart
0.00
List Price:0.00
Trade Paperback
Ships in 1 to 3 days
Add to Wishlist
Used Book Alert for book Receive an email when this ISBN is available used.
{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##
  • Twitter
  • Facebook
  • Pinterest
  • Instagram

  • Help
  • Guarantee
  • My Account
  • Careers
  • About Us
  • Security
  • Wish List
  • Partners
  • Contact Us
  • Shipping
  • Transparency ACT MRF
  • Sitemap
  • © 2023 POWELLS.COM Terms

{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##