Skip to content

Improve vtkTableFFT

Timothee Chabat requested to merge timothee.chabat/vtk:improveTableFft into master

Resolve issue #17424 (closed) and improve overall vtkTableFFT functionality :

  • Use vtkFFT to compute the actual FFT
  • Expose new functionality to resample the input signal
  • Allow to apply a windowing function on the input

Windowing kernels are added in the vtkFFT class.

Edited by Timothee Chabat

Merge request reports