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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? paramsetting.asv

?? FPGA輸出數(shù)據(jù)的時(shí)頻域分析GUI界面
?? ASV
字號(hào):
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

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久美女艺术照精彩视频福利播放| 欧美日韩情趣电影| av一区二区不卡| 日本伊人色综合网| 亚洲欧洲日韩一区二区三区| 欧美成人激情免费网| 欧美亚洲国产怡红院影院| 久久九九全国免费| 高清国产一区二区三区| 日韩一区精品字幕| 有码一区二区三区| 欧美国产精品中文字幕| 欧美大尺度电影在线| 91精品福利视频| 不卡av电影在线播放| 亚洲欧洲一区二区三区| 久久久五月婷婷| 日韩美女天天操| 欧美日本在线一区| 欧美性色黄大片手机版| 91在线你懂得| 91在线视频免费91| 亚洲综合色自拍一区| 欧美久久免费观看| 色就色 综合激情| 99国产精品一区| 成人a免费在线看| 成人听书哪个软件好| 玉米视频成人免费看| 国产精品电影一区二区| 中文字幕av在线一区二区三区| 91免费看视频| 99国产精品久久久久久久久久| 粉嫩av一区二区三区在线播放| 亚洲综合色在线| 精品国产一区二区三区久久久蜜月 | 亚洲国产精品久久不卡毛片| 国产精品国产三级国产a| 国产欧美精品一区二区色综合朱莉| 色视频一区二区| 色婷婷一区二区| 色哟哟国产精品| 欧美在线看片a免费观看| 激情综合五月天| 亚洲欧美成aⅴ人在线观看| 亚洲免费观看高清| 一级中文字幕一区二区| 久久精品亚洲麻豆av一区二区 | 另类小说综合欧美亚洲| 日韩国产精品久久| 中文字幕不卡在线观看| 国产精品盗摄一区二区三区| 欧美一区二区三区免费在线看| 91精品在线观看入口| 欧美一二三四在线| 久久蜜桃一区二区| 欧美福利视频一区| 精品国产免费一区二区三区四区| 久久久.com| 亚洲欧美日韩在线| 国产欧美一区二区精品仙草咪 | 欧美国产日韩a欧美在线观看| 中文字幕中文字幕中文字幕亚洲无线| 日韩一区有码在线| 精品成人一区二区| 国产视频911| 亚洲精品一二三| 日本亚洲最大的色成网站www| 奇米色777欧美一区二区| 国产成人免费视频精品含羞草妖精| 成人国产精品免费| 欧美精品一二三| 久久久午夜电影| 一区二区三区欧美| 久久狠狠亚洲综合| 91免费观看在线| 波多野结衣中文字幕一区二区三区| 一本久道久久综合中文字幕| 日韩你懂的在线观看| 欧美日韩一级视频| 欧美综合视频在线观看| 91在线观看地址| 日韩一区二区电影| 1000部国产精品成人观看| 日本vs亚洲vs韩国一区三区 | 日本在线不卡视频| 亚洲国产日韩一级| 国产一区久久久| 黄色成人免费在线| 欧美日韩在线播放| 国产精品国产三级国产| 久久69国产一区二区蜜臀| 久久97超碰色| 国产精品一区2区| 欧美日韩国产片| 日韩美女视频19| 久久激五月天综合精品| 欧美日韩中文国产| 亚洲天堂成人在线观看| 国产精品影视天天线| 91精品国产综合久久久久久久久久| 欧美少妇一区二区| 亚洲欧洲精品一区二区三区不卡| 久久精品72免费观看| 国产精品亚洲第一区在线暖暖韩国| 欧美三级在线播放| 日韩一区和二区| 亚洲综合一区二区| 成人黄色小视频在线观看| 91丨国产丨九色丨pron| 欧美在线观看视频在线| 制服丝袜av成人在线看| 亚洲男人的天堂网| www.久久精品| 国产欧美一区二区精品性| 亚洲四区在线观看| 香蕉成人伊视频在线观看| 色综合久久综合网欧美综合网| 久久精品免视看| 国产成a人亚洲精品| 日韩美女在线视频| 老司机精品视频导航| 国产夫妻精品视频| 久久久一区二区三区| 一区二区三区中文字幕| av电影天堂一区二区在线观看| 欧美又粗又大又爽| 一区二区欧美国产| 欧美亚洲动漫精品| 一本久久综合亚洲鲁鲁五月天| 国产精品国产三级国产三级人妇| 国产一区二区伦理| 精品视频在线免费看| 精品国产百合女同互慰| 最新欧美精品一区二区三区| 日日噜噜夜夜狠狠视频欧美人| 欧美日韩在线不卡| 日韩精品成人一区二区在线| 91精品国产福利在线观看| 日韩美女视频一区| 在线一区二区三区四区五区| 亚洲尤物在线视频观看| 国产传媒久久文化传媒| 久久久久久一级片| 亚洲va欧美va国产va天堂影院| 欧美少妇性性性| 蜜桃一区二区三区在线观看| 日韩精品专区在线影院观看 | 成人福利视频在线看| 欧美日韩成人综合在线一区二区| 天堂va蜜桃一区二区三区漫画版| 粉嫩av一区二区三区| 亚洲欧美另类在线| 欧美日韩一区二区三区视频| 18欧美亚洲精品| 欧美日韩一区二区三区高清| 麻豆91免费看| 欧美日韩精品一二三区| 18欧美乱大交hd1984| 欧美日韩一区不卡| 国产美女视频一区| 91精品国产一区二区| 亚洲综合色视频| 精品嫩草影院久久| 日本亚洲欧美天堂免费| 国产午夜亚洲精品午夜鲁丝片 | 日韩一级高清毛片| 国产成人啪午夜精品网站男同| 亚洲视频图片小说| 91精品国产色综合久久久蜜香臀| 国产精品综合久久| 亚洲一区二区三区美女| 91看片淫黄大片一级在线观看| 国产亚洲精品aa午夜观看| 日本久久一区二区| 亚洲精品美腿丝袜| 色成人在线视频| 国产一区二区三区日韩 | 秋霞午夜鲁丝一区二区老狼| 国产日韩v精品一区二区| 国内精品自线一区二区三区视频| 日韩美女久久久| 欧美va天堂va视频va在线| 麻豆国产欧美日韩综合精品二区| 91精品婷婷国产综合久久竹菊| 亚洲国产成人av网| 日本一区二区三区四区| 欧美亚洲综合网| 成人网在线播放| 亚洲色图19p| 色菇凉天天综合网| 亚洲aⅴ怡春院| 欧美电影在线免费观看| av电影在线观看完整版一区二区| 中文字幕欧美一| 91福利社在线观看| 日韩黄色在线观看| 欧美精品一区二区三区视频| 国产成人亚洲综合a∨婷婷图片| 亚洲国产精品一区二区www|