Class DiscreteSineTransform.cdft_arg_t

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) double[] a  
      (package private) int a_offset  
      (package private) int n  
      (package private) int n0  
      (package private) int nw  
      (package private) double[] w  
    • Constructor Summary

      Constructors 
      Constructor Description
      cdft_arg_t()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • n0

        int n0
      • n

        int n
      • a_offset

        int a_offset
      • a

        double[] a
      • nw

        int nw
      • w

        double[] w
    • Constructor Detail

      • cdft_arg_t

        cdft_arg_t()