pzapplet
Class LinearSystem

java.lang.Object
  extended bypzapplet.LinearSystem

public class LinearSystem
extends java.lang.Object

A representation of a system as a FreqResponse and StepResponse.

Author:
Brian Williams

Constructor Summary
LinearSystem(FreqResponse f, StepResponse s)
           
 
Method Summary
protected  FreqResponse getFreq()
           
protected  StepResponse getStep()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinearSystem

public LinearSystem(FreqResponse f,
                    StepResponse s)
Parameters:
f - - Frequency Response to a LinearSystem
s - - StepResponse Response to a LinearSystem If either are null, they are kept as part of the system as null. Those null values will need to be handled later when processing the outputs for each system.
Method Detail

getFreq

protected FreqResponse getFreq()
Returns:
- FreqResponse of this system

getStep

protected StepResponse getStep()
Returns:
- StepResponse of this system