All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iceberg.APCpath.operators.ForwardOperator

java.lang.Object
   |
   +----ninja.rmi.NinjaRemoteObject
           |
           +----iceberg.APCpath.operators.Operator
                   |
                   +----iceberg.APCpath.operators.ProcessOperator
                           |
                           +----iceberg.APCpath.operators.ForwardOperator

public class ForwardOperator
extends ProcessOperator
Run the MLP forward pass program (part of the speech rec. process) (Requires qnsfwd, part of the ICSI speech-rec. package)


Constructor Index

 o ForwardOperator()

Method Index

 o getCmd()
 o getInputType()
Should return the input type of the operator
 o getOutputType()
Should return the output type of the operator
 o ipBlockSize()
Input is from rasta - which is approximately 2.5 times smaller than PCM.
 o opBlockSize()
This approximately 1.25 times smaller than PCM.
 o start(DescrOperator)
start this operator running.

Constructors

 o ForwardOperator
 public ForwardOperator() throws RemoteException

Methods

 o getInputType
 public String getInputType() throws RemoteException
Should return the input type of the operator

Overrides:
getInputType in class Operator
 o getOutputType
 public String getOutputType() throws RemoteException
Should return the output type of the operator

Overrides:
getOutputType in class Operator
 o opBlockSize
 public int opBlockSize() throws RemoteException
This approximately 1.25 times smaller than PCM. Hence 20ms worth of data is 128 bytes. Exact value does'nt matter since it is not going to be sent as an RTP stream.

Overrides:
opBlockSize in class ProcessOperator
 o ipBlockSize
 public int ipBlockSize() throws RemoteException
Input is from rasta - which is approximately 2.5 times smaller than PCM.

Overrides:
ipBlockSize in class ProcessOperator
 o start
 public void start(DescrOperator descrop)
start this operator running.

Overrides:
start in class ProcessOperator
 o getCmd
 protected String[] getCmd()
Overrides:
getCmd in class ProcessOperator

All Packages  Class Hierarchy  This Package  Previous  Next  Index