亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? paramsetting.asv

?? FPGA輸出數據的時頻域分析GUI界面
?? ASV
字號:
function varargout = ParamSetting(varargin)
% PARAMSETTING M-file for ParamSetting.fig
%      PARAMSETTING, by itself, creates a new PARAMSETTING or raises the existing
%      singleton*.
%
%      H = PARAMSETTING returns the handle to a new PARAMSETTING or the handle to
%      the existing singleton*.
%
%      PARAMSETTING('CALLBACK',hObject,eventData,handles,...) calls the local
%      function named CALLBACK in PARAMSETTING.M with the given input arguments.
%
%      PARAMSETTING('Property','Value',...) creates a new PARAMSETTING or raises the
%      existing singleton*.  Starting from the left, property value pairs are
%      applied to the GUI before ParamSetting_OpeningFunction gets called.  An
%      unrecognized property name or invalid value makes property application
%      stop.  All inputs are passed to ParamSetting_OpeningFcn via varargin.
%
%      *See GUI Options on GUIDE's Tools menu.  Choose "GUI allows only one
%      instance to run (singleton)".
%
% See also: GUIDE, GUIDATA, GUIHANDLES

% Edit the above text to modify the response to help ParamSetting

% Last Modified by GUIDE v2.5 15-Aug-2007 15:46:58

% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct('gui_Name',       mfilename, ...
                   'gui_Singleton',  gui_Singleton, ...
                   'gui_OpeningFcn', @ParamSetting_OpeningFcn, ...
                   'gui_OutputFcn',  @ParamSetting_OutputFcn, ...
                   'gui_LayoutFcn',  [] , ...
                   'gui_Callback',   []);
if nargin && ischar(varargin{1})
    gui_State.gui_Callback = str2func(varargin{1});
end

if nargout
    [varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:});
else
    gui_mainfcn(gui_State, varargin{:});
end
% End initialization code - DO NOT EDIT


% --- Executes just before ParamSetting is made visible.
function ParamSetting_OpeningFcn(hObject, eventdata, handles, varargin)
% This function has no output args, see OutputFcn.
% hObject    handle to figure
% eventdata  reserved - to be defined in a future version of MATLAB
% handles    structure with handles and user data (see GUIDATA)
% varargin   command line arguments to ParamSetting (see VARARGIN)

% Choose default command line output for ParamSetting
handles.output = hObject;

% Update handles structure
guidata(hObject, handles);

% UIWAIT makes ParamSetting wait for user response (see UIRESUME)
% uiwait(handles.ParamSetting);


% --- Outputs from this function are returned to the command line.
function varargout = ParamSetting_OutputFcn(hObject, eventdata, handles) 
% varargout  cell array for returning output args (see VARARGOUT);
% hObject    handle to figure
% eventdata  reserved - to be defined in a future version of MATLAB
% handles    structure with handles and user data (see GUIDATA)

% Get default command line output from handles structure
varargout{1} = handles.output;



function Fs_Callback(hObject, eventdata, handles)
% hObject    handle to Fs (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 Fs as text
%        str2double(get(hObject,'String')) returns contents of Fs as a double


% --- Executes during object creation, after setting all properties.
function Fs_CreateFcn(hObject, eventdata, handles)
% hObject    handle to Fs (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 && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
    set(hObject,'BackgroundColor','white');
end



function RowStart_Callback(hObject, eventdata, handles)
% hObject    handle to RowStart (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 RowStart as text
%        str2double(get(hObject,'String')) returns contents of RowStart as a double


% --- Executes during object creation, after setting all properties.
function RowStart_CreateFcn(hObject, eventdata, handles)
% hObject    handle to RowStart (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 && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
    set(hObject,'BackgroundColor','white');
end



function RowEnd_Callback(hObject, eventdata, handles)
% hObject    handle to RowEnd (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 RowEnd as text
%        str2double(get(hObject,'String')) returns contents of RowEnd as a double


% --- Executes during object creation, after setting all properties.
function RowEnd_CreateFcn(hObject, eventdata, handles)
% hObject    handle to RowEnd (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 && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
    set(hObject,'BackgroundColor','white');
end



function ColumnStart_Callback(hObject, eventdata, handles)
% hObject    handle to ColumnStart (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 ColumnStart as text
%        str2double(get(hObject,'String')) returns contents of ColumnStart as a double


% --- Executes during object creation, after setting all properties.
function ColumnStart_CreateFcn(hObject, eventdata, handles)
% hObject    handle to ColumnStart (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 && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
    set(hObject,'BackgroundColor','white');
end



function ColumnEnd_Callback(hObject, eventdata, handles)
% hObject    handle to ColumnEnd (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 ColumnEnd as text
%        str2double(get(hObject,'String')) returns contents of ColumnEnd as a double


% --- Executes during object creation, after setting all properties.
function ColumnEnd_CreateFcn(hObject, eventdata, handles)
% hObject    handle to ColumnEnd (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 && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
    set(hObject,'BackgroundColor','white');
end


% --- Executes on button press in NoReversal.
function NoReversal_Callback(hObject, eventdata, handles)
% hObject    handle to NoReversal (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 NoReversal

val=get(handles.NoReversal,'Value');
if val==1
    set(handles.Reversal,'Value',0);
else
    set(handles.Reversal,'Value',1);
end


% --- Executes on button press in Reversal.
function Reversal_Callback(hObject, eventdata, handles)
% hObject    handle to Reversal (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 Reversal

val=get(handles.Reversal,'Value');
if val==1
    set(handles.NoReversal,'Value',0);
else
    set(handles.NoReversal,'Value',1);
end


% --- Executes on button press in WithSymbolBit.
function WithSymbolBit_Callback(hObject, eventdata, handles)
% hObject    handle to WithSymbolBit (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 WithSymbolBit

val=get(handles.WithSymbolBit,'Value');
if val==1
    set(handles.WithoutSymbolBit,'Value',0);
else
    set(handles.WithoutSymbolBit,'Value',1);
end


% --- Executes on button press in WithoutSymbolBit.
function WithoutSymbolBit_Callback(hObject, eventdata, handles)
% hObject    handle to WithoutSymbolBit (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 WithoutSymbolBit

val=get(handles.WithoutSymbolBit,'Value');
if val==1
    set(handles.WithSymbolBit,'Value',0);
else
    set(handles.WithSymbolBit,'Value',1);
end


% --- Executes on button press in OK.
function OK_Callback(hObject, eventdata, handles)
% hObject    handle to OK (see GCBO)
% eventdata  reserved - to be defined in a future version of MATLAB
% handles    structure with handles and user data (see GUIDATA)

ud.Fs=str2double(get(handles.Fs,'String'));
str1='->> The sample rate is: ';
str1=[str1,num2str(ud.Fs),' kHz'];

ud.RowStart=str2double(get(handles.RowStart,'String'));
str2='->> The starting row of the data matrix is: ';
str2=[str2,num2str(ud.RowStart)];

ud.RowEnd=str2double(get(handles.RowEnd,'String'));
str3='->> The ending row of the data matrix is: ';
str3=[str3,num2str(ud.RowEnd)];

ud.ColumnStart=str2double(get(handles.ColumnStart,'String'));
str4='->> The starting column of the data matrix is: ';
str4=[str4,num2str(ud.ColumnStart)];

ud.ColumnEnd=str2double(get(handles.ColumnEnd,'String'));
str5='->> The ending column of the data matrix is: ';
str5=[str5,num2str(ud.ColumnEnd)];

ud.valR = get(handles.NoReversal,'Value');
if ud.valR==1
    str6='->> The input data need not to be reversed.';
else
    str6='->> The input data has been reversed.';
end

ud.valS = get(handles.WithSymbolBit,'Value');
if ud.valS==1
    str7='->> The input data is with symbol bit.';
else
    str7='->> The input data is without symbol bit.';
end

str8 = '->> The parameters setting has been done.';

% Parameters illuminating
hfig=findobj(allchild(0),'Name','FFTPlatForm');
h=get(hfig);
ud_h=h.UserData;
str0=ud_h.str;
str=[str0;str1;str2;str3;str4;str5;str6;str7;str8];
set(ud_h.hdl.Notes,'String',str);

% Parameters transmitting
set(hfig,'UserData',ud);

close


% --- Executes on button press in Default.
function Default_Callback(hObject, eventdata, handles)
% hObject    handle to Default (see GCBO)
% eventdata  reserved - to be defined in a future version of MATLAB
% handles    structure with handles and user data (see GUIDATA)

% ud.str = 'The parameters setting has been concelled.';
% hfig=findobj(allchild(0),'Name','FFTPlatForm');
% set(hfig,'UserData',ud);

ud.Fs=91.2;
str1='->> The sample rate is: ';
str1=[str1,num2str(ud.Fs),' kHz'];

ud.RowStart=1;
str2='->> The starting row of the data matrix is: ';
str2=[str2,num2str(ud.RowStart)];

ud.RowEnd=8192;
ud.ColumnStart=4;
ud.ColumnEnd=17;

set(handles.Fs,'String',num2str(ud.Fs));
set(handles.RowStart,'String',num2str(ud.RowStart));
set(handles.RowEnd,'String',num2str(ud.RowEnd));
set(handles.ColumnStart,'String',num2str(ud.ColumnStart));
set(handles.ColumnEnd,'String',num2str(ud.ColumnEnd));

set(handles.NoReversal,'Value',1);
set(handles.Reversal,'Value',0);
set(handles.WithSymbolBit,'Value',1);
set(handles.WithoutSymbolBit,'Value',0);

ud.valR = 1;
ud.valS = 1;


hfig=findobj(allchild(0),'Name','FFTPlatForm');
set(hfig,'UserData',ud);

close

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
寂寞少妇一区二区三区| 成人av网站大全| 亚洲天堂2016| 精品少妇一区二区三区日产乱码| www.欧美.com| 狠狠色丁香婷婷综合久久片| 亚洲国产aⅴ天堂久久| 中文字幕不卡的av| 精品久久一二三区| 在线不卡一区二区| 色哦色哦哦色天天综合| 国产二区国产一区在线观看| 日本成人在线不卡视频| 亚洲一二三区在线观看| 成人免费一区二区三区在线观看| 欧美电影精品一区二区| 7777精品伊人久久久大香线蕉完整版| 91视频一区二区| 波多野洁衣一区| 高清久久久久久| 国产精品18久久久久久久久久久久| 免费高清在线视频一区·| 午夜久久电影网| 亚洲午夜久久久久久久久电影网 | 国产午夜三级一区二区三| 欧美浪妇xxxx高跟鞋交| 欧美自拍偷拍午夜视频| 色哟哟国产精品免费观看| av在线不卡观看免费观看| 国产91综合一区在线观看| 国产乱人伦偷精品视频不卡| 激情丁香综合五月| 国产乱码字幕精品高清av | 91国偷自产一区二区使用方法| 岛国av在线一区| 白白色亚洲国产精品| 成人v精品蜜桃久久一区| 成人av资源在线观看| av中文字幕亚洲| 91免费精品国自产拍在线不卡| 大胆欧美人体老妇| 99久久精品情趣| 91国产成人在线| 欧美三级欧美一级| 91精品国产综合久久久久久久| 欧美一区二区视频在线观看| 91精品国产美女浴室洗澡无遮挡| 欧美一区二区三区视频免费播放| 777奇米成人网| 欧美成人一区二区三区| 亚洲精品一线二线三线| 亚洲国产精品成人久久综合一区| 中文字幕不卡的av| 一区二区三区国产精品| 亚洲成年人网站在线观看| 天天影视色香欲综合网老头| 久久成人综合网| 国产成人午夜高潮毛片| 成人精品视频网站| 色综合一个色综合| 91精选在线观看| 久久蜜臀中文字幕| 亚洲人成网站色在线观看| 亚洲午夜电影在线观看| 免费高清不卡av| 成人污污视频在线观看| 在线观看精品一区| 欧美大片一区二区三区| 国产精品美女久久久久aⅴ | 国产精品久久综合| 亚洲一区二区三区不卡国产欧美| 奇米亚洲午夜久久精品| 成人夜色视频网站在线观看| 欧美日韩免费观看一区三区| 精品国产成人在线影院| 亚洲三级小视频| 美腿丝袜亚洲色图| 成人免费三级在线| 在线91免费看| 国产精品久久久一本精品| 日韩国产一二三区| 97久久人人超碰| 欧美大片一区二区| 亚洲免费伊人电影| 国产麻豆午夜三级精品| 欧美影院一区二区| 国产三级精品视频| 日本视频中文字幕一区二区三区| youjizz久久| 欧美一区三区二区| 亚洲男人的天堂一区二区| 国产中文一区二区三区| 欧美性videosxxxxx| 国产精品色婷婷| 久久国产精品露脸对白| 欧美撒尿777hd撒尿| 欧美极品aⅴ影院| 久久精品99久久久| 欧美日韩中字一区| 亚洲欧洲在线观看av| 精品一区二区三区视频在线观看 | 日韩毛片精品高清免费| 九一久久久久久| 欧美日韩国产高清一区二区| 国产精品久久午夜夜伦鲁鲁| 久久99精品国产.久久久久久| 日本道色综合久久| 国产精品欧美久久久久无广告| 免费观看91视频大全| 欧美日韩中文一区| 亚洲欧美一区二区三区孕妇| 国产成人精品三级麻豆| 日韩欧美一级在线播放| 欧美日韩国产成人在线免费| 国产精品亚洲专一区二区三区| 欧美美女直播网站| 亚洲狼人国产精品| 国产91精品一区二区麻豆网站| 欧美日韩不卡视频| 一区二区三区不卡视频| 欧美在线一区二区三区| 亚洲激情图片小说视频| 亚洲综合图片区| 99久久免费精品| 亚洲国产激情av| 风流少妇一区二区| 国产亲近乱来精品视频| 国产一区二区不卡老阿姨| 久久亚洲春色中文字幕久久久| 男女视频一区二区| 337p亚洲精品色噜噜噜| 秋霞电影网一区二区| 日韩午夜av电影| 另类小说欧美激情| 久久日韩粉嫩一区二区三区| 国产一二精品视频| 久久久久青草大香线综合精品| 国产一区二区三区黄视频 | 久久综合九色综合欧美亚洲| 激情文学综合插| 久久精子c满五个校花| 国产大片一区二区| 日本一区二区成人在线| 99免费精品视频| 中文字幕中文字幕在线一区| 97国产一区二区| 亚洲一级二级三级| 8x8x8国产精品| 精品亚洲欧美一区| 国产欧美日韩麻豆91| 色呦呦一区二区三区| 夜夜嗨av一区二区三区中文字幕 | 国产精品视频一区二区三区不卡| 丰满白嫩尤物一区二区| 综合婷婷亚洲小说| 欧美日韩国产片| 老司机精品视频在线| 中文字幕精品一区二区精品绿巨人| 91在线国内视频| 五月婷婷久久丁香| 久久亚洲影视婷婷| 91麻豆swag| 日本在线不卡视频| 久久综合精品国产一区二区三区| 北岛玲一区二区三区四区| 亚洲国产日韩一级| 日韩精品一区二区三区视频播放 | 欧美精品色综合| 国产一区二区三区免费在线观看| 亚洲天堂网中文字| 欧美一区二区三区影视| 粉嫩aⅴ一区二区三区四区五区 | 欧洲亚洲国产日韩| 三级久久三级久久久| 国产午夜亚洲精品不卡| 欧美主播一区二区三区美女| 美女在线一区二区| 国产精品国产三级国产三级人妇 | 精品国产一区a| 日本丰满少妇一区二区三区| 久久国产精品无码网站| 亚洲美女视频在线| 久久亚洲精品国产精品紫薇| 在线亚洲免费视频| 国产一区二区电影| 亚洲第一激情av| 国产欧美一区在线| 欧美精品日韩一区| 91丝袜美女网| 国产在线视频一区二区| 亚洲妇熟xx妇色黄| 国产精品高清亚洲| 精品av综合导航| 欧美中文字幕久久| 国产成人av一区二区| 奇米一区二区三区av| 亚洲综合999| 欧美韩国日本综合| 日韩午夜在线观看视频| 在线视频中文字幕一区二区|