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
47ee54b9
Commit
47ee54b9
authored
Aug 20, 2019
by
Dipl.-Ing. Jonas Stienen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WIP
parent
5d09fd91
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
235 additions
and
242 deletions
+235
-242
matlab/VA_example_ppa.m
matlab/VA_example_ppa.m
+231
-237
matlab/ppa_run_analysis.m
matlab/ppa_run_analysis.m
+4
-5
No files found.
matlab/VA_example_ppa.m
View file @
47ee54b9
This diff is collapsed.
Click to expand it.
matlab/ppa_run_analysis.m
View file @
47ee54b9
%% Input conditions
target_path
=
'path_
03eff9730b428fe4b136ffe27c6684a3
'
;
%path to follow through simulation
target_path
=
'path_
50df740f16865a987b4b69ff1bb12c2f
'
;
%path to follow through simulation
%target_path = 'diffracted_path';
input_folder
=
'example_ppa
_out
'
;
input_folder
=
'example_ppa
\s1_r1
'
;
out_filename
=
'Path_evolution.gif'
;
out_filename_freq
=
'Path_evolution_freq.gif'
;
plot_single_path_freq
=
true
;
plot_single_path
=
true
;
plot_all_delay_changes
=
false
;
plot_all_gain_changes
=
false
;
load
(
strcat
(
input_folder
,
'\example_ppa_output_data.mat'
),
'-mat'
);
%load('example_outdoor_acoustics_output_data','-mat');
load
(
fullfile
(
input_folder
,
'analysis_data.mat'
),
'-mat'
);
%% Initial set up
file_listing
=
dir
(
strcat
(
input_folder
,
'/
*
.mat'
)
);
file_listing
=
dir
(
strcat
(
input_folder
,
'/
frame*data
.mat'
)
);
N_frames
=
numel
(
file_listing
)
-
1
;
N_paths
=
numel
(
all_path_names
);
...
...
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