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