This function converts LPC coefficients to LSP coefficients. @param a - LPC coefficients. @param lpcrdr - order of LPC coefficients (10). @param freq - LSP frequencies in the x domain. @param nb - number of sub-intervals (4). @param delta - grid spacing interval (0.02). @return the numbe
(final float[] a,
final int lpcrdr,
final float[] freq,
final int nb,
final float delta)
source not stored for this graph (policy: none)
no test coverage detected