ac2rc
Transformation of the autocorrelation sequence into reflection coefficients.
| Library |
|
Arguments
Input arguments
# ac — autocorrelation sequence
+
vector | the matrix
Details
An autocorrelation sequence given as a vector or matrix. Function ac2rc considers each column ac as a separate channel.
| Data types |
|
| Support for complex numbers |
Yes |
Examples
Reflection coefficients obtained from the autocorrelation sequence
Details
Let an autocorrelation sequence be given ac, we determine the reflection coefficients of the corresponding lattice structure and the zero-delay autocorrelation.
import EngeeDSP.Functions: ac2rc
ac = [5.0000 -1.5450 -3.9547 3.9331 1.4681 -4.7500]'
k, r0 = ac2rc(ac)
println("k = ", k, "\nr0 = ", r0)
k = [0.309; 0.979991575633016; 0.0030208486681116194; 0.00818464674072109; -0.007709673467442522;;]
r0 = 5.0