Uses of Enum Class
Filters.FilterType
Packages that use FilterType
-
Uses of FilterType in Filters
Fields in Filters declared as FilterTypeMethods in Filters that return FilterTypeModifier and TypeMethodDescriptionstatic FilterType
Returns the enum constant of this class with the specified name.static FilterType[]
FilterType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in Filters with parameters of type FilterTypeModifierConstructorDescriptionFilterParams
(FilterType type, FilterBand band, float lowPassFreq, float highPassFreq, int order) Construct a filter params set with given params -
Uses of FilterType in noiseBandMonitor
Fields in noiseBandMonitor declared as FilterType