Skip to content
Snippets Groups Projects

Add support for diffraction calculations using the UDFA

Open Pascal Palenda requested to merge feature/pigeon-udfa into develop
2 files
+ 140
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -66,6 +66,9 @@ switch( diffraction_model )
% With or without spreading loss after diffraction
linear_freq_data = obj.tf_diffraction_utd( w, effective_source_position, effective_receiver_position );
case 'udfa'
linear_freq_data = obj.tf_diffraction_udfa( effective_source_position, effective_receiver_position, anchor );
case 'maekawa'
linear_freq_data = obj.tf_diffraction_maekawa( w, effective_source_position, effective_receiver_position );
Loading