Skip to main content

High-Performance Digital Filters

  • Chapter
  • First Online:
Real-Time C++
  • 4573 Accesses

Abstract

There may be no other signal-processing tool more widely used in embedded software than the digital filter because even the simplest applications usually read some kinds of input signals that need filtering. In this chapter, we will implement several types of finite impulse response (FIR) filters. The first section of this chapter presents a simple order 1 floating-point FIR filter. In order to obtain high performance for filters on microcontrollers without a floating-point unit or digital signal processor (DSP), however, the filters in the rest of this chapter use pure-integer mathematics combined with template design.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 39.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 54.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

References

  1. R.G. Lyons, Understanding Digital Signal Processing (Prentice Hall, Upper Saddle River, 2004)

    Google Scholar 

  2. A.V. Oppenheim, R.W. Schafer, Digital Signal Processing (Prentice Hall, Upper Saddle River, 1975)

    Google Scholar 

  3. L. Thede, Analog and Digital Filter Design Using C (Prentice Hall, Upper Saddle River, 1996)

    Google Scholar 

Download references

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2018 Springer-Verlag GmbH Germany, part of Springer Nature

About this chapter

Check for updates. Verify currency and authenticity via CrossMark

Cite this chapter

Kormanyos, C. (2018). High-Performance Digital Filters. In: Real-Time C++. Springer, Berlin, Heidelberg. https://doi.org/10.1007/978-3-662-56718-0_14

Download citation

  • DOI: https://doi.org/10.1007/978-3-662-56718-0_14

  • Published:

  • Publisher Name: Springer, Berlin, Heidelberg

  • Print ISBN: 978-3-662-56717-3

  • Online ISBN: 978-3-662-56718-0

  • eBook Packages: Computer ScienceComputer Science (R0)

Publish with us

Policies and ethics