資源簡介
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
評論
共有 條評論