C Algorithms for Real-time DSP

C Algorithms for Real-time DSP
Author: Paul M. Embree
Publisher: Prentice Hall
Total Pages: 272
Release: 1995
Genre: Computers
ISBN:

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. The CD contents are on the book's main web page -- www.informit.com/title/0133373533

C++ Algorithms for Digital Signal Processing

C++ Algorithms for Digital Signal Processing
Author: Paul Embree
Publisher: Pearson Education
Total Pages: 697
Release: 1998-11-13
Genre: Computers
ISBN: 0132442051

Bring the power and flexibility of C++ to all your DSP applications The multimedia revolution has created hundreds of new uses for Digital Signal Processing, but most software guides have continued to focus on outdated languages such as FORTRAN and Pascal for managing new applications. Now C++ Algorithms for Digital Signal Processing applies object-oriented techniques to this growing field with software you can implement on your desktop PC. C++ Algorithms for Digital Signal Processing's programming methods can be used for applications as diverse as: Digital audio and video Speech and image processing Digital communications Radar, sonar, and ultrasound signal processing Complete coverage is provided, including: Overviews of DSP and C++ Hands-on study with dozens of exercises Extensive library of customizable source code Import and Export of Microsoft WAV and Matlab data files Multimedia professionals, managers, and even advanced hobbyists will appreciate C++ Algorithms for Digital Signal Processing as much as students, engineers, and programmers. It's the ideal bridge between programming and signal processing, and a valuable reference for experts in either field. Source code for all of the DSP programs and DSP data associated with the examples discussed in this book and Appendix B and the file README.TXT which provide more information about how to compile and run the programs can be downloaded from www.informit.com/title/9780131791442

Digital Media Processing

Digital Media Processing
Author: Hazarathaiah Malepati
Publisher: Newnes
Total Pages: 769
Release: 2010-06-25
Genre: Computers
ISBN: 0080957196

Multimedia processing demands efficient programming in order to optimize functionality. Data, image, audio, and video processing, some or all of which are present in all electronic devices today, are complex programming environments. Optimized algorithms (step-by-step directions) are difficult to create but can make all the difference when developing a new application. This book discusses the most current algorithms available that will maximize your programming keeping in mind the memory and real-time constraints of the architecture with which you are working. A wide range of algorithms is covered detailing basic and advanced multimedia implementations, along with, cryptography, compression, and data error correction. The general implementation concepts can be integrated into many architectures that you find yourself working with on a specific project. Analog Devices' BlackFin technology is used for examples throughout the book. Discusses how to decrease algorithm development times to streamline your programming Covers all the latest algorithms needed for contrained systems Includes case studies on WiMAX, GPS, and portable media players

Digital Signal Processing

Digital Signal Processing
Author: Li Tan
Publisher: Academic Press
Total Pages: 893
Release: 2013-01-21
Genre: Computers
ISBN: 0124159826

Digital Signal Processing, Second Edition enables electrical engineers and technicians in the fields of biomedical, computer, and electronics engineering to master the essential fundamentals of DSP principles and practice. Many instructive worked examples are used to illustrate the material, and the use of mathematics is minimized for easier grasp of concepts. As such, this title is also useful to undergraduates in electrical engineering, and as a reference for science students and practicing engineers. The book goes beyond DSP theory, to show implementation of algorithms in hardware and software. Additional topics covered include adaptive filtering with noise reduction and echo cancellations, speech compression, signal sampling, digital filter realizations, filter design, multimedia applications, over-sampling, etc. More advanced topics are also covered, such as adaptive filters, speech compression such as PCM, u-law, ADPCM, and multi-rate DSP and over-sampling ADC. New to this edition: MATLAB projects dealing with practical applications added throughout the book New chapter (chapter 13) covering sub-band coding and wavelet transforms, methods that have become popular in the DSP field New applications included in many chapters, including applications of DFT to seismic signals, electrocardiography data, and vibration signals All real-time C programs revised for the TMS320C6713 DSK Covers DSP principles with emphasis on communications and control applications Chapter objectives, worked examples, and end-of-chapter exercises aid the reader in grasping key concepts and solving related problems Website with MATLAB programs for simulation and C programs for real-time DSP

Digital Signal Processing

Digital Signal Processing
Author: Jonathan Y. Stein
Publisher: Wiley-Interscience
Total Pages: 904
Release: 2000-10-09
Genre: Computers
ISBN:

Get a working knowledge of digital signal processing for computer science applications The field of digital signal processing (DSP) is rapidly exploding, yet most books on the subject do not reflect the real world of algorithm development, coding for applications, and software engineering. This important new work fills the gap in the field, providing computer professionals with a comprehensive introduction to those aspects of DSP essential for working on today's cutting-edge applications in speech compression and recognition and modem design. The author walks readers through a variety of advanced topics, clearly demonstrating how even such areas as spectral analysis, adaptive and nonlinear filtering, or communications and speech signal processing can be made readily accessible through clear presentations and a practical hands-on approach. In a light, reader-friendly style, Digital Signal Processing: A Computer Science Perspective provides: * A unified treatment of the theory and practice of DSP at a level sufficient for exploring the contemporary professional literature * Thorough coverage of the fundamental algorithms and structures needed for designing and coding DSP applications in a high level language * Detailed explanations of the principles of digital signal processors that will allow readers to investigate assembly languages of specific processors * A review of special algorithms used in several important areas of DSP, including speech compression/recognition and digital communications * More than 200 illustrations as well as an appendix containing the essential mathematical background

Signal Processing in C

Signal Processing in C
Author: Christopher E. Reid
Publisher:
Total Pages: 356
Release: 1992
Genre: Computers
ISBN:

Signal Processing in C Written by experts in the field, this invaluable guide provides you with a unified software structure for digital signal processing and numerical analysis in C. Using extensive examples, it clearly explains basic digital signal processing. This book shows you how to develop modular, well structured C code for any DSP application. Signal Processing in C also: Provides a wealth of practical, real-world algorithms Includes complete coverage of DSP fundamentals such as discrete-time frequency, waveforms, the Nyquist Frequency, aliasing, band pass sampling, and more Illuminates theoretical concepts through gradual, step-by-step development of actual C code Shows you how to design programs utilizing the most popular signal filtering methods, including Fourier, Fast Fourier, FIR and IIR filters

Real-Time Digital Signal Processing

Real-Time Digital Signal Processing
Author: Sen M. Kuo
Publisher: John Wiley & Sons
Total Pages: 666
Release: 2006-05-01
Genre: Technology & Engineering
ISBN: 047003551X

Real-time Digital Signal Processing: Implementations and Applications has been completely updated and revised for the 2nd edition and remains the only book on DSP to provide an overview of DSP theory and programming with hands-on experiments using MATLAB, C and the newest fixed-point processors from Texas Instruments (TI).

Fast Algorithms for Signal Processing

Fast Algorithms for Signal Processing
Author: Richard E. Blahut
Publisher: Cambridge University Press
Total Pages: 469
Release: 2010-06-24
Genre: Technology & Engineering
ISBN: 1139487957

Efficient signal processing algorithms are important for embedded and power-limited applications since, by reducing the number of computations, power consumption can be reduced significantly. Similarly, efficient algorithms are also critical to very large scale applications such as video processing and four-dimensional medical imaging. This self-contained guide, the only one of its kind, enables engineers to find the optimum fast algorithm for a specific application. It presents a broad range of computationally-efficient algorithms, describes their structure and implementation, and compares their relative strengths for given problems. All the necessary background mathematics is included and theorems are rigorously proved, so all the information needed to learn and apply the techniques is provided in one convenient guide. With this practical reference, researchers and practitioners in electrical engineering, applied mathematics, and computer science can reduce power dissipation for low-end applications of signal processing, and extend the reach of high-end applications.