• 大小: 2.9MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-11-11
  • 语言: 其他
  • 标签: gui  

资源简介

基于GUI的数字信号处理教学软件,零极点分析,采样内插等时域分析

资源截图

代码片段和文件信息

function varargout = biye(varargin)
% BIYE M-file for biye.fig
%      BIYE by itself creates a new BIYE or raises the existing
%      singleton*.
%
%      H = BIYE returns the handle to a new BIYE or the handle to
%      the existing singleton*.
%
%      BIYE(‘CALLBACK‘hobjecteventDatahandles...) calls the local
%      function named CALLBACK in BIYE.M with the given input arguments.
%
%      BIYE(‘Property‘‘Value‘...) creates a new BIYE or raises the
%      existing singleton*.  Starting from the left property value pairs are
%      applied to the GUI before biye_OpeningFunction gets called.  An
%      unrecognized property name or invalid value makes property application
%      stop.  All inputs are passed to biye_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 biye

% Last Modified by GUIDE v2.5 07-May-2012 21:00:53

% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct(‘gui_Name‘       mfilename ...
                   ‘gui_Singleton‘  gui_Singleton ...
                   ‘gui_OpeningFcn‘ @biye_OpeningFcn ...
                   ‘gui_OutputFcn‘  @biye_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 biye is made visible.
function biye_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 biye (see VARARGIN)

% Choose default command line output for biye
handles.output = hobject;

% Update handles structure
guidata(hobject handles);

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


% --- Outputs from this function are returned to the command line.
function varargout = biye_OutputFcn(hobject eventdata handles) 
ha=axes(‘units‘‘normalized‘‘position‘[0 0 1 1]);
uistack(ha‘bottom‘)
II=imread(‘hbdx.jpg‘);
image(II)
colormap gray
set(ha‘handlevisibility‘‘off‘‘visible‘‘off‘);
% 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;


% --------------------------------

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2012-05-27 22:23  相关程序\
     文件        2486  2012-05-07 21:00  相关程序\biye.fig
     文件        8619  2012-05-15 15:52  相关程序\biye.m
     文件        9707  2012-05-26 16:27  相关程序\caiyang.fig
     文件        8041  2012-05-13 18:53  相关程序\caiyang.m
     文件        8050  2012-05-07 15:01  相关程序\chidu.fig
     文件        6762  2012-05-05 11:02  相关程序\chidu.m
     文件        6417  2012-05-07 10:34  相关程序\chongjie.fig
     文件        5974  2012-05-05 17:09  相关程序\chongjie.m
     文件         111  2012-04-26 20:43  相关程序\convnew.m
     文件        5475  2012-05-07 09:24  相关程序\fanzhuan.fig
     文件        4437  2012-05-07 09:22  相关程序\fanzhuan.m
     文件      381019  2012-05-08 22:43  相关程序\hbdx.jpg
     文件      784736  2012-05-05 10:07  相关程序\hbdx1.jpg
     文件      730112  2012-05-07 20:53  相关程序\huan0.ppt
     文件      527360  2012-05-14 10:21  相关程序\huan1.ppt
     文件      691712  2012-05-14 10:23  相关程序\huan2.ppt
     文件      350208  2012-05-14 10:24  相关程序\huan3.ppt
     文件      275456  2012-05-14 10:25  相关程序\huan4.ppt
     文件      614400  2012-05-14 10:26  相关程序\huan5.ppt
     文件      324608  2012-05-14 10:26  相关程序\huan6.ppt
     文件        8965  2012-05-13 12:08  相关程序\jiben.fig
     文件       19377  2012-05-13 12:02  相关程序\jiben.m
     文件        7235  2012-05-13 14:56  相关程序\lingjidianfenxi.fig
     文件        8484  2012-05-13 14:56  相关程序\lingjidianfenxi.m
     文件        2239  2012-05-12 11:39  相关程序\mccExcludedFiles.log
     文件       12312  2012-05-22 17:31  相关程序\six.fig
     文件       11094  2012-05-22 17:31  相关程序\six.m
     文件        9969  2012-05-26 16:31  相关程序\three.fig
     文件        8576  2012-05-05 11:44  相关程序\three.m
     文件        7453  2012-05-14 16:11  相关程序\xiangcheng.fig
............此处省略9个文件信息

评论

共有 条评论