Uses of Class
pzapplet.StepResponse

Uses of StepResponse in pzapplet
 

Fields in pzapplet declared as StepResponse
(package private)  StepResponse[] GraphPlot.stepResponses
           
 

Methods in pzapplet that return StepResponse
 StepResponse[] LinearSystemHolder.getAllSteps()
           
protected  StepResponse LinearSystem.getStep()
           
 

Methods in pzapplet with parameters of type StepResponse
 void LinearSystemHolder.addSystem(FreqResponse f, StepResponse s)
           
 void LinearSystemHolder.addSystem(StepResponse s)
           
 void GraphPlot.graphSteps(StepResponse[] systems)
          Graphs the specific steps responses to be plotted.
 

Constructors in pzapplet with parameters of type StepResponse
LinearSystem(FreqResponse f, StepResponse s)