public class FFT extends Filter
Constructor and Description |
---|
FFT()
It constructs a simple FFT filter.
|
FFT(int addDel,
int mulDel)
It constructs a FFT filter with the specified delay
for the addition and multiplication operation.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<String> |
names()
It specifies the names of the operations for the
representation of the solution in textual form.
|
ArrayList<String> |
namesPipeline()
It specifies the names of the operations for the
textual representation of the pipelined solution.
|
public FFT()
public FFT(int addDel, int mulDel)
addDel
- the delay of the addition operation.mulDel
- the delay of the multiplication operation.public ArrayList<String> names()
Filter
public ArrayList<String> namesPipeline()
Filter
namesPipeline
in class Filter
Copyright © 2015. All rights reserved.