Klasse NormalizedFIR

Alle implementierten Schnittstellen:
System
Bekannte direkte Unterklassen:
HilbertFilter, NilPulseShaper, Pulse, RcLowpass, RectPass, TimeLimitedPulse

public abstract class NormalizedFIR extends FIR
  • Felddetails

    • CUTOFF_FREQUENCY_DEFAULT

      public static final double CUTOFF_FREQUENCY_DEFAULT
      Siehe auch:
    • TIME_DEFAULT

      public static final double TIME_DEFAULT
      Siehe auch:
  • Konstruktordetails

    • NormalizedFIR

      public NormalizedFIR()
  • Methodendetails

    • scaleCoefficients

      public NormalizedFIR scaleCoefficients(ScaleCoefficients scaleCoefficients)
    • setNormalizedImpulseResponseEnergy

      public void setNormalizedImpulseResponseEnergy(double impulseResponseEnergy)
    • normalizeLowpassSpectrumFactor

      public NormalizedFIR normalizeLowpassSpectrumFactor(double normalizeLowpassSpectrumFactor)
    • buildFir

      public final void buildFir()