rbfilter/Enums.h

20 wiersze
453 B
C
Czysty Zwykły widok Historia

2018-05-28 10:07:53 +00:00
/******************************************************************************
Enums.h
Copyright (c) Roger Burghall 2014..2017
******************************************************************************/
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