- f - Variable in class be.panako.strategy.cteq.CteQEventPoint
-
The frequency expressed using the bin number in the constant Q transform.
- f - Variable in class be.panako.strategy.fft.FFTEventPoint
-
The frequency expressed using the bin number in the FFT-transform.
- f - Variable in class be.panako.strategy.ifft.IFFTEventPoint
-
The frequency expressed using the bin number in the FFT-transform.
- f - Variable in class be.panako.strategy.ncteq.NCteQEventPoint
-
The frequency expressed using the bin number in the constant Q transform.
- f - Variable in class be.panako.strategy.nfft.NFFTEventPoint
-
The frequency expressed using the bin number in the FFT-transform.
- f1 - Variable in class be.panako.strategy.cteq.CteQFingerprint
-
- f1 - Variable in class be.panako.strategy.fft.FFTFingerprint
-
- f1 - Variable in class be.panako.strategy.ifft.IFFTFingerprint
-
- f1 - Variable in class be.panako.strategy.ncteq.NCteQFingerprint
-
- f1 - Variable in class be.panako.strategy.nfft.NFFTFingerprint
-
- f1InCents - Variable in class be.panako.strategy.ifft.IFFTFingerprint
-
- f2 - Variable in class be.panako.strategy.cteq.CteQFingerprint
-
- f2 - Variable in class be.panako.strategy.fft.FFTFingerprint
-
- f2 - Variable in class be.panako.strategy.ifft.IFFTFingerprint
-
- f2 - Variable in class be.panako.strategy.ncteq.NCteQFingerprint
-
- f2 - Variable in class be.panako.strategy.nfft.NFFTFingerprint
-
- f2InCents - Variable in class be.panako.strategy.ifft.IFFTFingerprint
-
- f3 - Variable in class be.panako.strategy.cteq.CteQFingerprint
-
- f3 - Variable in class be.panako.strategy.ifft.IFFTFingerprint
-
- f3 - Variable in class be.panako.strategy.ncteq.NCteQFingerprint
-
- f3InCents - Variable in class be.panako.strategy.ifft.IFFTFingerprint
-
- FFTEventPoint - Class in be.panako.strategy.fft
-
An event point is a key point is a spectral representation of a signal.
- FFTEventPoint(int, int, float, float) - Constructor for class be.panako.strategy.fft.FFTEventPoint
-
Create a new event point with a time, frequency and energy and contrast..
- FFTFingerprint - Class in be.panako.strategy.fft
-
A fingerprint connects two event points in a spectrogram.
- FFTFingerprint(int, int, int, int) - Constructor for class be.panako.strategy.fft.FFTFingerprint
-
- FFTFingerprint(FFTEventPoint, FFTEventPoint) - Constructor for class be.panako.strategy.fft.FFTFingerprint
-
- FFTFingerprintBrowser - Class in be.panako.ui
-
- FFTFingerprintBrowser() - Constructor for class be.panako.ui.FFTFingerprintBrowser
-
- FFTFingerprintExtractor - Class in be.panako.strategy.fft
-
The main task for an explorer is to find fingerprints.
- FFTFingerprintExtractor(float, int) - Constructor for class be.panako.strategy.fft.FFTFingerprintExtractor
-
Disables public access to default constructor
- FFTFingerprintExtractorNaive - Class in be.panako.strategy.fft
-
The main task for an explorer is to find fingerprints.
- FFTFingerprintExtractorNaive(float, int) - Constructor for class be.panako.strategy.fft.FFTFingerprintExtractorNaive
-
Disables public access to default constructor
- FFTFingerprintHit - Class in be.panako.strategy.fft.storage
-
Describes a landmark hit in the store.
- FFTFingerprintHit() - Constructor for class be.panako.strategy.fft.storage.FFTFingerprintHit
-
- FFTFingerprintLayer - Class in be.panako.ui
-
- FFTFingerprintLayer(CoordinateSystem, File, int, LayerFinishedHandler) - Constructor for class be.panako.ui.FFTFingerprintLayer
-
- FFTFingerprintProcessor - Class in be.panako.strategy.fft
-
Processes audio to store landmarks in an in memory hash, or to persistent storage.
- FFTFingerprintProcessor(int, int) - Constructor for class be.panako.strategy.fft.FFTFingerprintProcessor
-
- FFTFingerprintQueryMatch - Class in be.panako.strategy.fft.storage
-
A structure to match a query.
- FFTFingerprintQueryMatch() - Constructor for class be.panako.strategy.fft.storage.FFTFingerprintQueryMatch
-
- FFTMapDBStorage - Class in be.panako.strategy.fft.storage
-
- FFTMapDBStorage() - Constructor for class be.panako.strategy.fft.storage.FFTMapDBStorage
-
- FFTStrategy - Class in be.panako.strategy.fft
-
- FFTStrategy() - Constructor for class be.panako.strategy.fft.FFTStrategy
-
- FileDrop - Class in be.panako.ui.syncsink
-
This class makes it easy to drag and drop files from the operating
system to a Java program.
- FileDrop(Component, FileDrop.Listener) - Constructor for class be.panako.ui.syncsink.FileDrop
-
Constructs a
FileDrop
with a default light-blue border
and, if
c is a
Container
, recursively
sets all elements contained within as drop targets, though only
the top level container will change borders.
- FileDrop(Component, boolean, FileDrop.Listener) - Constructor for class be.panako.ui.syncsink.FileDrop
-
Constructor with a default border and the option to recursively set drop targets.
- FileDrop(PrintStream, Component, FileDrop.Listener) - Constructor for class be.panako.ui.syncsink.FileDrop
-
Constructor with a default border and debugging optionally turned on.
- FileDrop(PrintStream, Component, boolean, FileDrop.Listener) - Constructor for class be.panako.ui.syncsink.FileDrop
-
Constructor with a default border, debugging optionally turned on
and the option to recursively set drop targets.
- FileDrop(Component, Border, FileDrop.Listener) - Constructor for class be.panako.ui.syncsink.FileDrop
-
Constructor with a specified border
- FileDrop(Component, Border, boolean, FileDrop.Listener) - Constructor for class be.panako.ui.syncsink.FileDrop
-
Constructor with a specified border and the option to recursively set drop targets.
- FileDrop(PrintStream, Component, Border, FileDrop.Listener) - Constructor for class be.panako.ui.syncsink.FileDrop
-
Constructor with a specified border and debugging optionally turned on.
- FileDrop(PrintStream, Component, Border, boolean, FileDrop.Listener) - Constructor for class be.panako.ui.syncsink.FileDrop
-
Full constructor with a specified border and debugging optionally turned on.
- FileDrop.Event - Class in be.panako.ui.syncsink
-
This is the event that is passed to the
FileDropListener#filesDropped filesDropped(...) method in
your FileDropListener when files are dropped onto
a registered drop target.
- FileDrop.Listener - Interface in be.panako.ui.syncsink
-
Implement this inner interface to listen for when files are dropped.
- FileDrop.TransferableObject - Class in be.panako.ui.syncsink
-
At last an easy way to encapsulate your custom objects for dragging and dropping
in your Java programs!
When you need to create a Transferable
object,
use this class to wrap your object.
- FileDrop.TransferableObject.Fetcher - Interface in be.panako.ui.syncsink
-
Instead of passing your data directly to the
FileDrop.TransferableObject
constructor, you may want to know exactly when your data was received
in case you need to remove it from its source (or do anyting else to it).
- filesDropped(File[]) - Method in interface be.panako.ui.syncsink.FileDrop.Listener
-
This method is called when files have been successfully dropped.
- FileUtils - Class in be.panako.util
-
An utility class for file interaction.
- FileUtils.RowFilter - Interface in be.panako.util
-
- filter(float[]) - Method in class be.panako.util.LemireMinMaxFilter
-
Run the filter.
- find(String) - Method in class be.panako.util.Trie
-
- findEventPointsViaThresholding() - Method in class be.panako.strategy.cteq.CteQFingerprintProcessor
-
- findFingerprints(float[], int) - Method in class be.panako.strategy.fft.FFTFingerprintExtractor
-
Find landmarks in the audio defined by the float array audioBuffer, for a
certain sample rate.
- findFingerprints(float[], int) - Method in class be.panako.strategy.fft.FFTFingerprintExtractorNaive
-
Find landmarks in the audio defined by the float array audioBuffer, for a
certain sample rate.
- formattedToString() - Method in class be.panako.util.StopWatch
-
- formattedToString(double) - Static method in class be.panako.util.StopWatch
-
- FrequencyAxisLayer - Class in be.panako.ui
-
- FrequencyAxisLayer(CoordinateSystem) - Constructor for class be.panako.ui.FrequencyAxisLayer
-
- frequencyDifferenceInCents() - Method in class be.panako.strategy.cteq.storage.CteQFingerprintHit
-
- frequencyDifferenceInCents() - Method in class be.panako.strategy.ncteq.storage.NCteQFingerprintHit
-
- frequencyEstimate - Variable in class be.panako.strategy.ifft.IFFTEventPoint
-
The frequency expressed in Hz, estimated using phase information.
- frequencyEstimate - Variable in class be.panako.strategy.nfft.NFFTEventPoint
-
The frequency expressed in Hz.
- frequencyFactor - Variable in class be.panako.strategy.QueryResult
-
- frequencyRatio() - Method in class be.panako.strategy.cteq.storage.CteQFingerprintHit
-
The ratio between the reference and query frequency.
- frequencyRatio - Variable in class be.panako.strategy.cteq.storage.CteQFingerprintQueryMatch
-
- frequencyRatio() - Method in class be.panako.strategy.ncteq.storage.NCteQFingerprintHit
-
The ratio between the reference and query frequency.
- frequencyRatio - Variable in class be.panako.strategy.ncteq.storage.NCteQFingerprintQueryMatch
-