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

Low-pass filter module. More...

#include "lpf_1.h"
#include "lpf_2.h"
#include "ma.h"
Include dependency graph for low_pass.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Detailed Description

Low-pass filter module.

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

The following low-pass filter implementations are included:

  • LPF_1 - First-order low-pass filter.
  • LPF_2 - Second-order low-pass filter.
  • MA - Moving-average low-pass filter.

Including this header provides access to all supported low-pass filter implementations without requiring the individual filter headers to be included separately.

Author
Abhinay Kumar
Version
1.0.0

Definition in file low_pass.h.