Skip to Content
Digital Signal Processing: A Practitioner's Approach
book

Digital Signal Processing: A Practitioner's Approach

by Kaluri V. Rangarao, Ranjan K. Mallik
January 2006
Intermediate to advanced
191 pages
4h 10m
English
Wiley
Content preview from Digital Signal Processing: A Practitioner's Approach

6

Case Studies

Digital signal processing is all-pervading, so we have mostly selected the areas that interest engineers. Often the solutions look very similar, indicating many commonalities between them. These case studies also demonstrate that it is very difficult to categorise a given problem as exclusively DSP or non-DSP. Frequently we need to stretch our engineering hand a little and remove our blinkers to get an overall view of the solution.

In addition, problems are non-linear and we need a good systems background as well as DSP. Inverse problems are more difficult than forward problems or synthesis. For instance, the design of a filter for a given specification is trivial. It is the combinations of many disciplines put together that makes a problem very interesting. Perhaps you feel that problems are centred around some common solutions. But this chapter aims to demonstrate that the essence of any solution is a good problem formulation.

6.1 Difference Equation to Program

The following C code is for a digital filter implementation that includes testing by exciting it with a white Gaussian noise (WGN); the output is captured in the file fiiter.dat. The spectral characteristic of the output time series is the same as that of the filter, since the input is a WGN. This code demonstrates only that converting a given difference equation to a code is relatively trivial. Here we designate xk1 = xk, xk2 = xk−1, xk3 = xk−2 and the filter is xk = 0.5871 xk−1 − 0.9025* xk−2 + 0.0488 ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

A Simple Approach to Digital Signal Processing

A Simple Approach to Digital Signal Processing

Craig Marven, Gillian Ewers
Trends in Digital Signal Processing

Trends in Digital Signal Processing

Yong Ching Lim, Hon Hon Keung Kwan, Wan-Chi Siu

Publisher Resources

ISBN: 9780470017692Purchase book