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

Method autocorr

src/main/java/org/xiph/speex/Lpc.java:155–167  ·  view source on GitHub ↗

Compute the autocorrelation ,--, ac(i) = > x(n) x(n-i) for all n `--' for lags between 0 and lag-1, and x == 0 outside 0...n-1 @param x - in: float[0...n-1] samples x @param ac - out: float[0...lag-1] ac values @param lag @param n

(final float[] x,
                              final float[] ac,
                              int lag,
                              final int n)

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

no outgoing calls

Tested by

no test coverage detected