rc2lar
Conversion of reflection coefficients into parameters of the logarithmic ratio of areas.
| Library |
|
Arguments
Input arguments
# k — reflection coefficients
+
vector | the matrix
Details
A list of reflection coefficients specified as a vector or matrix.
| Типы данных |
|
Examples
Parameters of the logarithmic ratio of areas
Details
Set the vector k the reflection coefficients and determine the parameters of the logarithmic ratio of the areas.
import EngeeDSP.Functions: rc2lar
k = [0.3090 0.9801 0.0031 0.0082 -0.0082]
g = rc2lar(k)
1×5 Matrix{Float64}:
0.638879 4.60018 0.00620002 0.0164004 -0.0164004