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
8e85c102
Commit
8e85c102
authored
Feb 10, 2017
by
Dipl.-Ing. Jonas Stienen
Browse files
Fixing problem with VA & RAVEN experimental script
parent
2a082aa5
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/VirtualAcoustics/VA/itaVA_experimental_RAVEN.m
View file @
8e85c102
...
...
@@ -9,6 +9,6 @@ ita_raven_demo % will generate BRIR 'binaural'
mStruct
=
struct
;
mStruct
.
listener
=
L
;
mStruct
.
source
=
S
;
mStruct
.
ch1
=
binaural
.
ch
(
1
)
.
timeData
;
mStruct
.
ch2
=
binaural
.
ch
(
2
)
.
timeData
;
mStruct
.
ch1
=
double
(
binaural
.
ch
(
1
)
.
timeData
)
'
;
mStruct
.
ch2
=
double
(
binaural
.
ch
(
2
)
.
timeData
)
'
;
mRes
=
va
.
callModule
(
mod_id
,
mStruct
)
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