Package simulatedAcquisition
Class SimReceivedSound
java.lang.Object
simulatedAcquisition.SimReceivedSound
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
SimReceivedSound
public SimReceivedSound(long iStartSample, double[] wave)  
 - 
 - 
Method Details
- 
getStartSample
public long getStartSample()- Returns:
 - the startSample
 
 - 
getEndSample
public long getEndSample()- Returns:
 - teh last sample.
 
 - 
getWave
public double[] getWave()- Returns:
 - the wave
 
 
 -