| Package | Description |
|---|---|
| org.lsst.ccs.utilities.dsp |
| Modifier and Type | Method and Description |
|---|---|
FilterFactory.FilterType |
FilterFactory.FilterSpecs.getType() |
static FilterFactory.FilterType |
FilterFactory.FilterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterFactory.FilterType[] |
FilterFactory.FilterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static FIRFilter |
FilterFactory.getFIRFilter(double rate,
double attenuation,
double f1,
double f2,
FilterFactory.FilterType type) |
FilterFactory.FilterSpecs |
FilterFactory.FilterSpecs.setType(FilterFactory.FilterType type) |
Copyright © 2020 LSST. All rights reserved.