public void Transform_FFT103()
 {
     Test(f => FFT103.Transform(f, false), f => FFT103.Transform(f, true));
 }