Package 

Object Noise.Companion

    • Method Summary

      Modifier and Type Method Description
      final Noise real(Integer inputLength)
      final Noise imaginary(Integer inputLength)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • real

         final Noise real(Integer inputLength)
        Parameters:
        inputLength - fixed input length to compute FFT for
      • imaginary

         final Noise imaginary(Integer inputLength)
        Parameters:
        inputLength - fixed input length to compute FFT for