All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description Apt AptDecoder ArrayUtils ComplexArray This is a wrapper class that can hold two double arrays, one of which is interpreted as containing the real values, the other the imaginary values of the complex numbers.ComplexNumber A complex number: real+sqrt(-1).imagConsoleApp FFTMixedRadix FFT for non-power-of-two sequences Note that, this algorithm is significantly slower than FFT.java.Hilbert Computes the N-point Discrete Hilbert Transform of real valued vector x: The algorithm consists of the following stages: - X(w) = FFT(x) is computed - H(w), DFT of a Hilbert transform filter h[n], is created: H[0]=H[N/2]=1 H[w]=2 for w=1,2,...,N/2-1 H[w]=0 for w=N/2+1,...,N-1 - x[n] and h[n] are convolved (i.e.IAptDecoder MainTest NoSyncFrameFoundException Plot Simple implementation of plot.Plot.AxisFormat Plot.AxisOptions Plot.Data Plot.DataSeriesOptions Plot.LegendFormat Plot.Line Plot.Marker Plot.PlotOptions Plot.Range SignalUtils UnsupportedAudioChannelSizeException UnsupportedAudioSampleRateException UnsupportedFrameSizeException WavUtils