Skip to content

Commit 01138d7

Browse files
committed
Updated typo in denoising demo2.
1 parent dbbe096 commit 01138d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/matlab/flaglet_denoising_demo2.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
J_l = ceil(log(L) ./ log(B_l))
2525
J_p = ceil(log(P) ./ log(B_p))
2626

27-
disp('Compute tilling of harmonic space...')
28-
[kappa kappa0] = flaglet_axisym_tilling(B_l, B_p, L, P, J_min_l, J_min_p);
27+
disp('Compute tiling of harmonic space...')
28+
[kappa kappa0] = flaglet_axisym_tiling(B_l, B_p, L, P, J_min_l, J_min_p);
2929

3030
disp('Find noise covariance from SNR')
3131
SNR_ini = 8.0;

0 commit comments

Comments
 (0)