Skip to content

Automatically determine GF duration and T0

Liam Toney requested to merge (removed):gf-duration into master

This MR:

  • Uses the input data duration to set the GF duration
  • Sets the T0 to be -10 s unless the triangle method is being used, in which case T0 is set to -2 * self.triangle_half_width s
  • Removes a GF length check
  • Only selects the next power of two for GF lengths for the frequency domain

Merge request reports