The review by Lancaster suggests that when using any Fourier-based surrogates the following preprocessing steps should be made:
- Remove any trends in the data which are not important or relevant to the results, so that they are not incorporated into the surrogates.
- Correct any mismatch between start and end points and corresponding first derivatives. This is very important and must not be overlooked, and arises from the assumptions made when calculating any of the Fourier transform based surrogates.
- Subtract the mean to ensure that results are not affected by significantly different mean values. The
They describe an automated process to ensure this:

We should implement this and offer it as a utility function.
The review by Lancaster suggests that when using any Fourier-based surrogates the following preprocessing steps should be made:
They describe an automated process to ensure this:
We should implement this and offer it as a utility function.