Uses of Class
decimator.DecimatorParams
-
Uses of DecimatorParams in decimator
Modifier and TypeMethodDescriptionDecimatorParams.clone()
DecimatorControl.getDecimatorParams()
static DecimatorParams
DecimatorParamsDialog.showDialog
(Frame parentFrame, DecimatorControl decimatorControl, DecimatorParams oldParams) Modifier and TypeMethodDescriptionvoid
DecimatorControl.setDecimatorParams
(DecimatorParams newParams) static DecimatorParams
DecimatorParamsDialog.showDialog
(Frame parentFrame, DecimatorControl decimatorControl, DecimatorParams oldParams) ModifierConstructorDescriptionDecimatorWorker
(DecimatorParams decimatorParams, int channelMap, double inputRate, double outputRate) Make a decimator worker with given filter params, channel map and input and output rates. -
Uses of DecimatorParams in decimator.layoutFX
Modifier and TypeMethodDescriptionDecimatorSettingsPane.getParams
(DecimatorParams currParams) void
DecimatorSettingsPane.setParams
(DecimatorParams input)