| Package | Description |
|---|---|
| com.tagtraum.jipes.audio |
Audio-specific types and processors.
|
| com.tagtraum.jipes.math |
Mathematical basics for signal processing.
|
| com.tagtraum.jipes.universal |
Universal processors that are not domain specific.
|
| Class and Description |
|---|
| AggregateFunction
Maps a collection (typically an array or the floats in of a
RealAudioBuffer)
of a given size to a new object of size 1, applying some sort of function aggregating all
elements of the collection. |
| DistanceFunction
Useful for calculating the distance between two objects of the same type,
for example
float or double arrays. |
| FloatAggregateFunction
Maps a collection (typically an array or the floats of a
RealAudioBuffer)
of a given size to a float, applying some sort of function aggregating all
elements of the collection. |
| FloatMapFunction
Maps a
float to another float, applying some sort of function to it. |
| MapFunction
Maps an object (typically an array or an
RealAudioBuffer)
of a given size to a new object of the same size, applying some sort of function to all
elements of the object. |
| Matrix
Matrix.
|
| MutableMatrix
Mutable
Matrix. |
| StatefulMapFunction
Stateful
MapFunction. |
| Class and Description |
|---|
| AbstractMatrix
Base implementation for a
Matrix. |
| AggregateFunction
Maps a collection (typically an array or the floats in of a
RealAudioBuffer)
of a given size to a new object of size 1, applying some sort of function aggregating all
elements of the collection. |
| ConstantQTransformFactory
Factory for Constant-Q-
Transforms. |
| DCTFactory
Factory for DC
Transforms. |
| DistanceFunction
Useful for calculating the distance between two objects of the same type,
for example
float or double arrays. |
| FFTFactory
Factory for FF
Transforms. |
| Filters.FIRFilter
FIR (finite impulse response) filter.
|
| Filters.FourthOrderIIRFilter
(Faster) implementation of a fourth order IIR (infinite impulse response) filter.
|
| Filters.IIRFilter
IIR (infinite impulse response) filter.
|
| MapFunction
Maps an object (typically an array or an
RealAudioBuffer)
of a given size to a new object of the same size, applying some sort of function to all
elements of the object. |
| Matrix
Matrix.
|
| MatrixBackingBuffer
Allows customization of how data is stored in a
Matrix. |
| MutableAbstractMatrix
Mutable
AbstractMatrix. |
| MutableMatrix
Mutable
Matrix. |
| StatefulMapFunction
Stateful
MapFunction. |
| SymmetricMatrix
Matrix for data that is mirrored along the diagonal.
|
| Transform
Transform that can be obtained for example through a
FFTFactory or a ConstantQTransformFactory. |
| WindowFunction
Classic window functions like triangle, Hamming and Hann.
|
| Class and Description |
|---|
| AggregateFunction
Maps a collection (typically an array or the floats in of a
RealAudioBuffer)
of a given size to a new object of size 1, applying some sort of function aggregating all
elements of the collection. |
| MapFunction
Maps an object (typically an array or an
RealAudioBuffer)
of a given size to a new object of the same size, applying some sort of function to all
elements of the object. |
Copyright © 2011–2020 tagtraum industries incorporated. All rights reserved.