We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6495c6d commit 8c61f8cCopy full SHA for 8c61f8c
validation/test_all.m
@@ -105,8 +105,14 @@
105
pause
106
disp('Running "test_wfs_25d(1)"');
107
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
113
114
disp('Running "test_fft_ifft(1)"');
- test_fft_ifft(1);
115
+ test_spectrum_signal_conversion(1);
116
else
117
if ~all([test_binaural_synthesis(0); ...
118
test_delayline(0); ...
@@ -122,7 +128,8 @@
122
128
test_secondary_source_selection(0); ...
123
129
test_tapering_window(0); ...
124
130
test_wfs_25d(0); ...
125
- test_fft_ifft(0);
131
+ test_imp_25d(0); ...
132
+ test_spectrum_signal_conversion(0);
126
133
%test_wfs_iir_prefilter(0); ... % needs DSP Tooblox
127
134
])
135
return;
0 commit comments