You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/idst.jl
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,7 @@ module IDST
72
72
73
73
In-place inverse DST: overwrite `y` with the reconstructed data when
74
74
possible. Falls back to computing out-of-place and copying the result.
75
+
Uses an FFTW r2r plan for the in-place computation when available. The result is scaled by `1/(N+1)` to account for the normalization of the DST. Note that the input `y` should contain the DST coefficients, and after this function, it will contain the reconstructed data in the original domain.
0 commit comments