Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 704 Bytes

NEWS.md

File metadata and controls

18 lines (13 loc) · 704 Bytes

Awaiting next release

  • Addition of lpc_burg and lpc_levinson methods to calculate the Linear Predictive Coefficients describing a signal.

DSP v0.0.8 Release Notes

  • The DF2TFilter object provides a filter that preserves state between invocations (#100).

DSP v0.0.7 Release Notes

  • Filter coefficient types have been renamed to distinguish them from implementations (#96):
    • The Filter abstract type is now FilterCoefficients
    • ZPKFilter is now ZeroPoleGain
    • TFFilter is now PolynomialRatio
    • BiquadFilter is now Biquad
    • SOSFilter is now SecondOrderSections