Package difar.demux
Class NativeDemux
java.lang.Object
difar.demux.DifarDemux
difar.demux.GreenridgeDemux
difar.demux.NativeDemux
- All Implemented Interfaces:
PamSettings,SettingsNameProvider
- Author:
- doug
-
Field Summary
Fields inherited from class difar.demux.GreenridgeDemux
demuxParams -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanconfigDemux(DifarParameters difarParams, double sampleRate) booleanprocessClip(double[] difarClip, double sampleRate, int decimationFactor, DemuxObserver observer, DifarDataUnit difarDataUnit) voidsetProgress(int samplesProcessed, boolean lock75, boolean lock15) Used as a callback from the jni to pass back status data from the demultiplexing process.booleanshowOptions(Window window, DifarParameters difarParams) Methods inherited from class difar.demux.GreenridgeDemux
getSettingsReference, getSettingsVersion, getUnitName, getUnitType, restoreSettings
-
Constructor Details
-
NativeDemux
-
-
Method Details
-
checkVersion
public void checkVersion() -
configDemux
- Specified by:
configDemuxin classDifarDemux
-
processClip
public DifarResult processClip(double[] difarClip, double sampleRate, int decimationFactor, DemuxObserver observer, DifarDataUnit difarDataUnit) - Specified by:
processClipin classDifarDemux
-
hasOptions
public boolean hasOptions()- Overrides:
hasOptionsin classGreenridgeDemux
-
showOptions
- Overrides:
showOptionsin classGreenridgeDemux
-
getDisplayComponent
- Overrides:
getDisplayComponentin classGreenridgeDemux
-
setProgress
public void setProgress(int samplesProcessed, boolean lock75, boolean lock15) Used as a callback from the jni to pass back status data from the demultiplexing process.- Parameters:
samplesProcessed- total number of samples processed.lock75- lock status for 7.5 kHz carrierlock15- lock status for 15 kHz carrier
-