类 FastCosineTransformerTest

java.lang.Object
org.hipparchus.transform.RealTransformerAbstractTest
org.hipparchus.transform.FastCosineTransformerTest

public final class FastCosineTransformerTest extends RealTransformerAbstractTest
快速余弦变换器的测试用例。

FCT算法是精确的,只是使用了一个小的容差数来考虑舍入误差。

  • 构造器详细资料

    • FastCosineTransformerTest

      public FastCosineTransformerTest(DctNormalization normalization)
  • 方法详细资料

    • data

      public static Collection<Object[]> data()
      返回一个包含true, false的数组,以便检查标准和正交DCT。
      返回:
      用于此参数化测试的参数数组
    • testAdHocData

      public void testAdHocData()
      用于临时数据的变换器测试。
    • testParameters

      public void testParameters() throws Exception
      变换器的参数测试。
      抛出:
      异常
    • testSinFunction

      public void testSinFunction()
      正弦函数的变换器测试。