Skip to content

Commit 8f42404

Browse files
updated documentation
1 parent 38f4468 commit 8f42404

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/src/resampling.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,18 @@ The right image is the upsampled version of the left one.
6767
![](assets/image_low_res.png)
6868
![](assets/image_high_res.png)
6969

70+
There are fast versions (`upsample2`)for upsampling by a factor of 2.
7071

7172

7273
## Function References
7374
```@docs
7475
FourierTools.resample
76+
FourierTools.resample_by_FFT
77+
FourierTools.resample_by_RFFT
78+
FourierTools.resample_nfft
79+
FourierTools.resample_czt
7580
FourierTools.upsample2
81+
FourierTools.upsample2_abs2
82+
FourierTools.upsample2_1D
83+
FourierTools.barrel_pin
7684
```

0 commit comments

Comments
 (0)