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
5a54b16e
Commit
5a54b16e
authored
Apr 18, 2018
by
Marco Berzborn
Browse files
bugfix sh tutotal, use real sh steering vectors in case pw sh basis was real
parent
24f75312
Changes
1
Hide whitespace changes
Inline
Side-by-side
tutorials/ita_tutorial_spherical_harmonics.m
View file @
5a54b16e
...
...
@@ -78,7 +78,7 @@ title(['kr = ', num2str(k(idxPlot) * uniquetol(sampling.r))]);
lookDirections
=
ita_sph_sampling_equiangular
(
30
);
% calculate the sh basis functions for all look directions
Y_lookDirs
=
ita_sph_base
(
lookDirections
,
Nmax
)
'
;
Y_lookDirs
=
ita_sph_base
(
lookDirections
,
Nmax
,
'real'
,
real
)
'
;
% calculate the radial filter to compensate for the modal strength of the
% sphere
...
...
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