|
| | BandPassKernel (boolean _debugMode, int _numProblems, double _dampingRatio, double _minFrequency, double _maxFrequency, int _numFrequencyBands, double _samplingRate, int _numSamplesPerFrame, int _numSamplesPerChunk, int _numChunks, int _numSamplesForConditioning, int _audioNumTimeSlices, int[] _audioSamples, int[] _audioSpectra) |
| |
| void | run () |
| |
| void | putAudioFileDataOnGPU () |
| |
| void | nextGeneration (int numProblems) |
| |
|
| static final boolean | debugMode = BandPass.gpuDebugMode |
| |
| arlo.BandPassGPU.BandPassKernel.BandPassKernel |
( |
boolean |
_debugMode, |
|
|
int |
_numProblems, |
|
|
double |
_dampingRatio, |
|
|
double |
_minFrequency, |
|
|
double |
_maxFrequency, |
|
|
int |
_numFrequencyBands, |
|
|
double |
_samplingRate, |
|
|
int |
_numSamplesPerFrame, |
|
|
int |
_numSamplesPerChunk, |
|
|
int |
_numChunks, |
|
|
int |
_numSamplesForConditioning, |
|
|
int |
_audioNumTimeSlices, |
|
|
int[] |
_audioSamples, |
|
|
int[] |
_audioSpectra |
|
) |
| |
| void arlo.BandPassGPU.BandPassKernel.nextGeneration |
( |
int |
numProblems | ) |
|
| void arlo.BandPassGPU.BandPassKernel.putAudioFileDataOnGPU |
( |
| ) |
|
| void arlo.BandPassGPU.BandPassKernel.run |
( |
| ) |
|
| final int arlo.BandPassGPU.BandPassKernel.audioNumTimeSlices |
|
private |
| final int [] arlo.BandPassGPU.BandPassKernel.audioSamples |
|
private |
| final int [] arlo.BandPassGPU.BandPassKernel.audioSpectra |
|
private |
| final double arlo.BandPassGPU.BandPassKernel.dampingRatio |
|
private |
| final boolean arlo.BandPassGPU.BandPassKernel.debugMode = BandPass.gpuDebugMode |
|
staticprivate |
| final double arlo.BandPassGPU.BandPassKernel.maxFrequency |
|
private |
| final double arlo.BandPassGPU.BandPassKernel.minFrequency |
|
private |
| final int arlo.BandPassGPU.BandPassKernel.numChunks |
|
private |
| final int arlo.BandPassGPU.BandPassKernel.numFrequencyBands |
|
private |
| final int arlo.BandPassGPU.BandPassKernel.numProblems |
|
private |
| final int arlo.BandPassGPU.BandPassKernel.numSamplesForConditioning |
|
private |
| final int arlo.BandPassGPU.BandPassKernel.numSamplesPerChunk |
|
private |
| final int arlo.BandPassGPU.BandPassKernel.numSamplesPerFrame |
|
private |
| Range arlo.BandPassGPU.BandPassKernel.range |
|
private |
| final double arlo.BandPassGPU.BandPassKernel.samplingRate |
|
private |
The documentation for this class was generated from the following file: