Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
toolbox
Commits
6c4f8fb0
Commit
6c4f8fb0
authored
Jan 24, 2017
by
Marco Berzborn
Browse files
bugfix
parent
4bfaf5ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
applications/SphericalHarmonics/ita_sph_sampling/ita_sph_sampling_equalarea.m
View file @
6c4f8fb0
...
...
@@ -51,7 +51,7 @@ end
while
true
coordsCart
=
eq_point_set
(
2
,
sArgs
.
nPoints
)
.'
;
sampling
=
itaSamplingSph
(
coordsCart
,
'cart'
);
Y
=
mbe
_sph_base
(
sampling
,
Nmax
);
Y
=
ita
_sph_base
(
sampling
,
Nmax
);
condNum
=
cond
(
Y
);
if
condNum
<
sArgs
.
condSHT
break
;
...
...
applications/SphericalHarmonics/ita_sph_sampling/ita_sph_sampling_spiral_points.m
View file @
6c4f8fb0
...
...
@@ -52,7 +52,7 @@ end
while
true
coordsCart
=
calculate_spiral_points
(
sArgs
.
nPoints
);
sampling
=
itaSamplingSph
(
coordsCart
,
'sph'
);
Y
=
mbe
_sph_base
(
sampling
,
Nmax
);
Y
=
ita
_sph_base
(
sampling
,
Nmax
);
condNum
=
cond
(
Y
);
if
condNum
<
sArgs
.
condSHT
break
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment