Class FFT

    • Field Detail

      • m_Normalize

        protected boolean m_Normalize
        whether to normalize.
    • Constructor Detail

      • FFT

        public FFT()
    • Method Detail

      • setNormalize

        public void setNormalize​(boolean value)
        Sets whether to normalize the data.
        Parameters:
        value - true if to normalize
      • getNormalize

        public boolean getNormalize()
        Returns whether to normalize the data.
        Returns:
        true if to normalize
      • normalizeTipText

        public String normalizeTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • check

        protected void check​(double[] data)
        Hook method for checks.
        Overrides:
        check in class AbstractAutoCorrelation
        Parameters:
        data - the data to check
      • doCorrelate

        protected double[] doCorrelate​(double[] data)
        Performs the actual autocorrelation on the data.
        Specified by:
        doCorrelate in class AbstractAutoCorrelation
        Parameters:
        data - the data to process
        Returns:
        the processed data