[]
This class extends ModuleSpec class for synthesis filters specification holding purpose.
public class SynWTFilterSpec : ModuleSpec
| Name | Description |
|---|---|
| SynWTFilterSpec(int, int, byte) | Constructs a new 'SynWTFilterSpec' for the specified number of components and tiles. |
| Name | Description |
|---|---|
| ToString() | Debugging method |
| getHFilters(int, int) | Returns the horizontal analysis filters to be used in component 'n' and tile 't'.
|
| getVFilters(int, int) | Returns the vertical analysis filters to be used in component 'n' and tile 't'.
|
| getWTDataType(int, int) | Returns the data type used by the filters in this object, as defined in the 'DataBlk' interface for specified tile-component. |
| isReversible(int, int) | Check the reversibility of filters contained is the given tile-component. |