FFT accelerated surface analysis tools package

FFT accelerated functions for analysing 1D and 2D signals such surface profiles, surfaces and images
1.6K Downloads
Updated 6 May 2014

View License

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

Cite As

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

MATLAB Release Compatibility
Created with R2008b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Fourier Analysis and Filtering in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
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