]> git.parisson.com Git - cnaq.git/commitdiff
Change f0
authoryomguy <yomguy@5fc3e0e6-29bc-4d03-b52b-c088cb822bde>
Wed, 14 Nov 2007 15:10:18 +0000 (15:10 +0000)
committeryomguy <yomguy@5fc3e0e6-29bc-4d03-b52b-c088cb822bde>
Wed, 14 Nov 2007 15:10:18 +0000 (15:10 +0000)
git-svn-id: http://svn.parisson.org/svn/CNAQ/trunk@113 5fc3e0e6-29bc-4d03-b52b-c088cb822bde

CNAQ.m

diff --git a/CNAQ.m b/CNAQ.m
index 469d7a55a1ab6b8492ada7f7c0161f4f24a4adcc..7d69eaf59a386964ed1cf708685245335f8e1357 100644 (file)
--- a/CNAQ.m
+++ b/CNAQ.m
@@ -126,11 +126,11 @@ set(handles.home_dir_box,'String',home_dir);
 % 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
@@ -526,7 +526,7 @@ function mes_on_Callback(hObject, eventdata, handles)
     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
@@ -553,9 +553,9 @@ function mes_on_Callback(hObject, eventdata, handles)
     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
@@ -697,8 +697,4 @@ function save_button_Callback(hObject, eventdata, handles)
     % Increment ID\r
     increment_id(handles);\r
     \r
-    \r
-\r
-   \r
-\r
-\r
+   
\ No newline at end of file