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
4936f345
Commit
4936f345
authored
Oct 19, 2016
by
rbo
Browse files
function for sorted unique theta and phi angles in degree
parent
f3a0229a
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/Binaural-HRTF/HRTF_class/@itaHRTF/itaHRTF.m
View file @
4936f345
...
...
@@ -619,6 +619,14 @@ classdef itaHRTF < itaAudio
end
end
function
thetaUni
=
theta_UniqueDeg
(
this
,
varargin
)
thetaUni
=
rad2deg
(
theta_Unique
(
this
,
varargin
));
end
function
phiUni
=
phi_UniqueDeg
(
this
,
varargin
)
phiUni
=
rad2deg
(
phi_Unique
(
this
,
varargin
));
end
function
slice
=
sphericalSlice
(
this
,
dirID
,
dir_deg
)
% dir in degree
% dirID [phi, theta]
...
...
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