poly2lsf
Converting the coefficients of the predictive filter into linear spectral frequencies.
| Library |
|
Examples
Generation of linear spectral frequencies
Details
Let be given a vector a containing the coefficients of the predictive filter. Generate the corresponding linear spectral frequencies.
import EngeeDSP.Functions: poly2lsf
a = [1.0000 0.6149 0.9899 0.0000 0.0031 -0.0082]
lsf = poly2lsf(a)
5-element Vector{Float64}:
0.7841730812677572
1.560541479153228
1.8776458548335448
1.898431256865375
2.3592523239476946