public final class Stage
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
| Modifier and Type | Field and Description |
|---|---|
Filter[] |
filters |
Unit |
input_units |
Unit |
output_units |
Decimation[] |
the_decimation |
Gain |
the_gain |
Normalization[] |
the_normalization |
TransferType |
type |
| Constructor and Description |
|---|
Stage() |
Stage(TransferType type,
Unit input_units,
Unit output_units,
Normalization[] the_normalization,
Gain the_gain,
Decimation[] the_decimation,
Filter[] filters) |
public TransferType type
public Unit input_units
public Unit output_units
public Normalization[] the_normalization
public Gain the_gain
public Decimation[] the_decimation
public Filter[] filters
public Stage()
public Stage(TransferType type, Unit input_units, Unit output_units, Normalization[] the_normalization, Gain the_gain, Decimation[] the_decimation, Filter[] filters)