Class WignerData

java.lang.Object
detectionPlotFX.plots.WignerData

public class WignerData extends Object
  • Constructor Details

    • WignerData

      public WignerData()
  • Method Details

    • resetData

      public void resetData(int bins)
      Reset the curretn data.
      Parameters:
      bins - - the number of bins for the new data.
    • addDataLine

      public void addDataLine(ComplexArray complexArray, int imageBin)
      Add a date line. Nearest neighbour averaging.
      Parameters:
      complexArray - - the complex array for a line of the raw wigner data
      imageBin - - the image bin index
    • setWignerData

      public void setWignerData(double[][] calcWignerData)
      Set the Wigner data
      Parameters:
      calcWignerData - - an N x M array representing a wigner surface
    • getWignerData

      public double[][] getWignerData()
      Get the Wigner data.
      Returns:
      an array representing a wigner surface