• 大小: 520KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-06
  • 语言: 其他
  • 标签: gui  小波  

资源简介

gui界面处理音频文件做fft,语图,功率谱图,小波变换,小波分解

资源截图

代码片段和文件信息

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

% Last Modified by GUIDE v2.5 24-Nov-2015 23:02:08

% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;

gui_State = struct(‘gui_Name‘       mfilename ...
                   ‘gui_Singleton‘  gui_Singleton ...
                   ‘gui_OpeningFcn‘ @untitled2_OpeningFcn ...
                   ‘gui_OutputFcn‘  @untitled2_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 untitled2 is made visible.
function untitled2_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 untitled2 (see VARARGIN)

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

% Update handles structure
guidata(hobject handles);
filename1=‘frame.jpg‘;
pathname1=‘F:\tongxinxinhaozhencha\‘;
str1=[pathname1 filename1];
im1=imread(str1);
imshow(im1);

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


% --- Outputs from this function are returned to the command line.
function varargout = untitled2_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 cypl_Callback(hobject eventdata handles)
%

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       5116  2015-11-22 22:09  tongxinxinhaozhencha\1.jpg

     文件      34484  2015-11-22 22:07  tongxinxinhaozhencha\149ed189c8c1713fc899e14f.jpg!custom.jpg

     文件     237037  2015-11-22 23:19  tongxinxinhaozhencha\frame.jpg

     文件        271  2015-11-22 15:22  tongxinxinhaozhencha\hanshu\ffttu.m

     文件        208  2015-11-22 15:23  tongxinxinhaozhencha\hanshu\gonglvpu.m

     文件        822  2015-11-22 15:27  tongxinxinhaozhencha\hanshu\main.m

     文件        335  2015-11-22 15:27  tongxinxinhaozhencha\hanshu\yupu.m

     文件       5802  2015-11-24 23:02  tongxinxinhaozhencha\untitled2.fig

     文件       9053  2015-11-24 23:03  tongxinxinhaozhencha\untitled2.m

     文件     324920  2015-10-19 00:51  tongxinxinhaozhencha\xx.wav

     目录          0  2015-11-24 23:11  tongxinxinhaozhencha\hanshu

     目录          0  2015-12-01 22:43  tongxinxinhaozhencha

     文件        842  2015-12-01 22:43  tongxinxinhaozhencha\tongxinxinhaozhencha.lnk

----------- ---------  ---------- -----  ----

               618890                    13


评论

共有 条评论