at.dms.kjc.sir.statespace.transform
Class LinearTransformFeedback
java.lang.Object
at.dms.kjc.sir.statespace.transform.LinearTransform
at.dms.kjc.sir.statespace.transform.LinearTransformFeedback
public class LinearTransformFeedback
- extends LinearTransform
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
transform
public LinearFilterRepresentation transform()
throws NoTransformPossibleException
- Description copied from class:
LinearTransform
- Actually implements the specific transform. Returns
a LinearFilterRepresentation that results from
applying the appropriate transformation.
- Specified by:
transform
in class LinearTransform
- Throws:
NoTransformPossibleException
calculateFeedback
public static LinearTransform calculateFeedback(LinearFilterRepresentation bodyRep,
LinearFilterRepresentation loopRep,
int[] weights)