speechtoolboxes专门的语音处理工具-speech_toolboxes1.rar

上传者: 39840387 | 上传时间: 2021-06-30 17:37:43 | 文件大小: 1.45MB | 文件类型: RAR
speechtoolboxes专门的语音处理工具-speech_toolboxes1.rar
speech_toolboxes专门的语音处理工具
其中主程序mainspeechgui.m为:

% Main GUI window for speech toolboxes in Childers' Speech book
% This GUI window is designed to run in the Matlab runtime server
% mode.  From this window the user can call any of the software
% applications in the Speech book.
% Author : D. G. Childers
% Date : 12/18/98
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
close all;
clear;
clc;
path;
path;
path;
path;
path;
path;
path;
path;
path;
path;
%path;
%path;
%path;
%path;
%path;
%path;
%path;
%path;
%path;
%path;


% Define some global variables
check = 1;        %Variable used for proper closing and opening of windows
catch2 = 'check = 0;';
catch1 = 'break;';
%color_flag=0;  % Black background and white text
color_flag=1;  % White background and black text
global BACK_COLOR TEXT_COLOR;
if color_flag == 1
BACK_COLOR=[1 1 1];
TEXT_COLOR=[0 0 0];
else
BACK_COLOR=[0 0 0];
TEXT_COLOR=[1 1 1];
end
% Define some character strings
o_fname='';
o_pname='';

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Set position and size of analysis window
PV=[10 40 180 463];
s2 = 'Speech GUI';
% Open analysis window
while exist==1
   try1 = 'get;';
   eval;
   if check ==0
      clear m_gui_win_h;
      check = 1;
      break;
   end
   
   s1 = get;
   if ~strcmp
      clear m_gui_win_h;
      break;
   end
   figure;
   break;
end;
if exist~=1;
m_gui_win_h=figure('Position',PV,...
  'Resize','on',...
  'Numbertitle','off',...
  'color',BACK_COLOR,...
  'Name',s2);

   m_gui_pb_displays_h=uicontrol('Style','pushbutton',...
      'Position',[10 420 165 30],...
      'String','Chapter 1: display_speech_1',...
      'Callback','display_speech_1_path');
   
   m_gui_pb_analysis_h=uicontrol('Style','pushbutton',...
      'Position',[10 380 165 30],...
      'String','Chapter 2: analysis',...

文件下载

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明