FFT accelerated surface analysis tools package

FFT accelerated functions for analysing 1D and 2D signals such surface profiles, surfaces and images

Sie verfolgen jetzt diese Einreichung

This package consist of a number of auxiliary functions that are helpful for analysing 1D and 2D signals such as surface profiles and surfaces and images. They are all built upon the built-in MATLAB FFT routine for fast execution and they replicate (when it is existing) the result produced by built-in MATLAB function to some extent or completely.
The help files provides examples of usage for most of functions included in the package. In some examples comparison with functions from the signal processing toolbox are made. However the functions provided in the package are standalone and requires nothing but standard MATLAB.

Hope this is helpful

- Andreas Almqvist

Zitieren als

Andreas Almqvist (2026). FFT accelerated surface analysis tools package (https://de.mathworks.com/matlabcentral/fileexchange/25710-fft-accelerated-surface-analysis-tools-package), MATLAB Central File Exchange. Abgerufen .

Kategorien

Mehr zu Fourier Analysis and Filtering finden Sie in Help Center und MATLAB Answers

Allgemeine Informationen

Kompatibilität der MATLAB-Version

  • Kompatibel mit allen Versionen

Plattform-Kompatibilität

  • Windows
  • macOS
  • Linux
Version Veröffentlicht Versionshinweise Action
1.4.0.0

In mygaussian2 the output zc does now also pass through the function fftshift. This is required because the fft and ifft functions shift the data, i.e. if you enter data on a domain 0:N, the result is shifted to –N/2:N/2.

1.0.0.0