Package org.jacop.examples.fd.filters
Class DCT
java.lang.Object
org.jacop.examples.fd.filters.Filter
org.jacop.examples.fd.filters.DCT
It specifies DCT benchmark.
Source:
Nestor, J.A.; Krishnamoorthy, G.; "SALSA: a new approach to scheduling with timing constraints" IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, Volume 12, Issue 8, Aug. 1993 Page(s):1107 - 1122
- Version:
- 4.8
-
Constructor Details
-
DCT
public DCT()It constructs a DCT filter problem with default delays for -
DCT
public DCT(int addDel, int mulDel) It constructs a DCT filter with specific delays for addition and multiplication operation.- Parameters:
addDel
- delay of the addition operation.mulDel
- delay of the multiplication operation.
-
-
Method Details
-
names
Description copied from class:Filter
It specifies the names of the operations for the representation of the solution in textual form. -
namesPipeline
Description copied from class:Filter
It specifies the names of the operations for the textual representation of the pipelined solution.- Specified by:
namesPipeline
in classFilter
- Returns:
- list of names.
-