|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lsst.ccs.utilities.dsp.MedianFilter
public class MedianFilter
| Constructor Summary | |
|---|---|
MedianFilter(int sz)
|
|
| Method Summary | |
|---|---|
double |
apply(double signal)
|
java.lang.Object |
clone()
|
double |
flush()
|
double |
freqResp(double freq)
|
int |
getDelay()
|
int |
getOrder()
|
void |
reset()
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MedianFilter(int sz)
| Method Detail |
|---|
public void reset()
reset in interface DigitalFilterpublic 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 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 | |||||||||