Skip to content
  • Raymond Toy's avatar
    Add consistency check for sizes in inverse-rfft · 67aa5b32
    Raymond Toy authored
    Check that the length of the array is consistent with the given n (fft
    length).  This isn't perfect.  Real FFTs of size 4 and 5 both produce
    transformed arrays of length 3, and there's no way to tell which is
    correct.
    67aa5b32