Skip to content

Commit

Permalink
Update test_all()
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Mar 4, 2017
1 parent 6495c6d commit 8c61f8c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions validation/test_all.m
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,14 @@
pause
disp('Running "test_wfs_25d(1)"');
test_wfs_25d(1);
disp('Hit Enter to continue');
pause
disp('Running "test_imp_25d(1)"');
test_imp_25d(1);
disp('Hit Enter to continue');
pause
disp('Running "test_fft_ifft(1)"');
test_fft_ifft(1);
test_spectrum_signal_conversion(1);
else
if ~all([test_binaural_synthesis(0); ...
test_delayline(0); ...
Expand All @@ -122,7 +128,8 @@
test_secondary_source_selection(0); ...
test_tapering_window(0); ...
test_wfs_25d(0); ...
test_fft_ifft(0);
test_imp_25d(0); ...
test_spectrum_signal_conversion(0);
%test_wfs_iir_prefilter(0); ... % needs DSP Tooblox
])
return;
Expand Down

0 comments on commit 8c61f8c

Please sign in to comment.