Package org.jacop.examples.fd.filters
Class FFT
java.lang.Object
org.jacop.examples.fd.filters.Filter
org.jacop.examples.fd.filters.FFT
It specifies FFT benchmark.
Source: Naotaka Ohsawa, Masanori Hariyama and Michitaka Kameyama "High-Performance Field Programmable VLSI Processor Based on a Direct Allocation of a Control/Data Flow Graph" IEEE Computer Society Annual Symposium on VLSI p. 0095
- Version:
- 4.8
-
Constructor Details
-
FFT
public FFT()It constructs a simple FFT filter. -
FFT
public FFT(int addDel, int mulDel) It constructs a FFT filter with the specified delay for the addition and multiplication operation.- Parameters:
addDel
- the delay of the addition operation.mulDel
- the 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.
-