Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Apr 10:25
4acc46b

FourierTools v0.1.0

First release of FourierTools.jl which allows to work with the Fourier space conveniently
Array manipulation like shifting, shearing, rotation based on Fourier space methods
Fast fftshift(fft(arr)) operations with ffts and similarly
Fourier based up and downsampling (sinc interpolation) of a signal via zero padding and center cropping in Fourier space
FFT based convolutions via conv

Closed issues:

  • resample with rftmessed up the highest frequency slice in the first dimension (#1)

Merged pull requests:

  • CompatHelper: add new compat entry for "IndexFunArrays" at version "0.1" (#2) (@github-actions[bot])