% Get tools\r
%cnaq_path = pwd;\r
cnaq_path = root_dir;\r
-manu_path = [cnaq_path '\Manulab\'];\r
tools_path = [cnaq_path '\tools\'];\r
+pa_path = [cnaq_path '\pa_wavplay\'];\r
path(path, cnaq_path);\r
-path(path, manu_path);\r
path(path, tools_path);\r
+path(path, pa_path);\r
\r
% Get/Set ID\r
id = get_id(handles);\r
gain_out = 10^(gain_out/20);\r
\r
% Avoid Gibbs like phenomenon\r
- f0 = 0.1;\r
+ f0 = 1;\r
f1 = f_min;\r
f2 = f_max;\r
f3 = f_s/2;\r
sig_exc = sig_exc.*mask;\r
\r
% Synchronizing\r
- %The number of samples in the buffer (latency of the sound card in\r
- %samples. See tests/testacqui.m)\r
- delay = 588; \r
+ % The number of samples in the buffer (latency of the sound card in\r
+ % samples. See tests/testacqui.m)\r
+ delay = 588; \r
zero = zeros(1,delay);\r
% Zeros are added before and removed after\r
sig_exc_z = [sig_exc zero];\r
% Increment ID\r
increment_id(handles);\r
\r
- \r
-\r
- \r
-\r
-\r
+
\ No newline at end of file