MCPcopy Create free account
hub / github.com/KnIfER/mdict-java / lpc2lsp

Method lpc2lsp

src/main/java/org/xiph/speex/Lsp.java:162–274  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

encodeMethod · 0.95
encodeMethod · 0.95

Calls 1

cheb_poly_evaMethod · 0.95

Tested by

no test coverage detected