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

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

?? paramsetting.m

?? FPGA輸出數據的時頻域分析GUI界面
?? M
字號:
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);

% Set Bin2Float Push Button enable on
set(ud_h.hdl.Bin2Float,'Enable','on');

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;
str3='->> The ending row of the data matrix is: ';
str3=[str3,num2str(ud.RowEnd)];

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

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

str6='->> The input data need not to be reversed.';
str7='->> The input data is with symbol bit.';
str8 = '->> The parameters setting has been done.';

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;

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

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

% Set Bin2Float Push Button enable on
set(ud_h.hdl.Bin2Float,'Enable','on');

close

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
美女网站色91| 色综合中文字幕国产| 国产在线国偷精品产拍免费yy| 国产一区二区三区久久久| 色哟哟国产精品| 国产清纯白嫩初高生在线观看91| 亚洲精品一二三四区| 麻豆专区一区二区三区四区五区| 91视频一区二区| 久久婷婷久久一区二区三区| 亚洲国产成人高清精品| 一本久道中文字幕精品亚洲嫩| 精品国产一区二区三区忘忧草| 一区二区三区影院| 99久久er热在这里只有精品15| 日韩精品一区在线| 日韩高清在线观看| 欧美日韩国产在线观看| 亚洲美女屁股眼交3| 国产福利精品导航| wwwwww.欧美系列| 蜜桃av一区二区三区| 欧美乱妇15p| 天堂在线一区二区| 欧美无砖专区一中文字| 亚洲一区二区三区三| 91免费看`日韩一区二区| 国产精品免费aⅴ片在线观看| 国产激情一区二区三区四区 | 午夜不卡av在线| 91在线小视频| 国产精品每日更新| 成人综合在线网站| 国产精品午夜电影| 成人av网址在线| 国产精品热久久久久夜色精品三区 | 不卡免费追剧大全电视剧网站| 26uuu精品一区二区| 久久电影网电视剧免费观看| 日韩西西人体444www| 理论片日本一区| 欧美va亚洲va在线观看蝴蝶网| 久久99精品视频| 欧美精品一区二区高清在线观看 | 精品入口麻豆88视频| 激情综合网av| 国产欧美一区二区精品性色 | 国产精品高潮久久久久无| 成人黄色软件下载| 一区二区三区国产| 欧美一区在线视频| 国产精品香蕉一区二区三区| 国产精品全国免费观看高清 | 成人av网在线| 夜夜揉揉日日人人青青一国产精品| 91黄色激情网站| 热久久一区二区| 日本一区二区三级电影在线观看| aaa亚洲精品一二三区| 一区二区三区电影在线播| 正在播放亚洲一区| 国产欧美一区二区精品婷婷| 韩国欧美一区二区| 国产精品久久久久三级| 欧美中文字幕一区二区三区| 日韩精品一二三区| 国产午夜精品在线观看| 99久久免费国产| 日日骚欧美日韩| 国产农村妇女毛片精品久久麻豆| 一本到不卡免费一区二区| 日本大胆欧美人术艺术动态| 欧美韩日一区二区三区四区| 欧美日韩性生活| 国产成人免费高清| 亚洲成人动漫在线免费观看| 国产亚洲综合av| 欧美色图天堂网| 国产成人在线视频免费播放| 一区二区三区久久| 中文av一区二区| 在线观看91av| 色视频一区二区| 国产一区二区三区在线看麻豆| 伊人夜夜躁av伊人久久| 国产午夜精品一区二区三区视频 | 青青草原综合久久大伊人精品优势| 久久久久亚洲综合| 欧美高清性hdvideosex| 成人av资源下载| 国内精品视频一区二区三区八戒 | 欧美婷婷六月丁香综合色| 国产一区二区三区在线观看免费| 午夜激情一区二区| 亚洲色图清纯唯美| 国产清纯美女被跳蛋高潮一区二区久久w| 欧美乱妇15p| 91福利国产精品| 99久久99久久精品免费观看| 国产精品12区| 国内成人免费视频| 狠狠色综合色综合网络| 久久精品国产一区二区三| 亚洲福利视频一区二区| 亚洲精品国产第一综合99久久| 中文字幕精品—区二区四季| 亚洲精品在线观看视频| 欧美一区二区精美| 日韩一区二区免费视频| 制服丝袜国产精品| 3d动漫精品啪啪| 欧美一级黄色录像| 91精品久久久久久久99蜜桃| 欧美日韩免费电影| 欧美日韩三级视频| 欧美日韩视频不卡| 91麻豆精品国产自产在线| 欧美二区三区91| 7777精品伊人久久久大香线蕉经典版下载| 91久久精品一区二区二区| 91免费看片在线观看| 色婷婷综合久久| 欧美午夜一区二区| 正在播放一区二区| 精品国产自在久精品国产| 精品久久久久久久久久久久包黑料| 精品久久久三级丝袜| 国产欧美日韩另类一区| 欧美国产精品中文字幕| 亚洲毛片av在线| 亚洲影视在线观看| 日韩va亚洲va欧美va久久| 日本中文一区二区三区| 久久99精品网久久| 成人免费观看av| 色噜噜狠狠成人中文综合| 欧美日本高清视频在线观看| 欧美成人a∨高清免费观看| 久久亚洲春色中文字幕久久久| 国产精品无遮挡| 亚洲一级二级三级| 免费看欧美女人艹b| 国产精品12区| 欧美吻胸吃奶大尺度电影 | 中文字幕日本不卡| 国产精品无人区| 亚洲精品亚洲人成人网在线播放| 亚洲一二三级电影| 国产一区二区女| 972aa.com艺术欧美| 欧美日韩精品二区第二页| www精品美女久久久tv| 亚洲人成网站精品片在线观看| 亚洲成av人片在www色猫咪| 黄色日韩网站视频| 欧美又粗又大又爽| 26uuu成人网一区二区三区| 亚洲人成在线观看一区二区| 日韩在线一区二区三区| 国产suv精品一区二区6| 欧美日韩在线播放三区| 欧美精品一区男女天堂| 另类小说视频一区二区| 国产成人一区在线| 欧美在线短视频| 国产精品乱码妇女bbbb| 日本免费新一区视频| 精品视频1区2区| 国产精品毛片久久久久久| 精品一二三四在线| 成人手机在线视频| 欧洲在线/亚洲| 欧美精品自拍偷拍动漫精品| 久久久亚洲欧洲日产国码αv| 精品久久一区二区三区| 欧美极品少妇xxxxⅹ高跟鞋| 成人av资源在线| 狠狠色丁香久久婷婷综合_中 | 欧美一区二区三区免费视频| 91看片淫黄大片一级在线观看| 欧美视频中文字幕| 欧美精品一区在线观看| 91精品国产综合久久久久久漫画| 日韩欧美国产系列| 成人av在线观| 亚洲美女少妇撒尿| 91成人在线观看喷潮| 五月综合激情网| 久久久久青草大香线综合精品| 五月天一区二区三区| 北条麻妃一区二区三区| 一区二区三区在线不卡| 欧美一区二区三区免费观看视频| 蜜臀久久久99精品久久久久久| 欧美—级在线免费片| 欧美日本一区二区在线观看| 亚洲另类在线一区| 中文字幕的久久| 一区二区三区欧美激情| 欧美国产一区在线|