| Package | Description |
|---|---|
| fr.cnes.sirius.patrius.math.filter |
| Modifier and Type | Method and Description |
|---|---|
static FIRFilter.DataType |
FIRFilter.DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FIRFilter.DataType[] |
FIRFilter.DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
FIRFilter(FIRFilter.FilterType filterType,
FIRFilter.DataType[] dataTypeArray,
List<Double> coeffs,
double samplingStep)
Constructor.
|
Copyright © 2025 CNES. All rights reserved.