Skip to content

fix unaligned IDFT

Thomas Schlichter requested to merge fix_unaligned_idft into develop

In case of unaligned input array, a DFT of wrong size was executed instead of a correct IDFT.

Merge request reports