Limit this search to....

Recursive Digital Filters: A Concise Guide
Contributor(s): Hollos, J. Richard (Author), Hollos, Stefan (Author)
ISBN: 1887187278     ISBN-13: 9781887187275
Publisher: Abrazol Publishing
OUR PRICE:   $14.20  
Product Type: Paperback
Published: December 2014
Qty:
Additional Information
BISAC Categories:
- Technology & Engineering | Signals & Signal Processing
Physical Information: 0.3" H x 5.51" W x 8.5" (0.38 lbs) 128 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
This book is a very concise introduction to recursive digital filters. The goal is to get the reader to the point where he or she can understand and use these filters as quickly as possible. To accomplish this we have kept the amount of mathematical background material to a minimum and have included many examples. But make no mistake, this is not a book for dummies or complete idiots. Some degree of mathematical sophistication is required. If you have never used complex numbers and do not know what Euler's identity is, then this book is not for you. If you have a basic physical science mathematics background, then you should have no problem with this book. We start with a short introduction to the minimum mathematics required to describe, use, and design recursive digital filters. This includes a description of the z-transform, filter system functions, and the frequency response. This is followed by examples of the simplest possible low pass, high pass, band pass, and band stop filters. There are examples showing how to use all these filters. A section on band stop filter banks is also included. The design portion of the book covers impulse invariance and bilinear transform design. We give a minimum theoretical description of these methods and plenty of examples. For the bilinear transform method we show how to turn analog low pass Butterworth filters into digital low pass, high pass, band pass, and band stop filters. Being able to convert analog filters to digital is useful because analog filter design is a more mature and well understood subject. The final section of the book is on analog Butterworth filters. The filter software used in this book is written by the authors, and is available free on the book's web page at http: //www.abrazol.com/books/filter1/ The programs are written in the C programming language, and will have to be compiled before you can use them. You do not have to know C to use the programs or understand the contents of the book. There is a C language compiler for every major operating system. A good one that is also free is gcc. Some of these programs have also been converted to the awk scripting language.