We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38f4468 commit 8f42404Copy full SHA for 8f42404
docs/src/resampling.md
@@ -67,10 +67,18 @@ The right image is the upsampled version of the left one.
67

68

69
70
+There are fast versions (`upsample2`)for upsampling by a factor of 2.
71
72
73
## Function References
74
```@docs
75
FourierTools.resample
76
+FourierTools.resample_by_FFT
77
+FourierTools.resample_by_RFFT
78
+FourierTools.resample_nfft
79
+FourierTools.resample_czt
80
FourierTools.upsample2
81
+FourierTools.upsample2_abs2
82
+FourierTools.upsample2_1D
83
+FourierTools.barrel_pin
84
```
0 commit comments