Filters 1.0
LPF, HPF, BPF, BSF, SRL
Loading...
Searching...
No Matches
low_pass.h
Go to the documentation of this file.
1
25
26#ifndef FILTERS_LOW_PASS_H
27#define FILTERS_LOW_PASS_H
28
29#include "lpf_1.h"
30#include "lpf_2.h"
31#include "ma.h"
32
33#endif // FILTERS_LOW_PASS_H
First-order low-pass filter.
Second-order low-pass filter.
Moving-average low-pass filter.