public class FIR extends Filter
Source: Ramesh Karri, Karin Hogstedt and Alex Orailoglu "Computer-Aided Design of Fault-Tolerant VLSI Design Systems" IEEE Design & Test, Fall 1996 (Vol. 13, No. 3), pp. 88-96
| Constructor and Description |
|---|
FIR()
It constructs a simple FIR filter.
|
FIR(int addDel,
int mulDel)
It constructs a FIR filter with the specified delay
for the 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 FIR()
public FIR(int addDel,
int mulDel)
addDel - the delay of the addition operation.mulDel - the delay of the multiplication operation.public List<String> names()
Filterpublic List<String> namesPipeline()
FilternamesPipeline in class FilterCopyright © 2022. All rights reserved.