Add consistency check for sizes in inverse-rfft
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.
Please register or sign in to comment