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

High-pass filter module. More...

#include "hpf_1.h"
#include "hpf_2.h"
Include dependency graph for high_pass.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Detailed Description

High-pass filter module.

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

The following high-pass filter implementations are included:

  • First-order high-pass filter (hpf_1.h).
  • Second-order high-pass filter (hpf_2.h).

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

Author
Abhinay Kumar
Version
1.0.0

Definition in file high_pass.h.