Filters 1.0
LPF, HPF, BPF, BSF, SRL
Loading...
Searching...
No Matches
filters.h File Reference

Main header for the Filters library. More...

Include dependency graph for filters.h:

Go to the source code of this file.

Detailed Description

Main header for the Filters library.

Main public header for the Filters library.

This header provides access to the filtering algorithms available in the Filters library.

The library provides digital signal processing filters for use in applications such as sensor processing, signal conditioning, robotics, control systems, and embedded systems.

Currently available filter categories include:

  • Low-pass filters.
  • High-pass filters.
  • Band-pass filters.
  • Band-stop filters.

Including this header provides access to the supported filter implementations through a single library entry point.

Author
Abhinay Kumar
Version
1.0.0

This header provides access to the filtering and signal-conditioning algorithms available in the Filters library.

The library provides filters for signal smoothing, frequency-selective filtering, and signal limiting. The available filter categories are:

  • Low-pass filters:
    • First-order low-pass filter.
    • Second-order low-pass filter.
    • Moving-average filter.
  • High-pass filters:
    • First-order high-pass filter.
    • Second-order high-pass filter.
  • Band-pass filters:
    • Second-order band-pass filter.
  • Band-stop filters:
    • Second-order band-stop filter.
  • Limiters:
    • Slew-rate limiter.

Including this header provides access to the public filter classes through a single include file.

Author
Abhinay Kumar
Version
1.0.0

Definition in file filters.h.