public class FIR16 extends Filter
| Constructor and Description |
|---|
FIR16()
It constructs a simple FIR16 filter.
|
FIR16(int addDel,
int mulDel)
It constructs a FIR16 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 FIR16()
public FIR16(int addDel,
int mulDel)
addDel - the delay of the addition operation.mulDel - the delay of the multiplication operation.public ArrayList<String> names()
Filterpublic ArrayList<String> namesPipeline()
FilternamesPipeline in class FilterCopyright © 2016. All rights reserved.