Skip to content

Feature/fft zero padding

Maximilian Schambach requested to merge feature/fft-zero-padding into master

Description

Adds zero padding option to Fourier transformation wrapper function.

Changes

Zero padding is performed equally on all borders of the image after windowing is applied to the original input. This way, spectral leakage is minimized.

Todos

  • Documentation

Merge request reports