资源简介
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
相关资源
- IndentGuide For VS2010 缩进对齐插件
- 学生类的GUI设计
- 小波加密算法
-
unigui_网页if
rame交互_完善_03 - 小波包分解能量谱
- i.MX 6Dual/6Quad BSP Porting Guide
- 利用小波变换对图像进行分解和重构
- 贝叶斯网络算法-中文
- 大量-小波变换源程序
- UGUI画图脚本RadarChart.unitypackage
- GUI编程GUI编程
- 基于小波变换的图像增强方法与实现
- UGUI ScrollRect 带按钮翻页支持拖拽
- 小波神经网络
- 图像分割+GUI
- 墨西哥帽小波变换
- 小波神经网络预测程序
- 基于Gabor的纹理特征
- 中文版iPhone HIG_iPhone人机界面导引交互
- GUID批量生成工具
- 基于提升模式的非抽样小波变换及其
- cisco cme gui
- 基于小波变换的心电信号去噪算法.
- STM32L053C8T6驱动240×240彩屏钟表显示时
- 对GUI实现自动化 测试的工具
- 简易聊天室.zip
- 在UniGUI中使用百度Echarts作为数据展示
- UGUI轮播功能基于DoTween
- irun User Guide.pdf
- 基于小波变换和时域能量熵的P300特征
评论
共有 条评论