Skip to content

Commit 8ee77d8

Browse files
Merge pull request #57 from dsweber2/master
compat and a docs typo
2 parents b32f685 + 20cf6ba commit 8ee77d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apply.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Return the inverse continuous wavelet transform, computed using the simple dual
260260
icwt(res::AbstractArray, cWav::CWT, inverseStyle::NaiveDelta)
261261
Return the inverse continuous wavelet transform, computed using the simple dual frame ``β_jδ_{ji}``, where ``β_j`` is chosen to negate the scale factor ``(^1/_s)^{^1/_p}``. Generally less accurate than choosing the weights using `PenroseDelta`. This is the method discussed in Torrence and Compo.
262262
263-
icwt(res::AbstractArray, cWav::CWT, inverseStyle::dualFrames)
263+
icwt(res::AbstractArray, cWav::CWT, inverseStyle::DualFrames)
264264
Return the inverse continuous wavelet transform, computed using the canonical dual frame ``\\tilde{\\widehat{ψ}} = \\frac{ψ̂_n(ω)}{∑_n\\|ψ̂_n(ω)\\|^2}``. The algorithm is to compute the cwt again, but using the canonical dual frame; consequentially, it is the most computationally intensive of the three algorithms, and typically the best behaved. Will be numerically unstable if the high frequencies of all of the wavelets are too small however, and tends to fail spectacularly in this case.
265265
266266
"""

0 commit comments

Comments
 (0)