enum

DSP::Analysis::Mode

Inherits Enum < Comparable < Value < Object

Constants

LINEAR = 0
POLYNOMIAL = 1
CONSTANT = 2

Instance methods

constant?

Returns true if this enum value equals CONSTANT

Source
linear?

Returns true if this enum value equals LINEAR

Source
polynomial?

Returns true if this enum value equals POLYNOMIAL

Source