edu.cmu.emulator.signal
Class RSSITrace

java.lang.Object
  extended by edu.cmu.emulator.signal.RSSITrace

public class RSSITrace
extends Object


Field Summary
protected  String format
           
protected  String name
           
protected  double[] rssi
           
protected  double[] time
           
protected  double[][] xyz
           
 
Constructor Summary
RSSITrace()
           
 
Method Summary
 RouteDef createRouteDef()
           
 void display()
           
 String getFormat()
           
 String getName()
           
 int getNumSamples()
           
 double getRSSI(int index)
           
 double getTime(int index)
           
 double[] getXYZ(int index)
           
static void main(String[] args)
           
 void readTrace(Element traceElement)
           
 void readTrace(InputStream inStream)
           
 void readTraceFile(String fileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

format

protected String format

time

protected double[] time

rssi

protected double[] rssi

xyz

protected double[][] xyz
Constructor Detail

RSSITrace

public RSSITrace()
Method Detail

getName

public String getName()

getFormat

public String getFormat()

readTraceFile

public void readTraceFile(String fileName)
                   throws IOException
Throws:
IOException

readTrace

public void readTrace(InputStream inStream)
               throws IOException
Throws:
IOException

readTrace

public void readTrace(Element traceElement)
               throws Exception
Throws:
Exception

display

public void display()

getNumSamples

public int getNumSamples()

getTime

public double getTime(int index)

getRSSI

public double getRSSI(int index)

getXYZ

public double[] getXYZ(int index)

createRouteDef

public RouteDef createRouteDef()

main

public static void main(String[] args)


Copyright © 2013. All Rights Reserved.