资源简介
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\fr
文件 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\unti
文件 9053 2015-11-24 23:03 tongxinxinhaozhencha\unti
文件 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
相关资源
- 信号奇异点Lipschitz指数计算
- 图像的小波包分解
- 实现小波变换例子 upcoef 函数
- 嵌入式图形界面MiniGUI的示例程序9例
- 图像二维小波变换的实现源代码
- STM32基于rt_thread操作系统的SDHC卡文件
- GUI银行管理系统
- STM32F103RBT6驱动UC1698控制芯片的160160黑
- 很好的一个小波变换图像压缩程序
- 小波变换的详细原理,应用
- 图像的小波变换/图像的融合、复原、
- 小波模极大值边缘检测
- 小波代码 小波变换 程序 代码 全部打
- 谐波小波分析的源代码,应该属于信
- 利用小波变换对图像进行分解与重构
- System Design Interview - An Insider’s Guide
- VCS lab 和 VCS lab guide
- easygui手册
- 英文原版-Certified Ethical Hacker CEH Foun
- Guide to Reliable Distributed Systems
- Channel waveguides fabrication in bulk Lithium
- 基于小波和Wigner-Ville分布的轨道不平
- ARM嵌入式系统开发:软件设计与优化
- IT6802 Programming Guide
- CWAP Certified Wireless Analysis Professional
- Academic Writing--a practical guide for studen
- Unigui 1.50.0.1481(含keygen)
- 小波神经网络预测模型代码
- 自己做的一个简单GUI扑克纸牌识别-
- 论文研究-平稳小波域红外图像增强的
评论
共有 条评论