Skip to content

Commit 7ede7b0

Browse files
committed
update comment
1 parent 350fd8f commit 7ede7b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LP-NGWP.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ function const_meyer_wavelets(𝚽, Uf; idx = 1:size(Uf, 1))
242242
B = svd(Y).U
243243
end
244244
# 2. alternative faster way by orthogonal unfolding operator
245-
# B = 𝚽[:, idx] * Uf[idx, idx]
245+
# B = 𝚽 * Uf[:, idx]
246246
# perform varimax rotation to get the meyer_wavelets
247247
Wavelets = varimax(B)
248248
return Wavelets

0 commit comments

Comments
 (0)