edu.cmu.emulator.signal
Class RSSITrace
java.lang.Object
   edu.cmu.emulator.signal.RSSITrace
edu.cmu.emulator.signal.RSSITrace
- public class RSSITrace 
- extends Object
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
name
protected String name
format
protected String format
time
protected double[] time
rssi
protected double[] rssi
xyz
protected double[][] xyz
RSSITrace
public RSSITrace()
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.