Skip to content

Commit 50f9906

Browse files
exported upsample2_abs2 as before
1 parent 97630ad commit 50f9906

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/src/resampling.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,6 @@ FourierTools.resample_by_RFFT
7878
FourierTools.resample_nfft
7979
FourierTools.resample_czt
8080
FourierTools.upsample2
81+
FourierTools.upsample2_abs2
8182
FourierTools.barrel_pin
8283
```

src/resampling.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ export resample
22
export resample_by_FFT
33
export resample_by_RFFT
44
export upsample2
5+
export upsample2_abs2
56
export resample_nfft
67
export resample_czt
78
export barrel_pin

0 commit comments

Comments
 (0)