OcaClassicalFilterShape¶
-
class
OcaClassicalFilterShape()¶ Enumeration of classicalr filter types that can be used by OCA objects.
-
OcaClassicalFilterShape.Butterworth¶ type: OcaClassicalFilterShape
Singleton object corresponding to the entry with value
1.
-
OcaClassicalFilterShape.Bessel¶ type: OcaClassicalFilterShape
Singleton object corresponding to the entry with value
2.
-
OcaClassicalFilterShape.Chebyshev¶ type: OcaClassicalFilterShape
Singleton object corresponding to the entry with value
3.
-
OcaClassicalFilterShape.LinkwitzRiley¶ type: OcaClassicalFilterShape
Singleton object corresponding to the entry with value
4.
-