Uses of Class
marf.Storage.Sample

Packages that use Sample
marf   
marf.FeatureExtraction.FFT   
marf.FeatureExtraction.RandomFeatureExtraction   
marf.Preprocessing   
marf.Preprocessing.CFEFilters   
marf.Preprocessing.Dummy   
marf.Preprocessing.Endpoint   
marf.Preprocessing.FFTFilter   
marf.Storage   
marf.Storage.Loaders   
 

Uses of Sample in marf
 

Methods in marf that return Sample
static Sample MARF.getSample()
          Retrieves current Sample reference.
 

Uses of Sample in marf.FeatureExtraction.FFT
 

Methods in marf.FeatureExtraction.FFT with parameters of type Sample
protected  boolean FFT.extractFeaturesImplementation(Sample poSample)
          Does the actual business logic of the FFT feature extraction.
 

Uses of Sample in marf.FeatureExtraction.RandomFeatureExtraction
 

Methods in marf.FeatureExtraction.RandomFeatureExtraction with parameters of type Sample
protected  boolean RandomFeatureExtraction.extractFeaturesImplementation(Sample poSample)
          Does the actual business logic of the random Gaussian feature extraction.
 

Uses of Sample in marf.Preprocessing
 

Fields in marf.Preprocessing declared as Sample
protected  Sample Preprocessing.oSample
          Sample reference.
 

Methods in marf.Preprocessing that return Sample
 Sample IPreprocessing.getSample()
          Returns enclosed sample.
 Sample Preprocessing.getSample()
          Returns enclosed sample.
 

Methods in marf.Preprocessing with parameters of type Sample
static IPreprocessing PreprocessingFactory.create(java.lang.Integer poPreprocessingMethod, Sample poSample)
          Instantiates a Preprocessing module indicated by the first parameter with the 2nd parameter as an argument.
static IPreprocessing PreprocessingFactory.create(int piPreprocessingMethod, Sample poSample)
          Instantiates a Preprocessing module indicated by the first parameter with the 2nd parameter as an argument.
 void IPreprocessing.setSample(Sample poSample)
          Allows setting a sample object reference.
 void Preprocessing.setSample(Sample poSample)
          Allows setting a sample object reference.
 

Constructors in marf.Preprocessing with parameters of type Sample
Filter(Sample poSample)
          Filter Constructor.
Preprocessing(Sample poSample)
          Main Preprocessing constructor that performs normalization as a part of construction process.
 

Uses of Sample in marf.Preprocessing.CFEFilters
 

Constructors in marf.Preprocessing.CFEFilters with parameters of type Sample
BandPassFilter(Sample poSample)
          LowPassFilter Constructor.
BandStopFilter(Sample poSample)
          LowPassFilter Constructor.
CFEFilter(Sample poSample)
          LowPassFilter Constructor.
HighPassFilter(Sample poSample)
          LowPassFilter Constructor.
LowPassFilter(Sample poSample)
          LowPassFilter Constructor.
 

Uses of Sample in marf.Preprocessing.Dummy
 

Constructors in marf.Preprocessing.Dummy with parameters of type Sample
Crop(Sample poSample)
           
Dummy(Sample poSample)
          Dummy Constructor.
Raw(Sample poSample)
          Raw Constructor.
 

Uses of Sample in marf.Preprocessing.Endpoint
 

Constructors in marf.Preprocessing.Endpoint with parameters of type Sample
Endpoint(Sample poSample)
          Endpoint Constructor.
 

Uses of Sample in marf.Preprocessing.FFTFilter
 

Constructors in marf.Preprocessing.FFTFilter with parameters of type Sample
BandpassFilter(Sample poSample)
          BandpassFilter Constructor.
BandStopFilter(Sample poSample)
          BandpassFilter Constructor.
FFTFilter(Sample poSample)
          FFTFilter Constructor.
HighFrequencyBoost(Sample poSample)
          HighFrequencyBoost Constructor.
HighPassFilter(Sample poSample)
          HighPassFilter Constructor.
LowPassFilter(Sample poSample)
          LowPassFilter Constructor.
 

Uses of Sample in marf.Storage
 

Fields in marf.Storage declared as Sample
protected  Sample SampleLoader.oSample
          Sample references of the sample to be loaded.
 

Methods in marf.Storage that return Sample
 Sample ISampleLoader.getSample()
          Returns internal reference to a Sample object.
 Sample SampleLoader.getSample()
          Returns internal reference to a Sample object.
 Sample ISampleLoader.loadSample(byte[] patFileData)
          Assumes the file data is in the array of bytes for loading.
 Sample SampleLoader.loadSample(byte[] patFileData)
          Converts the byte array into a buffered byte array input stream and passes it on.
 Sample ISampleLoader.loadSample(java.io.File poInFile)
          Prime SampleLoader interface.
 Sample SampleLoader.loadSample(java.io.File poInFile)
          Loads sample data from a file.
 Sample ISampleLoader.loadSample(java.io.InputStream poDataInputStream)
          Assumes the incoming stream is the sample file data.
 Sample SampleLoader.loadSample(java.io.InputStream poDataInputStream)
          Not implemented.
 Sample ISampleLoader.loadSample(java.lang.String pstrFilename)
          Same as loadSample(File) but takes filename as an argument.
 Sample SampleLoader.loadSample(java.lang.String pstrFilename)
          Same as loadSample(File) but takes filename as an argument.
 

Methods in marf.Storage with parameters of type Sample
 void ISampleLoader.setSample(Sample poSample)
          Sets internal sample reference from outside.
 void SampleLoader.setSample(Sample poSample)
          Sets internal sample reference from outside.
 

Constructors in marf.Storage with parameters of type Sample
Sample(Sample poSample)
          Copy-constructor.
SampleRecorder(Sample pSample)
           
 

Uses of Sample in marf.Storage.Loaders
 

Methods in marf.Storage.Loaders that return Sample
 Sample AudioSampleLoader.loadSample(byte[] patFileData)
          Overrides the parent to include the AudioInputStream into the chain in order avoid audio format related errors.
 Sample AIFFCLoader.loadSample(java.io.File poFile)
          Not Implemented.
 Sample AIFFLoader.loadSample(java.io.File poFile)
          Not Implemented.
 Sample AULoader.loadSample(java.io.File poFile)
          Not Implemented.
 Sample MIDILoader.loadSample(java.io.File poFile)
          Not Implemented.
 Sample MP3Loader.loadSample(java.io.File poFile)
          Not Implemented.
 Sample SNDLoader.loadSample(java.io.File poFile)
          Not Implemented.
 Sample SineLoader.loadSample(java.io.File poInFile)
          Fills in the contained sample's data array with a sine wave.
 Sample ULAWLoader.loadSample(java.io.File poFile)
          Not Implemented.
 Sample TextLoader.loadSample(java.io.InputStream poDataInputStream)
           
 Sample WAVLoader.loadSample(java.io.InputStream poAudioDataInputStream)
          Loads and decodes the WAV sample from the provided stream.
 Sample SineLoader.loadSample(java.lang.String pstrFilename)
          Merely calls readAudioData().
 



SourceForge Logo