|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectspectrogramNoiseReduction.SpecNoiseMethod
spectrogramNoiseReduction.medianFilter.SpectrogramMedianFilter
public class SpectrogramMedianFilter
| Field Summary | |
|---|---|
private double[] |
filterOut
|
private double[] |
medData
|
(package private) MedianFilter |
medianFilter
|
(package private) MedianFilterDialogBits |
medianFilterDialogBits
|
(package private) MedianFilterParams |
medianFilterParams
|
| Constructor Summary | |
|---|---|
SpectrogramMedianFilter()
|
|
| Method Summary | |
|---|---|
private double[] |
checkAlloc(double[] array,
int len)
|
void |
fillXMLParameters(org.w3c.dom.Element n)
|
int |
getDelay()
|
java.lang.String |
getDescription()
Get a longer description of the method in html format for hover texts in dialogs. |
SpecNoiseDialogComponent |
getDialogComponent()
Get a component to include in the overall noise reductino dialog |
java.lang.String |
getName()
Get a name for the method. |
java.io.Serializable |
getParams()
Get the noise params for this method for storage between euns |
boolean |
initialise(int channelMap)
Set up the noise reduction process |
boolean |
runNoiseReduction(FFTDataUnit fftDataUnit)
Run the noise reduction on the data in place. |
boolean |
setParams(java.io.Serializable noiseParams)
Set the params for this method - will check class is OK before casting. |
| Methods inherited from class spectrogramNoiseReduction.SpecNoiseMethod |
|---|
getAnnotation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
MedianFilterParams medianFilterParams
MedianFilterDialogBits medianFilterDialogBits
MedianFilter medianFilter
private double[] medData
private double[] filterOut
| Constructor Detail |
|---|
public SpectrogramMedianFilter()
| Method Detail |
|---|
public SpecNoiseDialogComponent getDialogComponent()
SpecNoiseMethod
getDialogComponent in class SpecNoiseMethodpublic java.lang.String getName()
SpecNoiseMethod
getName in class SpecNoiseMethodpublic java.lang.String getDescription()
SpecNoiseMethod
getDescription in class SpecNoiseMethodpublic int getDelay()
getDelay in class SpecNoiseMethodpublic java.io.Serializable getParams()
SpecNoiseMethod
getParams in class SpecNoiseMethodpublic boolean initialise(int channelMap)
SpecNoiseMethod
initialise in class SpecNoiseMethodpublic boolean runNoiseReduction(FFTDataUnit fftDataUnit)
SpecNoiseMethod
runNoiseReduction in class SpecNoiseMethod
private double[] checkAlloc(double[] array,
int len)
public boolean setParams(java.io.Serializable noiseParams)
SpecNoiseMethod
setParams in class SpecNoiseMethodpublic void fillXMLParameters(org.w3c.dom.Element n)
fillXMLParameters in class SpecNoiseMethod
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||