\r
% Author: Guillaume Pellerin <guillaume.pellerin@cnam.fr>\r
\r
-% Last Modified by GUIDE v2.5 08-Apr-2008 18:19:43
+% Last Modified by GUIDE v2.5 08-Apr-2008 18:19:43\r
\r
% CNAQ, by itself, creates a new CNAQ or raises the existing\r
% singleton*.\r
\r
set(handles.analysis_type,'String','Default');\r
set(handles.analysis_method,'String','Transfert function|Deconvolution');\r
-set(handles.analysis_domain,'String','Frequency|Time');\r
+set(handles.analysis_domain,'String','Frequency|Time|Time/Frequency & THD');\r
set(handles.in_on_off,'UserData',device);\r
set(handles.save_button,'UserData',latency);\r
\r
% set(handles.time_value,'String',num2str(time));\r
\r
\r
-
-
-% --- Executes on selection change in analysis_type.
-function analysis_type_Callback(hObject, eventdata, handles)
-% hObject handle to analysis_type (see GCBO)
-% eventdata reserved - to be defined in a future version of MATLAB
-% handles structure with handles and user data (see GUIDATA)
-
-% Hints: contents = get(hObject,'String') returns analysis_type contents as cell array
-% contents{get(hObject,'Value')} returns selected item from analysis_type
-
-
-% --- Executes during object creation, after setting all properties.
-function analysis_type_CreateFcn(hObject, eventdata, handles)
-% hObject handle to analysis_type (see GCBO)
-% eventdata reserved - to be defined in a future version of MATLAB
-% handles empty - handles not created until after all CreateFcns called
-
-% Hint: popupmenu controls usually have a white background on Windows.
-% See ISPC and COMPUTER.
-if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
- set(hObject,'BackgroundColor','white');
-end
-
-
-% --- Executes on selection change in analysis_domain.
-function analysis_domain_Callback(hObject, eventdata, handles)
-% hObject handle to analysis_domain (see GCBO)
-% eventdata reserved - to be defined in a future version of MATLAB
-% handles structure with handles and user data (see GUIDATA)
-
-% Hints: contents = get(hObject,'String') returns analysis_domain contents as cell array
-% contents{get(hObject,'Value')} returns selected item from analysis_domain
-
-
-% --- Executes during object creation, after setting all properties.
-function analysis_domain_CreateFcn(hObject, eventdata, handles)
-% hObject handle to analysis_domain (see GCBO)
-% eventdata reserved - to be defined in a future version of MATLAB
-% handles empty - handles not created until after all CreateFcns called
-
-% Hint: popupmenu controls usually have a white background on Windows.
-% See ISPC and COMPUTER.
-if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
- set(hObject,'BackgroundColor','white');
-end
-
-
+\r
+\r
+% --- Executes on selection change in analysis_type.\r
+function analysis_type_Callback(hObject, eventdata, handles)\r
+% hObject handle to analysis_type (see GCBO)\r
+% eventdata reserved - to be defined in a future version of MATLAB\r
+% handles structure with handles and user data (see GUIDATA)\r
+\r
+% Hints: contents = get(hObject,'String') returns analysis_type contents as cell array\r
+% contents{get(hObject,'Value')} returns selected item from analysis_type\r
+\r
+\r
+% --- Executes during object creation, after setting all properties.\r
+function analysis_type_CreateFcn(hObject, eventdata, handles)\r
+% hObject handle to analysis_type (see GCBO)\r
+% eventdata reserved - to be defined in a future version of MATLAB\r
+% handles empty - handles not created until after all CreateFcns called\r
+\r
+% Hint: popupmenu controls usually have a white background on Windows.\r
+% See ISPC and COMPUTER.\r
+if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))\r
+ set(hObject,'BackgroundColor','white');\r
+end\r
+\r
+\r
+% --- Executes on selection change in analysis_domain.\r
+function analysis_domain_Callback(hObject, eventdata, handles)\r
+% hObject handle to analysis_domain (see GCBO)\r
+% eventdata reserved - to be defined in a future version of MATLAB\r
+% handles structure with handles and user data (see GUIDATA)\r
+\r
+% Hints: contents = get(hObject,'String') returns analysis_domain contents as cell array\r
+% contents{get(hObject,'Value')} returns selected item from analysis_domain\r
+\r
+\r
+% --- Executes during object creation, after setting all properties.\r
+function analysis_domain_CreateFcn(hObject, eventdata, handles)\r
+% hObject handle to analysis_domain (see GCBO)\r
+% eventdata reserved - to be defined in a future version of MATLAB\r
+% handles empty - handles not created until after all CreateFcns called\r
+\r
+% Hint: popupmenu controls usually have a white background on Windows.\r
+% See ISPC and COMPUTER.\r
+if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))\r
+ set(hObject,'BackgroundColor','white');\r
+end\r
+\r
+\r