Skip to content

Commit 8c61f8c

Browse files
committed
Update test_all()
1 parent 6495c6d commit 8c61f8c

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

validation/test_all.m

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,14 @@
105105
pause
106106
disp('Running "test_wfs_25d(1)"');
107107
test_wfs_25d(1);
108+
disp('Hit Enter to continue');
109+
pause
110+
disp('Running "test_imp_25d(1)"');
111+
test_imp_25d(1);
112+
disp('Hit Enter to continue');
113+
pause
108114
disp('Running "test_fft_ifft(1)"');
109-
test_fft_ifft(1);
115+
test_spectrum_signal_conversion(1);
110116
else
111117
if ~all([test_binaural_synthesis(0); ...
112118
test_delayline(0); ...
@@ -122,7 +128,8 @@
122128
test_secondary_source_selection(0); ...
123129
test_tapering_window(0); ...
124130
test_wfs_25d(0); ...
125-
test_fft_ifft(0);
131+
test_imp_25d(0); ...
132+
test_spectrum_signal_conversion(0);
126133
%test_wfs_iir_prefilter(0); ... % needs DSP Tooblox
127134
])
128135
return;

0 commit comments

Comments
 (0)