Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
toolbox
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
12
Issues
12
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
4
Merge Requests
4
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Institute of Technical Acoustics (ITA)
toolbox
Commits
f166a7f4
Commit
f166a7f4
authored
Feb 03, 2017
by
rbo
Committed by
Marco Berzborn
Feb 15, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
isa fix
parent
625e2cf2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
applications/Binaural-HRTF/HpTF_class/itaHpTF_MS.m
applications/Binaural-HRTF/HpTF_class/itaHpTF_MS.m
+3
-3
No files found.
applications/Binaural-HRTF/HpTF_class/itaHpTF_MS.m
View file @
f166a7f4
...
@@ -45,10 +45,10 @@ classdef itaHpTF_MS < itaHpTF
...
@@ -45,10 +45,10 @@ classdef itaHpTF_MS < itaHpTF
this
.
MSTF
.
outputChannels
=
[
1
2
];
this
.
MSTF
.
outputChannels
=
[
1
2
];
if
nargin
==
1
if
nargin
==
1
% init
% init
if
isa
(
'itaHpTF'
,
varargin
)
if
isa
(
varargin
{
1
},
'itaHpTF'
)
this
.
init
=
varargin
;
this
.
init
=
varargin
;
elseif
isa
(
'itaMSTF'
,
varargin
)
% calibration input
elseif
isa
(
varargin
{
1
},
'itaMSTF'
)
% calibration input
this
.
MSTF
=
varargin
;
this
.
MSTF
=
varargin
{
1
}
;
end
end
this
.
dimensions
=
2
*
this
.
repeat
;
this
.
dimensions
=
2
*
this
.
repeat
;
this
.
fftDegree
=
this
.
MSTF
.
fftDegree
;
this
.
fftDegree
=
this
.
MSTF
.
fftDegree
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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