Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
VAMatlab
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Institute of Technical Acoustics (ITA)
VAMatlab
Commits
a0a07c6c
Commit
a0a07c6c
authored
Sep 05, 2019
by
Dipl.-Ing. Jonas Stienen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo in varliable
parent
b713182a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
matlab/VA_example_ppa.m
matlab/VA_example_ppa.m
+6
-2
No files found.
matlab/VA_example_ppa.m
View file @
a0a07c6c
...
...
@@ -6,6 +6,8 @@
% Requires ITA-Toolbox, obtain from http://www.ita-toolbox.org
warning
(
'off'
,
'all'
)
%output_folder = fullfile( 'C:\Users\jonas\sciebo\Thesis stuff\auralization\resources', 'example_ppa/s1_r1' );
output_folder
=
fullfile
(
'D:\Users\stienen\Sciebo\Thesis stuff\auralization\resources'
,
'example_ppa/s1_r1'
);
frame_rate
=
128
/
44100
;
% block length / sampling frequency
...
...
@@ -103,8 +105,8 @@ if any( strcmpi( ppa_example_mode, { 'simulation', 'all' } ) )
pu
.
receiver
=
R
;
pu
.
identifier
=
pp
.
identifier
;
[
refl_order
,
diffr_order
]
=
ita_propagation_get_orders
(
pp
);
p
p
.
reflection_order
=
refl_order
;
p
p
.
diffraction_order
=
diffr_order
;
p
u
.
reflection_order
=
refl_order
;
p
u
.
diffraction_order
=
diffr_order
;
path_count
=
path_count
+
1
;
all_path_names
{
path_count
}
=
pp
.
identifier
;
...
...
@@ -362,3 +364,5 @@ if any( strcmpi( ppa_example_mode, { 'auralization', 'all' } ) )
disp
(
'Stop VA to export simulation results from rendering module(s)'
)
end
warning
(
'default'
,
'all'
)
\ No newline at end of file
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