Uses of Enum Class
llnl.gnem.core.util.Passband
Package
Description
-
Uses of Passband in llnl.gnem.core.signalprocessing.filter
ModifierConstructorDescriptionButterworthFilter
(int order, Passband passband, double cutoff1, double cutoff2, double T) The Constructor for the ButterworthFilter that fully specifies the filter.IIRFilter
(llnl.gnem.core.signalprocessing.filter.AnalogFilter baseFilter, Passband passband, double cutoff1, double cutoff2, double T) Constructor for the IIRFilter object -
Uses of Passband in llnl.gnem.core.util
Modifier and TypeMethodDescriptionstatic Passband
Passband.getPassband
(String code) Returns a Passband object given a 2-character String descriptor.static Passband
Returns the enum constant of this class with the specified name.static Passband[]
Passband.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Passband in llnl.gnem.core.waveform.seismogram