Package difar.demux

Class DifarResult

java.lang.Object
difar.demux.DifarResult

public class DifarResult extends Object
Structure to hold data returned from the native C call
Author:
Doug Gillespie
  • Constructor Details Link icon

    • DifarResult Link icon

      public DifarResult(int length)
  • Method Details Link icon

    • getEw Link icon

      public double[] getEw()
      Returns:
      the ew
    • getNs Link icon

      public double[] getNs()
      Returns:
      the ns
    • getNco_freq Link icon

      public double[] getNco_freq()
      Returns:
      the nco_freq
    • getPhase_diff Link icon

      public double[] getPhase_diff()
      Returns:
      the phase_diff
    • getLock_75 Link icon

      public boolean[] getLock_75()
      Returns:
      the lock_75
    • getLock_15 Link icon

      public boolean[] getLock_15()
      Returns:
      the lock_15
    • getNco_out Link icon

      public boolean[] getNco_out()
      Returns:
      the nco_out
    • getOm Link icon

      public double[] getOm()
      Returns:
      the om
    • getDataArrays Link icon

      public double[][] getDataArrays()