📄 aareadme.text
字号:
# file: $isip/util/speech/isip_transform_builder/AAREADME.text# version: $Id: AAREADME.text,v 1.4 2002/07/14 18:26:47 picone Exp $#-------------------------------------------------------------------------------I. QUICK STARTTo install the Transform Builder, after unpacking use make installAfter you have installed, you can run Transform Builder with thefollowing command line: isip_transform_builder-------------------------------------------------------------------------------II. DESCRIPTIONThe Transform Builder is a GUI for our front end utility, isip_transform,that allows the user to draw signal flow graphs and compilethem into a form that can be used to process data. We provide a library of algorithms, known as our Algorithm library,that consists of many of the common signal processing algorithmsin use today. Also included in this library are primitive buildingblocks, such as the math class, that can be used to createarbitrarily complex algorithms.The Transform Builder tool consists of a main panel and a set ofcontrols that can be assessed via drop-down menus. It is writtenentirely in Java. Below is a brief description of the structureof the software.II.A. SOFTWAREThe TransformBuilder sources files include three parts: (1) Java Source Files - Configure Menu class CongfigBoxInOut.java ConfigBoxSub.java SubConfigBoxParam.java SubConfigBox.java ConfigBox.java Digraph.java SubDiGraph.java - Vertex button class Vertex.java Association.java - Directed acyclic graph class DiGraph.java MainMenu.java WorkArea.java SubWorkArea.java Number.java EnvProperties.java Data.java (2) Global Constants Definition and Initialization - Constants.java (3) Parser for resources file - Parser.java (4) Main driver program - TransformBuilder.java II.B. RESOURCESThese files contain various resources used by the tool: (1) AAREADME.txt This file provides a detailed description of the organization of the tool. (2) resources.txt The file allows users to specify parameters for every algorithm class. It allows the tool to be reconfigured without changing the underlying software. The format of this file follows the resources conventions used in X Windows. (3) overview.txt The file provides basic information about this tool. (4) tutorial.txt This file provides some examples of how to use this tool. We also have an extensive on-line tutorial - see the man page for more details.II.C. IMAGE FILESThis tool uses several bitmaps for icons, etc.: (1) input.gif: icon for the input block (2) output.gif: icon for the output block (3) algorithm_00.gif: icon for the algorithm block (except the Generator and CoefficientLabel classes) (4) gen.gif: icon Generator block (5) container.gif: icon for Container block (6) container_input.gif: icon for Container input block (7) container_output.gif: icon for Container output block (8) custom.gif: icon for CoefficientLabel blockII.D. EXAMPLES(1) This is an example of a graph that generates a signal, computes the energy, and outputs energy as a function of time: Gen | Wind | Ener | Out(2) This is an example of a graph that computes energy of an input file: Inp | Wind | Ener | Out(3) This is an example of a graph that mixes an input signal with a generated signal (e.g., speech plus noise): Inp Gen | / | / Conn | Wind | Ener | Out -------------------------------------------------------------------------------III. CONTACT POINTSThis package is distributed by the Institute for Signal and InformationProcessing (http://www.isip.msstate.edu/) at Mississippi State University(http://www.msstate.edu/). We have a free help facility available via emailby mailing help@isip.msstate.edu. This service can be used for assistancein installing and running the system, requests for features, bug reports,and other comments, complaints, suggestions, etc. Typically, we are ableto reply to your mail within a single business day.For more extensive documentation on this project and the softwaredistribution, please visit the web pages: http://www.isip.msstate.edu/projects/speech/ http://www.isip.msstate.edu/projects/speech/software http://www.isip.msstate.edu/projects/speech/software/tutorials/production/current/index.html-------------------------------------------------------------------------------IV. LICENSEInstitute for Signal and Information ProcessingMississippi State UniversityLICENSE AGREEMENTThis software is distributed without any restrictions.You may copy, distribute, or modify this software as you see fit.This package is provided "as is" and without any express orimplied warranties, including, without limitation, the impliedwarranties of merchantibility and fitness for a particular purpose.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -