public class DCT extends Filter
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
| Constructor and Description |
|---|
DCT()
It constructs a DCT filter problem with default delays for
|
DCT(int addDel,
int mulDel)
It constructs a DCT filter with specific delays for
addition and multiplication operation.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
names()
It specifies the names of the operations for the
representation of the solution in textual form.
|
List<String> |
namesPipeline()
It specifies the names of the operations for the
textual representation of the pipelined solution.
|
public DCT()
public DCT(int addDel,
int mulDel)
addDel - delay of the addition operation.mulDel - delay of the multiplication operation.public List<String> names()
Filterpublic List<String> namesPipeline()
FilternamesPipeline in class FilterCopyright © 2022. All rights reserved.