📄 sndanalsynth.m
字号:
end% --- Executes on selection change in phasemenu.function phasemenu_Callback(hObject, eventdata, handles)% --- Executes during object creation, after setting all properties.function analwindowsize_CreateFcn(hObject, eventdata, handles)% hObject handle to analwindowsize (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 set(hObject,'BackgroundColor','white');else set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));end% --- Executes on selection change in analwindowsize.function analwindowsize_Callback(hObject, eventdata, handles)% hObject handle to analwindowsize (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 analwindowsize contents as cell array% contents{get(hObject,'Value')} returns selected item from analwindowsize sndanalsynthfn 'colacheck';% --- Executes during object creation, after setting all properties.function analwindowshape_CreateFcn(hObject, eventdata, handles)% hObject handle to analwindowshape (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 set(hObject,'BackgroundColor','white');else set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));end% --- Executes on selection change in analwindowshape.function analwindowshape_Callback(hObject, eventdata, handles)% hObject handle to analwindowshape (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 analwindowshape contents as cell array% contents{get(hObject,'Value')} returns selected item from analwindowshape% --- Executes on button press in analyze.function analyze_Callback(hObject, eventdata, handles) sndanalsynthfn 'analyze';% --- Executes during object creation, after setting all properties.function magmenu_CreateFcn(hObject, eventdata, handles)% hObject handle to magmenu (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 set(hObject,'BackgroundColor','white');else set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));end% --- Executes on selection change in magmenu.function magmenu_Callback(hObject, eventdata, handles)% hObject handle to magmenu (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 magmenu contents as cell array% contents{get(hObject,'Value')} returns selected item from magmenu% --------------------------------------------------------------------function saveresynth_Callback(hObject, eventdata, handles)% hObject handle to saveresynth (see GCBO)% eventdata reserved - to be defined in a future version of MATLAB% handles structure with handles and user data (see GUIDATA) sndanalsynthfn 'saveresynth';% --- Executes during object creation, after setting all properties.function synthwindowsize_CreateFcn(hObject, eventdata, handles)% hObject handle to synthwindowsize (see GCBO)% eventdata reserved - to be defined in a future version of MATLAB% handles empty - handles not created until after all CreateFcns called% Hint: edit controls usually have a white background on Windows.% See ISPC and COMPUTER.if ispc set(hObject,'BackgroundColor','white');else set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));endfunction synthwindowsize_Callback(hObject, eventdata, handles)% hObject handle to synthwindowsize (see GCBO)% eventdata reserved - to be defined in a future version of MATLAB% handles structure with handles and user data (see GUIDATA)% Hints: get(hObject,'String') returns contents of synthwindowsize as text% str2double(get(hObject,'String')) returns contents of synthwindowsize as a double sndanalsynthfn 'colacheck';% --- Executes during object creation, after setting all properties.function synthwindowskip_CreateFcn(hObject, eventdata, handles)% hObject handle to synthwindowskip (see GCBO)% eventdata reserved - to be defined in a future version of MATLAB% handles empty - handles not created until after all CreateFcns called% Hint: edit controls usually have a white background on Windows.% See ISPC and COMPUTER.if ispc set(hObject,'BackgroundColor','white');else set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));endfunction synthwindowskip_Callback(hObject, eventdata, handles)% hObject handle to synthwindowskip (see GCBO)% eventdata reserved - to be defined in a future version of MATLAB% handles structure with handles and user data (see GUIDATA)% Hints: get(hObject,'String') returns contents of synthwindowskip as text% str2double(get(hObject,'String')) returns contents of synthwindowskip as a doublefunction cola_CreateFcn(hObject, eventdata, handles)% --- Executes during object creation, after setting all properties.function analcola_CreateFcn(hObject, eventdata, handles)% hObject handle to synthcola (see GCBO)% eventdata reserved - to be defined in a future version of MATLAB% handles empty - handles not created until after all CreateFcns called% --- Executes during object creation, after setting all properties.function synthcola_CreateFcn(hObject, eventdata, handles)% hObject handle to synthcola (see GCBO)% eventdata reserved - to be defined in a future version of MATLAB% handles empty - handles not created until after all CreateFcns called% --- Executes on button press in synthcola.function synthcola_Callback(hObject, eventdata, handles)% hObject handle to synthcola (see GCBO)% eventdata reserved - to be defined in a future version of MATLAB% handles structure with handles and user data (see GUIDATA)% Hint: get(hObject,'Value') returns toggle state of synthcola sndanalsynthfn 'colacheck';% --- Executes during object creation, after setting all properties.function analwindowskip_CreateFcn(hObject, eventdata, handles)% hObject handle to analwindowskip (see GCBO)% eventdata reserved - to be defined in a future version of MATLAB% handles empty - handles not created until after all CreateFcns called% Hint: edit controls usually have a white background on Windows.% See ISPC and COMPUTER.if ispc set(hObject,'BackgroundColor','white');else set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));endfunction analwindowskip_Callback(hObject, eventdata, handles)% hObject handle to analwindowskip (see GCBO)% eventdata reserved - to be defined in a future version of MATLAB% handles structure with handles and user data (see GUIDATA)% Hints: get(hObject,'String') returns contents of analwindowskip as text% str2double(get(hObject,'String')) returns contents of analwindowskip as a double% --- Executes on button press in analcola.function analcola_Callback(hObject, eventdata, handles)% hObject handle to analcola (see GCBO)% eventdata reserved - to be defined in a future version of MATLAB% handles structure with handles and user data (see GUIDATA)% Hint: get(hObject,'Value') returns toggle state of analcola sndanalsynthfn 'colacheck';% --------------------------------------------------------------------function help_Callback(hObject, eventdata, handles)% hObject handle to help (see GCBO)% eventdata reserved - to be defined in a future version of MATLAB% handles structure with handles and user data (see GUIDATA) sndanalsynthfn 'help';% --- Executes on button press in normalize.function normalize_Callback(hObject, eventdata, handles)% hObject handle to normalize (see GCBO)% eventdata reserved - to be defined in a future version of MATLAB% handles structure with handles and user data (see GUIDATA) sndanalsynthfn 'normalize';
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -