Skip to content

Commit 11467f8

Browse files
committed
Add fractional Fourier transform docs
1 parent 000735e commit 11467f8

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ makedocs(modules = [FourierTools],
1313
"Image Shearing with FFTs" => "shear.md",
1414
"Image Rotation with FFTs" => "rotate.md",
1515
"NFFT" => "nfft.md",
16+
"Fractional Fourier Transform" => "fractional.md",
1617
"Utility Functions" => "utils.md",
1718
]
1819
)

docs/src/fractional.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Fractional Fourier Transforms
2+
3+
Implementation of the [Fast Fractional Fourier Transform](https://en.wikipedia.org/wiki/Fractional_Fourier_transform) based on [Javier García, David Mas, and Rainer G. Dorsch, "Fractional-Fourier-transform calculation through the fast-Fourier-transform algorithm," Appl. Opt. 35, 7013-7018 (1996)](https://opg.optica.org/ao/abstract.cfm?uri=ao-35-35-7013)
4+
```@docs
5+
FourierTools.frfft
6+
```

0 commit comments

Comments
 (0)