rbfilter/Enums.h

11 wiersze
193 B
C
Czysty Zwykły widok Historia

2018-05-27 14:10:28 +00:00
#ifndef ENUMSH
#define ENUMSH
enum filter_class { Lowpass, Highpass, Bandpass };
enum circuit_class { SallKey, Rauch, ZDomain };
enum shape_class { Bessel, Butterworth, Chebyshev };
#endif