|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lsst.ccs.utilities.dsp.FIRFilter
public class FIRFilter
| Constructor Summary | |
|---|---|
protected |
FIRFilter(double[] coeff)
|
| Method Summary | |
|---|---|
double |
apply(double signal)
|
java.lang.Object |
clone()
|
double |
flush()
|
double |
freqResp(double freq)
|
int |
getDelay()
|
int |
getOrder()
|
double |
getRate()
|
void |
print()
|
void |
reset()
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected FIRFilter(double[] coeff)
| Method Detail |
|---|
public void reset()
reset in interface DigitalFilterpublic double getRate()
public int getDelay()
getDelay in interface DigitalFilterpublic double flush()
flush in interface DigitalFilterpublic double apply(double signal)
apply in interface DigitalFilterpublic double freqResp(double freq)
freqResp in interface DigitalFilterpublic int getOrder()
getOrder in interface DigitalFilterpublic void print()
public java.lang.Object clone()
clone in interface DigitalFilterclone in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||