vec_math
Class LombPeriodogram.File

java.lang.Object
  extended by util.CommandLineParser
      extended by util.PropertyParser
          extended by util.DataFileReader
              extended by vec_math.DataFileAnalyser
                  extended by vec_math.Fourier.AbstractFile
                      extended by vec_math.LombPeriodogram.File
Enclosing class:
LombPeriodogram

public static class LombPeriodogram.File
extends Fourier.AbstractFile

File data parser.


Nested Class Summary
 
Nested classes/interfaces inherited from class util.DataFileReader
DataFileReader.Ascii
 
Nested classes/interfaces inherited from class util.CommandLineParser
CommandLineParser.Test
 
Field Summary
private static Map<String,String> MAP
          Maps command line arguments tolonger property names.
private static String ONESWITCHES
          The switches for adding properties.
 
Fields inherited from class util.DataFileReader
DEFSPLITSIGMA, FOOT, nf, out, USE
 
Constructor Summary
LombPeriodogram.File()
          Constructs the parser to the sensor tester.
 
Method Summary
protected  Analyser createAnalyser()
          Creates a lomb-periodogram from the properties.
protected  double extremalValue(double ev)
          Reformat the extremal Value to a different meaning?
static void main(String[] arg)
          Parses the command line and prints output to standard out.
 
Methods inherited from class vec_math.Fourier.AbstractFile
getForwardComplex, getForwardHead, getPostHead, processSingleData
 
Methods inherited from class vec_math.DataFileAnalyser
getPostComplex, getProcessedData, getVisualizedData
 
Methods inherited from class util.DataFileReader
getData, getLinearFit, getLinearFit, getParsedProperties, getPiecewisePolynomialFit, getPiecewisePolynomialFit, getSplineFit, getSplineFit, getWhiteNoise, getWhiteNoise, print, printOut, printOut, process, processData, processSingleData
 
Methods inherited from class util.PropertyParser
parseMap, parseMap, parseProperties, parseProperties, parseProperties
 
Methods inherited from class util.CommandLineParser
getArguments, getCommandLine, getCommands, getRegisteredSwitches, hasAnySwitch, hasSwitch, hasSwitch, haveAllSwitches, parse, printCommandLine, registerLine, registerSwitches, setCommands, staticUsage, usage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ONESWITCHES

private static final String ONESWITCHES
The switches for adding properties.

See Also:
Constant Field Values

MAP

private static final Map<String,String> MAP
Maps command line arguments tolonger property names.

Constructor Detail

LombPeriodogram.File

public LombPeriodogram.File()
Constructs the parser to the sensor tester. All known switches are registered.

Method Detail

createAnalyser

protected Analyser createAnalyser()
Creates a lomb-periodogram from the properties.

Specified by:
createAnalyser in class DataFileAnalyser

extremalValue

protected double extremalValue(double ev)
Reformat the extremal Value to a different meaning?

Overrides:
extremalValue in class Fourier.AbstractFile

main

public static void main(String[] arg)
                 throws ParseException,
                        IOException
Parses the command line and prints output to standard out.

Throws:
ParseException
IOException