Filters
1.0
LPF, HPF, BPF, BSF, SRL
Toggle main menu visibility
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_pass.h
band_stop.h
Band-stop filter module.
high_pass.h
High-pass filter module.
limiter.h
Signal limiter module.
low_pass.h
Low-pass filter module.
include
filters.h
Generated by
1.17.0