All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class conv.convi.IcaiFactory

java.lang.Object
   |
   +----conv.convi.IcaiFactory

public class IcaiFactory
extends Object



Constructor Index

 o IcaiFactory(Rsf)

Method Index

 o getIcaiFromInputSpace(RsfSpace)
This calculates the outputSpace from the InputSpace and filter data, and returns the resulting icai operator.
 o getIcaiFromOutputSpace(RsfSpace)
This calculates the inputSpace from the outputSpace and filter data, and returns the resulting icai operator.

Constructors

 o IcaiFactory
 public IcaiFactory(Rsf filter)
Parameters:
filter - Rsf of filter coefficients

Methods

 o getIcaiFromOutputSpace
 public Icai getIcaiFromOutputSpace(RsfSpace outputSpace)
This calculates the inputSpace from the outputSpace and filter data, and returns the resulting icai operator. depreciated: method should not repeat class name. depreicated: use standard OperatorFactory methods.

Parameters:
outputSpace - the RsfSpace of the output of the icai operator
Returns:
the icai operator corresponding to filter data and output space
 o getIcaiFromInputSpace
 public Icai getIcaiFromInputSpace(RsfSpace inputSpace)
This calculates the outputSpace from the InputSpace and filter data, and returns the resulting icai operator.

Parameters:
InputSpace - the RsfSpace of the Input of the icai operator
Returns:
the icai operator corresponding to filter data and input space

All Packages  Class Hierarchy  This Package  Previous  Next  Index