Package difar.demux
Class DifarResult
java.lang.Object
difar.demux.DifarResult
Structure to hold data returned from the native C call
- Author:
 - Doug Gillespie
 
- 
Constructor Details
- 
DifarResult
public DifarResult(int length)  
 - 
 - 
Method Details
- 
getEw
public double[] getEw()- Returns:
 - the ew
 
 - 
getNs
public double[] getNs()- Returns:
 - the ns
 
 - 
getNco_freq
public double[] getNco_freq()- Returns:
 - the nco_freq
 
 - 
getPhase_diff
public double[] getPhase_diff()- Returns:
 - the phase_diff
 
 - 
getLock_75
public boolean[] getLock_75()- Returns:
 - the lock_75
 
 - 
getLock_15
public boolean[] getLock_15()- Returns:
 - the lock_15
 
 - 
getNco_out
public boolean[] getNco_out()- Returns:
 - the nco_out
 
 - 
getOm
public double[] getOm()- Returns:
 - the om
 
 - 
getDataArrays
public double[][] getDataArrays() 
 -