|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.oregondsp.signalProcessing.filter.iir.AnalogPrototype
com.oregondsp.signalProcessing.filter.iir.AnalogButterworth
public class AnalogButterworth
Class to design analog Butterworth prototype filters. This analog prototype is a lowpass filter with a cutoff at 1 radian per second.
Constructor Summary | |
---|---|
AnalogButterworth(int order)
Instantiates a new analog Butterworth filter design with the indicated number of poles. |
Method Summary |
---|
Methods inherited from class com.oregondsp.signalProcessing.filter.iir.AnalogPrototype |
---|
addSection, getSection, getTransferFunction, lptobp, lptohp, lptolp, nSections, print |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnalogButterworth(int order)
order
- int specifying the number of poles of the filter.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |