|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectFilters.FilterMethod
Filters.ChebyshevFilter
public class ChebyshevFilter
Pole Zero calculations for Chebyshev filters
Taken from p 179 of Lynn & Fuerst, 1989. Introductory Digital signal Processing
IirfFilter| Field Summary |
|---|
| Fields inherited from class Filters.FilterMethod |
|---|
filterParams, omega1, omega2, omega3, poles, zeros, zeroValue |
| Constructor Summary | |
|---|---|
ChebyshevFilter(double sampleRate)
|
|
| Method Summary | |
|---|---|
(package private) int |
calculatePoleZeros()
|
java.lang.String |
filterName()
|
| Methods inherited from class Filters.FilterMethod |
|---|
calculateOmegaValues, doBandpassTransformation, doBandStopTransformation, getFilterGain, getFilterGainConstant, getFilterPhase, getPoles, getSampleRate, getZeros, mPiTerm, poleZeroCount, setSampleRate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChebyshevFilter(double sampleRate)
| Method Detail |
|---|
public java.lang.String filterName()
filterName in class FilterMethodint calculatePoleZeros()
calculatePoleZeros in class FilterMethod
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||