代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/147422/5729404
m loadsp1.m
% Function : load speech file.
%function speech=loadsp()
cwd=pwd;
%ax1=axes('Position',[0.05 0.80 0.8 0.1]);
%ax2=axes('Position',[0.05 0.55 0.8 0.1]);
%ax3=axes('Position',[0.05 0.30 0.8 0.1
www.eeworm.com/read/147422/5729419
m loadsp.m
% Function : load speech file.
%function speech=loadsp()
cwd=pwd;
%ax1=axes('Position',[0.05 0.80 0.8 0.1]);
%ax2=axes('Position',[0.05 0.55 0.8 0.1]);
%ax3=axes('Position',[0.05 0.30 0.8 0.1
www.eeworm.com/read/147422/5729431
m loadsp.m
% load speech file and complete figure
cwd=pwd;
global BACK_COLOR TEXT_COLOR LINE_COLOR;
BACK_COLOR=[1 1 1]; %white
TEXT_COLOR=[0 0 0]; %black
LINE_COLOR=[0 0 1]; %blue
[fname
www.eeworm.com/read/147422/5729480
m file_modify.m
%Callback function that chooses figures according to
%the voicetype of the segment involved
%Author : Karthik
%Used some functions written by Albert Hsiao
%Modified by D. G. Childers 2/25/98 to re
www.eeworm.com/read/147422/5729966
m warnwin.m
function warnwin(message1,message2)
Warning_f=figure('Units','Normalized',...
'Numbertitle','off',...
'Position',[.265 .4 .3 .2 ],...
'Color','white',...
'Name','Warning');
text=
www.eeworm.com/read/147422/5729970
m sset.m
% Script : Create a graphical user interface (GUI) to
% (1) display the formant tracks of the speech signal
% (2) modify the formant track according to user design.
%
% Sset.m
www.eeworm.com/read/147422/5729977
m vset.m
% Function : Create a graphical user interface (GUI) to conduct voice conversion
%
% Vset.m is a call_function executed by "m_pb_vc" on figure(m_win_f).
%
%---------------------------
www.eeworm.com/read/147422/5729985
m segcheck.m
% Function : Create a graphical user interface (GUI) to
% (1) display the automatic segments
% (2) check those points by zooming in and manual correct them using the mouse.
%
www.eeworm.com/read/147422/5729993
m syn.m
% Script : create a Graphical User Interface for synthesis
% In this mfile, one figure 's_win_f' is created
%----------------------------------------------------------%
% create 'f_win
www.eeworm.com/read/147422/5729996
m mod.m
% Script : create a Graphical User Interface for modification
% In this mfile, one figure 'm_win_f'is created
m_win_f=figure('Unit','normalized',...
'Position',[0.1 0.15 0.15 0.5],...