Uses of Class
de.das.encrypter.fourier.Complex
Packages that use Complex
Package
Description
This package contains classes for performing a Fast Fourier Transform (FFT).
-
Uses of Complex in de.das.encrypter.fourier
Methods in de.das.encrypter.fourier that return ComplexModifier and TypeMethodDescriptionstatic ComplexAdds two given complex numbers.static ComplexDivides a given complex number by a real value.static Complex[]FFT.fft(double[] src) Performs a FFT.static ComplexMultiplies two given complex numbers.static ComplexSubtracts a given complex numbers from anther given complex number.Methods in de.das.encrypter.fourier with parameters of type ComplexModifier and TypeMethodDescriptionstatic ComplexAdds two given complex numbers.static ComplexDivides a given complex number by a real value.static double[]Performs an invers FFT.static doubleCalculates and returns the absolute value of a given complex number.static ComplexMultiplies two given complex numbers.static ComplexSubtracts a given complex numbers from anther given complex number.