A B C D E F G H I J K L M N O P R S T U V W X Y Z Ε Θ

F

FFTTransformer - Class in org.hermit.dsp
Implementation of the Cooley–Tukey FFT algorithm by Tsan-Kuang Lee, for real-valued data and results: http://www.ling.upenn.edu/~tklee/Projects/dsp/
FFTTransformer(int) - Constructor for class org.hermit.dsp.FFTTransformer
Create an FFT transformer for a given sample size.
FFTTransformer(int, Window.Function) - Constructor for class org.hermit.dsp.FFTTransformer
Create an FFT transformer for a given sample size.
FFTTransformer(int, Window) - Constructor for class org.hermit.dsp.FFTTransformer
Create an FFT transformer for a given sample size.
FilterVG(Graph, double) - Static method in class org.hermit.geometry.voronoi.Fortune
Filter the given graph, removing any edges whose data points are closer than min.
findKeyFrequencies(float[], float[]) - Method in class org.hermit.dsp.FFTTransformer
Given the results of an FFT, identify prominent frequencies in the spectrum.
flat - Variable in enum org.hermit.geo.GeoConstants.Ellipsoid
Flattening of this ellipsoid.
formatBearing(double) - Static method in class org.hermit.utils.Angle
Format an angle as a bearing.
formatChar(char[], int, char, int, boolean) - Static method in class org.hermit.utils.CharFormatter
Format a single character into a fixed-width field.
formatDeg() - Method in class org.hermit.utils.Angle
Format this azimuth for user display in degrees.
formatDegMin() - Method in class org.hermit.geo.Position
Format this position for user display in degrees and minutes.
formatDegMin() - Method in class org.hermit.geo.Vector
Format this vector for user display in degrees and minutes.
formatDegMin() - Method in class org.hermit.utils.Angle
Format this azimuth for user display in degrees and minutes.
formatDegMin(double) - Static method in class org.hermit.utils.Angle
Format an angle for user display in degrees and minutes.
formatDegMin(double, char, char) - Static method in class org.hermit.utils.Angle
Format a latitude or longitude angle as a string in the format "W171° 15.165'".
formatDegMin(double, char, char, StringBuilder) - Static method in class org.hermit.utils.Angle
Format a latitude or longitude angle as a string in the format "W171°15.165'".
formatDegMin(char[], int, double) - Static method in class org.hermit.utils.CharFormatter
Format an angle for user display in degrees and minutes.
formatDegMin(char[], int, double, char, char, boolean) - Static method in class org.hermit.utils.CharFormatter
Format an angle as a string in the format "W171°15.165'".
formatDegMinSec() - Method in class org.hermit.geo.Position
Format this position for user display in degrees and minutes.
formatDegMinSec() - Method in class org.hermit.geo.Vector
Format this vector for user display in degrees and minutes.
formatDegMinSec() - Method in class org.hermit.utils.Angle
Format this azimuth for user display in degrees and minutes.
formatDegMinSec(double) - Static method in class org.hermit.utils.Angle
Format an angle for user display in degrees and minutes.
formatDegMinSec(double, char, char) - Static method in class org.hermit.utils.Angle
Format an angle for user display in degrees and minutes.
formatFloat(double, int) - Static method in class org.hermit.utils.Angle
Format a floating-point value.
formatFloat(char[], int, double, int, int) - Static method in class org.hermit.utils.CharFormatter
Format a floating-point value into a fixed-width field, with sign.
formatFloat(char[], int, double, int, int, boolean) - Static method in class org.hermit.utils.CharFormatter
Format a floating-point value into a fixed-width field.
formatHex(char[], int, int, int) - Static method in class org.hermit.utils.CharFormatter
Format an unsigned integer into a fixed-width field in hexadecimal.
formatInt(char[], int, int, int, boolean) - Static method in class org.hermit.utils.CharFormatter
Format an integer right-aligned into a fixed-width field.
formatInt(char[], int, int, int, boolean, boolean) - Static method in class org.hermit.utils.CharFormatter
Format an integer right-aligned into a fixed-width field.
formatIntLeft(char[], int, int, int, boolean) - Static method in class org.hermit.utils.CharFormatter
Format an integer left-aligned into a fixed-width field.
formatLatLon(double, double) - Static method in class org.hermit.utils.Angle
Format a latitude and longitude for user display in degrees and minutes.
formatLatLon(char[], int, double, double, boolean) - Static method in class org.hermit.utils.CharFormatter
Format a latitude and longitude for user display in degrees and minutes.
formatM() - Method in class org.hermit.geo.Distance
Format this position for user display in metres.
formatNm() - Method in class org.hermit.geo.Distance
Format this position for user display in nautical miles.
formatOffset(TimeZone) - Static method in class org.hermit.utils.TimeUtils
Produce a string describing the offset of the given time zone from UTC, including the DST offset if there is one.
formatOffsetFull(TimeZone) - Static method in class org.hermit.utils.TimeUtils
Produce a string describing the offset of the given time zone from UTC, including the DST offset if there is one.
formatRightAsc(double) - Static method in class org.hermit.utils.Angle
Format an angle for user display as a right ascension.
formatString(char[], int, String, int) - Static method in class org.hermit.utils.CharFormatter
Format a string left-aligned into a fixed-width field.
formatString(char[], int, String, int, boolean) - Static method in class org.hermit.utils.CharFormatter
Format a string into a fixed-width field.
Fortune - Class in org.hermit.geometry.voronoi
Fortune's algorithm for generating a Voronoi diagram.
Fortune() - Constructor for class org.hermit.geometry.voronoi.Fortune
 
fromDegrees(double) - Static method in class org.hermit.geo.Azimuth
Create a Azimuth from an azimuth given in degrees.
fromDegrees(double, double) - Static method in class org.hermit.geo.Position
Create a Position from a geographic latitude and longitude given in degrees.
fromDegrees(double) - Static method in class org.hermit.utils.Angle
Create a Angle from an angle given in degrees.
fromDegrees(int, int, double) - Static method in class org.hermit.utils.Angle
Create a Angle from an angle given in degrees, minutes and seconds.
fromFeet(double) - Static method in class org.hermit.geo.Distance
Create a Distance from a distance given in feet.
fromMetresRadians(double, double) - Static method in class org.hermit.geo.Vector
Create a Vector from distance in metres and an azimuth given in radians.
fromNm(double) - Static method in class org.hermit.geo.Distance
Create a Distance from a distance given in nautical miles.
fromNmRadians(double, double) - Static method in class org.hermit.geo.Vector
Create a Vector from distance in nautical miles and an azimuth given in radians.
fromRightAscension(int, int, double) - Static method in class org.hermit.utils.Angle
Create a Angle from a right ascension given in hours, minutes and seconds.
fromTd(double) - Static method in class org.hermit.astro.Instant
Create an instant from a Julian day in TD.
fromTd(int, int, double) - Static method in class org.hermit.astro.Instant
Create an instant from a date / time in TD.
ft(double[]) - Method in class ca.uol.aig.fftpack.ComplexDoubleFFT
Forward complex FFT transform.
ft(Complex1D) - Method in class ca.uol.aig.fftpack.ComplexDoubleFFT
Forward complex FFT transform.
ft(double[]) - Method in class ca.uol.aig.fftpack.RealDoubleFFT
Forward real FFT transform.
ft(double[], Complex1D) - Method in class ca.uol.aig.fftpack.RealDoubleFFT
Forward real FFT transform.
ft(double[]) - Method in class ca.uol.aig.fftpack.RealDoubleFFT_Even
Forward cosine FFT transform.
ft(double[]) - Method in class ca.uol.aig.fftpack.RealDoubleFFT_Even_Odd
Forward FFT transform of quarter wave data.
ft(double[]) - Method in class ca.uol.aig.fftpack.RealDoubleFFT_Odd
Forward sine FFT transform.
ft(double[]) - Method in class ca.uol.aig.fftpack.RealDoubleFFT_Odd_Odd
Forward FFT transform of quarter wave data.
FuzzyClusterer - Class in org.hermit.geometry.cluster
An implementation of Lloyd's k-clusterMeans clustering algorithm.
FuzzyClusterer() - Constructor for class org.hermit.geometry.cluster.FuzzyClusterer
 

A B C D E F G H I J K L M N O P R S T U V W X Y Z Ε Θ