Uses of Enum Class
llnl.gnem.core.util.Passband
Packages that use Passband
Package
Description
-
Uses of Passband in llnl.gnem.core.signalprocessing.filter
Constructors in llnl.gnem.core.signalprocessing.filter with parameters of type PassbandModifierConstructorDescriptionButterworthFilter
(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
Methods in llnl.gnem.core.util that return PassbandModifier 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
Methods in llnl.gnem.core.waveform.seismogram with parameters of type Passband