Fourier derivative

Version 1.0.0.0 (1.32 KB) by Matt
A numerical differentiator for periodic functions using Fourier transformations
768 Downloads
Updated 3 Jan 2013

View License

Spectral methods of solving partial differential equations may involve the use of a Fourier transform to compute derivatives. If f is a uniformly sampled periodic function containing an even number of elements, then fourierderivative(f) computes the derivative of f with respect to the element spacing. For best results, f should be periodic such that f(x + a) = f(x + b). As an example,

x = linspace(0,pi);
f = exp(cos(x).*sin(2*x));
dfdx = fourierderivative(f,0,pi);

Results for nonperiodic f are dubious.

Cite As

Matt (2026). Fourier derivative (https://se.mathworks.com/matlabcentral/fileexchange/39700-fourier-derivative), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2010a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Version Published Release Notes
1.0.0.0