Filters 1.0
LPF, HPF, BPF, BSF, SRL
Loading...
Searching...
No Matches
filters.h
Go to the documentation of this file.
1
39
40#ifndef FILTERS_H
41#define FILTERS_H
42
43/* ========================= LOW-PASS FILTERS ========================= */
44
48#include "low_pass/low_pass.h"
49
50/* ========================= HIGH-PASS FILTERS ======================== */
51
55#include "high_pass/high_pass.h"
56
60#include "band_pass/band_pass.h"
61
62/* ========================= BAND-STOP FILTERS ======================== */
63
67#include "band_stop/band_stop.h"
68
69/* ============================ LIMITERS ============================== */
70
74#include "limiter/limiter.h"
75
76#endif // FILTERS_H
Band-stop filter module.
High-pass filter module.
Signal limiter module.
Low-pass filter module.