代码搜索:CallBack
找到约 10,000 项符合「CallBack」的源代码
代码结果 10,000
www.eeworm.com/read/483253/6602359
m main_can_shu_fen_xi.m
%参数分析的主界面
close all;
clear;
clc;
PV=[235 180 664 463];
m_gui_win_h=figure('Position',PV,...
'Resize','off',...
'Numbertitle','off',...%'color',BACK_COLOR,...
'Name','参数分析');
www.eeworm.com/read/483253/6602370
m quzaopinpu.m
%去噪频谱
close all;
clc;
PV=[235 180 664 463];
m_gui_win_h=figure('Position',PV,...
'Resize','off',...
'Numbertitle','off',...%'color',BACK_COLOR,...
'Name','频域参数分析');
set(m_gui_w
www.eeworm.com/read/483253/6602390
asv yuanshibx.asv
close all;
clc;
PV=[235 180 664 463];
m_gui_win_h=figure('Position',PV,...
'Resize','off',...
'Numbertitle','off',...
'Name','原始波形');
set(m_gui_win_h,'MenuBar','none');
uic
www.eeworm.com/read/483253/6602393
m shuchubx.m
%小波输出波形
close all;
clc;
PV=[235 180 664 463];
m_gui_win_h=figure('Position',PV,...
'Resize','off',...
'Numbertitle','off',...
'Name','原始波形');
set(m_gui_win_h,'MenuBar','non
www.eeworm.com/read/483253/6602396
m daizaobx.m
%小波带噪波形
close all;
clc;
PV=[235 180 664 463];
m_gui_win_h=figure('Position',PV,...
'Resize','off',...
'Numbertitle','off',...
'Name','原始波形');
set(m_gui_win_h,'MenuBar','non
www.eeworm.com/read/483253/6602405
asv loadsp.asv
close all;
clear;
clc;
[fname pathname]=uigetfile('*.wav','打开语音文件');
[A,FS]=wavread(fname);
PV=[235 180 664 463];
m_gui_luyin=figure('Position',PV,...
'Resize','off',...
'Numbertitle',
www.eeworm.com/read/483253/6602407
m quzao.m
%去噪信号的实现
close all;
clc;
PV=[235 180 664 463];
m_gui_luyin=figure('Position',PV,...
'Resize','off',...
'Numbertitle','off',...%'color',BACK_COLOR,...
'Name','预处理');
set(m_gui_luyin,'Me
www.eeworm.com/read/483253/6602414
m main.m
%主界面
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
close all;
clear;
clc;
%下面是路径声明
path(path,'.\yuchuli');
path(path,'.\canshufenxi');
path(path,'.\xianshi');
path(path
www.eeworm.com/read/483253/6602421
m main_hmm.m
%HMM主界面
close all;
clear;
clc;
PV=[235 180 664 463];
m_gui_win_h=figure('Position',PV,...
'Resize','off',...
'Numbertitle','off',...
'Name','HMM');
set(m_gui_win_h,'MenuBar','
www.eeworm.com/read/483253/6602467
asv main.asv
%主界面,主要是
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
close all;
clear;
clc;
%下面是路径声明
path(path,'.\yuchuli');
path(path,'.\canshufenxi');
path(path,'.\xianshi');
path(