Crate linear_predictive_coding

Source
Expand description

§lpc-rs

lpc-rs is a library for calculating Linear Predictive Coding (LPC) coefficients. It provides three methods to calculate LPC coefficients.

  • Low speed method (Temporarily commented out due to suspension of updates to dependent libraries)
  • High speed method
  • Burg method

Functions§

calc_lpc_by_burg
Burg method
calc_lpc_by_levinson_durbin
https://qiita.com/hirokisince1998/items/fd50c0515c7788458fce Levinson-Durbin recursion
correlate
find the correlation of the input array