Uses of Class
pzapplet.FreqResponse

Uses of FreqResponse in pzapplet
 

Fields in pzapplet declared as FreqResponse
(package private)  FreqResponse[] GraphPlot.frequencyResponses
           
 

Methods in pzapplet that return FreqResponse
 FreqResponse[] LinearSystemHolder.getAllFreqs()
           
protected  FreqResponse LinearSystem.getFreq()
           
 

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

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