Skip navigation links
A B C D E F G H I L M N O P R S T U V W Z 

A

a - Variable in class biz.source_code.dsp.filter.IirFilterCoefficients
A coefficients, applied to output values (negative).
abs() - Method in class biz.source_code.dsp.math.Complex
Returns the absolute value (magnitude, vector length, radius).
ActivityDetector - Class in biz.source_code.dsp.signal
An activity detector that can be used to subdivide an audio signal into zones with sound and zones with silence.
ActivityDetector(float, int, int) - Constructor for class biz.source_code.dsp.signal.ActivityDetector
Creates an activity detector.
add(double) - Method in class biz.source_code.dsp.math.Complex
Returns this + x;
add(Complex) - Method in class biz.source_code.dsp.math.Complex
Returns this + x;
add(int) - Method in class biz.source_code.dsp.util.IntArray
 
addAll(int[]) - Method in class biz.source_code.dsp.util.IntArray
 
arg() - Method in class biz.source_code.dsp.math.Complex
Returns the argument (angle).
ArrayUtils - Class in biz.source_code.dsp.util
Array manipulation utilities.
AudioIo - Class in biz.source_code.dsp.sound
Audio i/o utilities.
AudioIo.AudioSignal - Class in biz.source_code.dsp.sound
A class for storing an audio signal in memory.
AudioSignal() - Constructor for class biz.source_code.dsp.sound.AudioIo.AudioSignal
 
AudioStreamPump - Class in biz.source_code.dsp.sound
A data pump for audio streams.
AudioStreamPump(TargetDataLine, AudioInputStream, SourceDataLine, int) - Constructor for class biz.source_code.dsp.sound.AudioStreamPump
Creates a pump for real-time input with filters.
AudioStreamPump(TargetDataLine, SourceDataLine, int) - Constructor for class biz.source_code.dsp.sound.AudioStreamPump
Creates a pump for real-time input without filters.
AudioStreamPump(AudioInputStream, SourceDataLine) - Constructor for class biz.source_code.dsp.sound.AudioStreamPump
Creates a pump for non-real-time input.

B

b - Variable in class biz.source_code.dsp.filter.IirFilterCoefficients
B coefficients, applied to input values.
BesselFilterDesign - Class in biz.source_code.dsp.filter
Bessel filter design routines.
biz.source_code.dsp.filter - package biz.source_code.dsp.filter
 
biz.source_code.dsp.math - package biz.source_code.dsp.math
 
biz.source_code.dsp.signal - package biz.source_code.dsp.signal
 
biz.source_code.dsp.sound - package biz.source_code.dsp.sound
 
biz.source_code.dsp.swing - package biz.source_code.dsp.swing
 
biz.source_code.dsp.transform - package biz.source_code.dsp.transform
 
biz.source_code.dsp.util - package biz.source_code.dsp.util
 
bottom - Variable in class biz.source_code.dsp.math.PolynomialUtils.RationalFraction
 
BrownNoiseGenerator - Class in biz.source_code.dsp.signal
A simple brown noise generator.
BrownNoiseGenerator() - Constructor for class biz.source_code.dsp.signal.BrownNoiseGenerator
Creates a brown noise generator with an output range of -1 to +1.
BrownNoiseGenerator(double, double) - Constructor for class biz.source_code.dsp.signal.BrownNoiseGenerator
Creates a brown noise generator with a specified output value range.
BrownNoiseGenerator(double, double, double, double) - Constructor for class biz.source_code.dsp.signal.BrownNoiseGenerator
Creates a brown noise generator.

C

clear() - Method in class biz.source_code.dsp.util.IntArray
 
color - Variable in class biz.source_code.dsp.swing.FunctionPlot.GridLine
Color of the grid line.
Complex - Class in biz.source_code.dsp.math
Complex number.
Complex(double, double) - Constructor for class biz.source_code.dsp.math.Complex
Constructs a Complex.
Complex(double) - Constructor for class biz.source_code.dsp.math.Complex
Constructs a Complex with a real part and 0 as the imaginary part.
computeGain(double[], double) - Static method in class biz.source_code.dsp.filter.BesselFilterDesign
Computes the normalized gain of a Bessel filter at a given frequency.
computePoles(int) - Static method in class biz.source_code.dsp.filter.BesselFilterDesign
Returns the frequency normalized s-plane poles for a Bessel filter.
computePolynomialCoefficients(int) - Static method in class biz.source_code.dsp.filter.BesselFilterDesign
Returns the polynomial coefficients for the Bessel polynomial of the given order.
conj() - Method in class biz.source_code.dsp.math.Complex
Returns the conjugate.

D

data - Variable in class biz.source_code.dsp.sound.AudioIo.AudioSignal
The audio signal sample values, per channel separately.
deflate(Complex[], Complex, double) - Static method in class biz.source_code.dsp.math.PolynomialUtils
Forward deflation of a polynomial with a known zero.
design(FilterPassType, int, double, double) - Static method in class biz.source_code.dsp.filter.IirFilterDesignExstrom
Designs a Butterworth filter and returns the IIR filter coefficients.
design(FilterPassType, FilterCharacteristicsType, int, double, double, double) - Static method in class biz.source_code.dsp.filter.IirFilterDesignFisher
Designs an IIR filter and returns the IIR filter coefficients.
Dft - Class in biz.source_code.dsp.transform
Discrete Fourier transform (DFT).
Dft() - Constructor for class biz.source_code.dsp.transform.Dft
 
directDft(double[]) - Static method in class biz.source_code.dsp.transform.Dft
Computes the DFT on an array of real numbers and returns the complex result.
directDftSingle(double[], int, int, int, boolean) - Static method in class biz.source_code.dsp.transform.Dft
Computes the DFT on real numbers for a single frequency.
directDftSpectrum(double[]) - Static method in class biz.source_code.dsp.transform.Dft
Computes the DFT on an array of real numbers and returns the complex spectrum.
div(double) - Method in class biz.source_code.dsp.math.Complex
Returns this / x;
div(Complex) - Method in class biz.source_code.dsp.math.Complex
Returns this / x;
div(double, Complex) - Static method in class biz.source_code.dsp.math.Complex
Returns x / y;
divide(double[], double) - Static method in class biz.source_code.dsp.util.ArrayUtils
Returns a new array where each element of the array a is divided by f.
divide(Complex[], double) - Static method in class biz.source_code.dsp.util.ArrayUtils
Returns a new array where each element of the array a is divided by f.

E

EchoFilter - Class in biz.source_code.dsp.filter
A very simple echo filter that adds an echo to a signal.
EchoFilter(int, double) - Constructor for class biz.source_code.dsp.filter.EchoFilter
Creates a new echo filter.
EchoFilterAudioInputStream - Class in biz.source_code.dsp.sound
An echo filter for the Java Sound API.
ensureCapacity(int) - Method in class biz.source_code.dsp.util.IntArray
 
EnvelopeDetector - Class in biz.source_code.dsp.signal
An envelope detector.
EnvelopeDetector(int) - Constructor for class biz.source_code.dsp.signal.EnvelopeDetector
Constructs an envelope detector with default parameters for audio / speech.
EnvelopeDetector(int, double, double, IirFilter) - Constructor for class biz.source_code.dsp.signal.EnvelopeDetector
Constructs an envelope detector.
equals(Complex, double) - Method in class biz.source_code.dsp.math.Complex
Returns true if the real and imaginary parts of the two numbers do not differ more than eps.
equals(Object) - Method in class biz.source_code.dsp.math.Complex
 
equals(Object) - Method in class biz.source_code.dsp.util.IntArray
 
evaluate(double[], Complex) - Static method in class biz.source_code.dsp.math.PolynomialUtils
Computes the value of a polynomial with real coefficients.
evaluate(PolynomialUtils.RationalFraction, Complex) - Static method in class biz.source_code.dsp.math.PolynomialUtils
Computes the value of a rational fraction.
exp() - Method in class biz.source_code.dsp.math.Complex
Returns the exponential function.
expand(Complex[]) - Static method in class biz.source_code.dsp.math.PolynomialUtils
Computes the coefficients of a polynomial from it's complex zeros.
expj(double) - Static method in class biz.source_code.dsp.math.Complex
Creates a Complex of length 1 and argument arg.

F

FilterCharacteristicsType - Enum in biz.source_code.dsp.filter
The filter characteristics type.
FilterPassType - Enum in biz.source_code.dsp.filter
The filter pass type.
findFrequencyForGain(double[], double) - Static method in class biz.source_code.dsp.filter.BesselFilterDesign
This method uses appoximation to find the frequency for a given gain.
findFrequencyScalingFactor(double[]) - Static method in class biz.source_code.dsp.filter.BesselFilterDesign
Returns the frequency normalization scaling factor for a Bessel filter.
findRoots(double[]) - Static method in class biz.source_code.dsp.math.PolynomialRootFinderJenkinsTraub
Finds the zeros of a real polynomial.
findRoots(double[]) - Static method in class biz.source_code.dsp.math.PolynomialRootFinderLaguerre
Finds the zeros of a real polynomial.
findRoots(Complex[]) - Static method in class biz.source_code.dsp.math.PolynomialRootFinderLaguerre
Finds the zeros of a complex polynomial.
fromPolar(double, double) - Static method in class biz.source_code.dsp.math.Complex
Creates a Complex from polar coordinates.
FunctionPlot - Class in biz.source_code.dsp.swing
A function plot Swing component.
FunctionPlot(FunctionPlot.PlotFunction, double, double, double, double) - Constructor for class biz.source_code.dsp.swing.FunctionPlot
Constructs a function plot component.
FunctionPlot.GridLine - Class in biz.source_code.dsp.swing
Defines a grid line for the plot area.
FunctionPlot.PlotFunction - Interface in biz.source_code.dsp.swing
Represents the function to be plotted.
FunctionPlot.SimplePlotFunction - Class in biz.source_code.dsp.swing
A convenience class for implementing the PlotFunction interface.

G

get(int) - Method in class biz.source_code.dsp.util.IntArray
 
getAudioInputStream(AudioInputStream, int, double) - Static method in class biz.source_code.dsp.sound.EchoFilterAudioInputStream
Returns an AudioInputStream that provides the input signal with an added echo.
getAudioInputStream(AudioInputStream, IirFilterCoefficients) - Static method in class biz.source_code.dsp.sound.IirFilterAudioInputStream
Returns an AudioInputStream that supplies the filtered audio signal.
getAudioInputStream(AudioInputStream, FilterPassType, int, double, double) - Static method in class biz.source_code.dsp.sound.IirFilterAudioInputStreamExstrom
Returns an AudioInputStream that supplies the filtered audio signal.
getAudioInputStream(AudioInputStream, FilterPassType, FilterCharacteristicsType, int, double, double, double) - Static method in class biz.source_code.dsp.sound.IirFilterAudioInputStreamFisher
Returns an AudioInputStream that supplies the filtered audio signal.
getAudioInputStream(AudioInputStream, SignalFilter[]) - Static method in class biz.source_code.dsp.sound.SignalFilterAudioInputStream
Returns an AudioInputStream that supplies the filtered audio signal.
getChannels() - Method in class biz.source_code.dsp.sound.AudioIo.AudioSignal
Returns the number of channels.
getHorizontalGridLines(double, double) - Method in interface biz.source_code.dsp.swing.FunctionPlot.PlotFunction
Returns the definition of the horizontal grid lines for the current view.
getHorizontalGridLines(double, double) - Method in class biz.source_code.dsp.swing.FunctionPlot.SimplePlotFunction
 
getLength() - Method in class biz.source_code.dsp.sound.AudioIo.AudioSignal
Returns the signal length in samples.
getMinMaxY(double, double) - Method in interface biz.source_code.dsp.swing.FunctionPlot.PlotFunction
Returns a double[2] array with the minimum and maximum y values within the function range x1 to x2.
getMinMaxY(double, double) - Method in class biz.source_code.dsp.swing.FunctionPlot.SimplePlotFunction
 
getNext() - Method in class biz.source_code.dsp.signal.BrownNoiseGenerator
Returns the next output value of the noise generator.
getVerticalGridLines(double, double) - Method in interface biz.source_code.dsp.swing.FunctionPlot.PlotFunction
Returns the definition of the vertical grid lines for the current view.
getVerticalGridLines(double, double) - Method in class biz.source_code.dsp.swing.FunctionPlot.SimplePlotFunction
 
getY(double) - Method in class biz.source_code.dsp.swing.FunctionPlot.SimplePlotFunction
Returns an y value for an x value.
goertzel(double[]) - Static method in class biz.source_code.dsp.transform.Dft
Computes the DFT on an array of real numbers and returns the complex result.
goertzelSingle(double[], int, int, int, boolean) - Static method in class biz.source_code.dsp.transform.Dft
Computes the DFT on real numbers for a single frequency.
goertzelSpectrum(double[]) - Static method in class biz.source_code.dsp.transform.Dft
Computes the DFT on an array of real numbers and returns the complex spectrum.
GridLine(double, Color) - Constructor for class biz.source_code.dsp.swing.FunctionPlot.GridLine
 

H

hashCode() - Method in class biz.source_code.dsp.math.Complex
 
hashCode() - Method in class biz.source_code.dsp.util.IntArray
 

I

I - Static variable in class biz.source_code.dsp.math.Complex
The imaginary unit i.
IirFilter - Class in biz.source_code.dsp.filter
An IIR (infinite impulse response) filter.
IirFilter(IirFilterCoefficients) - Constructor for class biz.source_code.dsp.filter.IirFilter
Creates an IIR filter.
IirFilterAudioInputStream - Class in biz.source_code.dsp.sound
Wrapper for using the IIR filter class with the Java Sound API.
IirFilterAudioInputStreamExstrom - Class in biz.source_code.dsp.sound
A Butterworth IIR filter for the Java Sound API.
IirFilterAudioInputStreamFisher - Class in biz.source_code.dsp.sound
An IIR filter for the Java Sound API.
IirFilterCoefficients - Class in biz.source_code.dsp.filter
The coefficients for an IIR filter.
IirFilterCoefficients() - Constructor for class biz.source_code.dsp.filter.IirFilterCoefficients
 
IirFilterDesignExstrom - Class in biz.source_code.dsp.filter
Calculates the IIR filter coefficients of a Butterworth filter.
IirFilterDesignFisher - Class in biz.source_code.dsp.filter
Calculates the coefficients of an IIR filter.
im() - Method in class biz.source_code.dsp.math.Complex
Returns the imaginary part.
INF - Static variable in class biz.source_code.dsp.math.Complex
A Complex representing "+INF + INF i"
IntArray - Class in biz.source_code.dsp.util
A dynamic array of integers.
IntArray() - Constructor for class biz.source_code.dsp.util.IntArray
 
IntArray(int) - Constructor for class biz.source_code.dsp.util.IntArray
 
IntArray(int[]) - Constructor for class biz.source_code.dsp.util.IntArray
 
isInfinite() - Method in class biz.source_code.dsp.math.Complex
Returns true if the real or imaginary part is infinite.
isNaN() - Method in class biz.source_code.dsp.math.Complex
Returns true if the real or imaginary part in not a number.

L

loadWavFile(String) - Static method in class biz.source_code.dsp.sound.AudioIo
Loads an audio signal from a WAV file.
log() - Method in class biz.source_code.dsp.math.Complex
Returns the natural logarithm (base e).

M

mul(double) - Method in class biz.source_code.dsp.math.Complex
Returns this * x;
mul(Complex) - Method in class biz.source_code.dsp.math.Complex
Returns this * x;
multiply(double[], double[]) - Static method in class biz.source_code.dsp.math.PolynomialUtils
Multiplies two polynomials with real coefficients.
multiply(Complex[], Complex[]) - Static method in class biz.source_code.dsp.math.PolynomialUtils
Multiplies two polynomials with complex coefficients.
multiply(double[], double) - Static method in class biz.source_code.dsp.util.ArrayUtils
Returns a new array where each element of the array a is multiplied with the factor f.
multiply(Complex[], double) - Static method in class biz.source_code.dsp.util.ArrayUtils
Returns a new array where each element of the array a is multiplied with the factor f.

N

NaN - Static variable in class biz.source_code.dsp.math.Complex
A Complex representing "NaN + NaN i".
neg() - Method in class biz.source_code.dsp.math.Complex
Returns the negation (-this).
normalize(float[][], float, int) - Static method in class biz.source_code.dsp.signal.RmsNormalizer
Adjusts the amplitude level of a signal to match a specified target RMS amplitude value.

O

ONE - Static variable in class biz.source_code.dsp.math.Complex
A Complex representing 1.

P

packAudioStreamBytes(AudioFormat, float[][], int, byte[], int, int) - Static method in class biz.source_code.dsp.sound.AudioIo
A utility routine to pack the data for a Java Sound audio stream.
paintComponent(Graphics) - Method in class biz.source_code.dsp.swing.FunctionPlot
 
parse(String) - Static method in class biz.source_code.dsp.util.IntArray
 
parseOrNull(String) - Static method in class biz.source_code.dsp.util.IntArray
Same as parse(), but returns null if the array would be empty.
play(AudioIo.AudioSignal) - Static method in class biz.source_code.dsp.sound.AudioIo
Plays an audio signal on the default system audio output device.
play(float[], int) - Static method in class biz.source_code.dsp.sound.AudioIo
Plays an audio signal on the default system audio output device.
PolynomialRootFinderJenkinsTraub - Class in biz.source_code.dsp.math
A root finder for polynomials with real coefficients.
PolynomialRootFinderLaguerre - Class in biz.source_code.dsp.math
A root finder for polynomials with complex coefficients.
PolynomialUtils - Class in biz.source_code.dsp.math
Plynomial utility routines.
PolynomialUtils.RationalFraction - Class in biz.source_code.dsp.math
Structure for the coefficients of a rational fraction (a fraction of two polynomials) with real coefficients.
pos - Variable in class biz.source_code.dsp.swing.FunctionPlot.GridLine
x or y position of the grid line.
pow(int) - Method in class biz.source_code.dsp.math.Complex
Returns this raised to the power of x.
pow(double) - Method in class biz.source_code.dsp.math.Complex
Returns this raised to the power of x.
pow(Complex) - Method in class biz.source_code.dsp.math.Complex
Returns this raised to the power of x.
process(float[]) - Method in class biz.source_code.dsp.signal.ActivityDetector
Processes the signal envelope and returns the positions of the active zones.
process(float[]) - Method in class biz.source_code.dsp.signal.EnvelopeDetector
Processes an array of input signal values and returns an array containing the envelope levels.
processMouseEvent(MouseEvent) - Method in class biz.source_code.dsp.swing.FunctionPlot
 
processMouseMotionEvent(MouseEvent) - Method in class biz.source_code.dsp.swing.FunctionPlot
 
processMouseWheelEvent(MouseWheelEvent) - Method in class biz.source_code.dsp.swing.FunctionPlot
 

R

RationalFraction() - Constructor for class biz.source_code.dsp.math.PolynomialUtils.RationalFraction
 
re() - Method in class biz.source_code.dsp.math.Complex
Returns the real part.
reciprocal() - Method in class biz.source_code.dsp.math.Complex
Returns the reciprocal (1 / this, multiplicative inverse).
reverse(double[]) - Static method in class biz.source_code.dsp.util.ArrayUtils
Returns a reverse copy of the passed array.
RmsNormalizer - Class in biz.source_code.dsp.signal
A simple signal level normalizer.
RmsNormalizer() - Constructor for class biz.source_code.dsp.signal.RmsNormalizer
 

S

samplingRate - Variable in class biz.source_code.dsp.sound.AudioIo.AudioSignal
The sampling rate in Hz
saveWavFile(String, AudioIo.AudioSignal, int, int) - Static method in class biz.source_code.dsp.sound.AudioIo
Writes an audio signal into a WAV file.
saveWavFile(String, AudioIo.AudioSignal) - Static method in class biz.source_code.dsp.sound.AudioIo
Writes an audio signal into a WAV file.
saveWavFile(String, float[], int) - Static method in class biz.source_code.dsp.sound.AudioIo
Writes an audio signal into a WAV file.
set(int, int) - Method in class biz.source_code.dsp.util.IntArray
 
setSize(int) - Method in class biz.source_code.dsp.util.IntArray
 
setZoomModeHorizontal(boolean) - Method in class biz.source_code.dsp.swing.FunctionPlot
If the horizontal zoom mode flag is on, the primary zoom mode is horizontal.
SignalFilter - Interface in biz.source_code.dsp.filter
General interface for a filter that processes a stream of signal sample values.
SignalFilterAudioInputStream - Class in biz.source_code.dsp.sound
Wrapper for using a signal filter with the Java Sound API.
SignalPlot - Class in biz.source_code.dsp.swing
A Swing component for plotting a sampled signal.
SignalPlot(float[], double, double) - Constructor for class biz.source_code.dsp.swing.SignalPlot
 
SignalPlot(float[], int, double, double, double, double) - Constructor for class biz.source_code.dsp.swing.SignalPlot
 
SimplePlotFunction() - Constructor for class biz.source_code.dsp.swing.FunctionPlot.SimplePlotFunction
Constructs a plot function without inter-pixel sampling.
SimplePlotFunction(int) - Constructor for class biz.source_code.dsp.swing.FunctionPlot.SimplePlotFunction
Constructs a plot function.
size() - Method in class biz.source_code.dsp.util.IntArray
 
sortByAbsImNegImRe(Complex[]) - Static method in class biz.source_code.dsp.util.ArrayUtils
Returns a copy of a Complex array, sorted by abs(im) | -im | re.
sortByImRe(Complex[]) - Static method in class biz.source_code.dsp.util.ArrayUtils
Returns a copy of a Complex array, sorted by imaginary and real parts.
sortByMagnitude(double[]) - Static method in class biz.source_code.dsp.util.ArrayUtils
Returns a copy of a double array, sorted by magnitude (absolute value).
sqr() - Method in class biz.source_code.dsp.math.Complex
Returns the square.
sqrt() - Method in class biz.source_code.dsp.math.Complex
Returns one of the two square roots.
start() - Method in class biz.source_code.dsp.sound.AudioStreamPump
Starts the pump.
step(double) - Method in class biz.source_code.dsp.filter.EchoFilter
 
step(double) - Method in class biz.source_code.dsp.filter.IirFilter
 
step(double) - Method in interface biz.source_code.dsp.filter.SignalFilter
Processes an input signal value and returns the next output signal value.
step(double) - Method in class biz.source_code.dsp.signal.EnvelopeDetector
Processes one input signal value and returns the current envelope level.
stop() - Method in class biz.source_code.dsp.sound.AudioStreamPump
Stops the pump immediatelly.
sub(double) - Method in class biz.source_code.dsp.math.Complex
Returns this - x;
sub(Complex) - Method in class biz.source_code.dsp.math.Complex
Returns this - x;
sub(double, Complex) - Static method in class biz.source_code.dsp.math.Complex
Returns x - y;
synthesizeFromSpectrum(Complex[], boolean) - Static method in class biz.source_code.dsp.transform.Dft
Computes a kind of inverse DFT on an array of complex numbers that represent a spectrum, and returns the result as an array of real numbers.

T

toArray() - Method in class biz.source_code.dsp.util.IntArray
 
toComplex(double[]) - Static method in class biz.source_code.dsp.util.ArrayUtils
Converts a double array into a Complex array.
toDouble(double) - Method in class biz.source_code.dsp.math.Complex
Returns the real part.
toDouble(Complex[], double) - Static method in class biz.source_code.dsp.util.ArrayUtils
Converts a Complex array into a double array.
toDouble(int[]) - Static method in class biz.source_code.dsp.util.ArrayUtils
Converts an integer array into a double array.
toDouble(Double[]) - Static method in class biz.source_code.dsp.util.ArrayUtils
Converts a Double (Object) array into a double array.
toObject(double[]) - Static method in class biz.source_code.dsp.util.ArrayUtils
Converts a double array into a Double (Object) array.
top - Variable in class biz.source_code.dsp.math.PolynomialUtils.RationalFraction
 
toString() - Method in class biz.source_code.dsp.math.Complex
 
toString(double[]) - Static method in class biz.source_code.dsp.util.ArrayUtils
Returns a string representation of an array.
toString(Complex[]) - Static method in class biz.source_code.dsp.util.ArrayUtils
Returns a string representation of an array.
toString(String) - Method in class biz.source_code.dsp.util.IntArray
 
toString() - Method in class biz.source_code.dsp.util.IntArray
 
transferFunction(double[], Complex) - Static method in class biz.source_code.dsp.filter.BesselFilterDesign
Evaluates the transfer function of a Bessel filter.
TransferFunctionPlot - Class in biz.source_code.dsp.swing
A Swing component for plotting the transfer curve of a signal filter.
TransferFunctionPlot(PolynomialUtils.RationalFraction, boolean) - Constructor for class biz.source_code.dsp.swing.TransferFunctionPlot
/* Constructs a plot component.
TWO - Static variable in class biz.source_code.dsp.math.Complex
A Complex representing 2.

U

unpack(byte[], int, int, int) - Static method in class biz.source_code.dsp.util.IntArray
Bitwise unpacks an integer array from a byte array.
unpackAudioStreamBytes(AudioFormat, byte[], int, float[][], int, int) - Static method in class biz.source_code.dsp.sound.AudioIo
A utility routine to unpack the data of a Java Sound audio stream.

V

valueOf(String) - Static method in enum biz.source_code.dsp.filter.FilterCharacteristicsType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.source_code.dsp.filter.FilterPassType
Returns the enum constant of this type with the specified name.
values() - Static method in enum biz.source_code.dsp.filter.FilterCharacteristicsType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.source_code.dsp.filter.FilterPassType
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitForCompletion(long) - Method in class biz.source_code.dsp.sound.AudioStreamPump
Waits until the pump completes, e.g.

Z

ZERO - Static variable in class biz.source_code.dsp.math.Complex
A Complex representing 0.
zeros(int) - Static method in class biz.source_code.dsp.util.ArrayUtils
Returns an array of n Complex zeros.
A B C D E F G H I L M N O P R S T U V W Z 
Skip navigation links