|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.iris.Fissures.IfNetwork.Stage
public final class Stage
Field Summary | |
---|---|
Filter[] |
filters
|
Unit |
input_units
|
Unit |
output_units
|
Decimation[] |
the_decimation
|
Gain |
the_gain
|
Normalization[] |
the_normalization
|
TransferType |
type
|
Constructor Summary | |
---|---|
Stage()
|
|
Stage(TransferType type,
Unit input_units,
Unit output_units,
Normalization[] the_normalization,
Gain the_gain,
Decimation[] the_decimation,
Filter[] filters)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public Stage()
public Stage(TransferType type, Unit input_units, Unit output_units, Normalization[] the_normalization, Gain the_gain, Decimation[] the_decimation, Filter[] filters)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |