On this page

Interface MultiChannelDecoderOptions

interface MultiChannelDecoderOptions {
    polynomialCoefDegree1: number;
    polynomialCoefDegree2: number;
    polynomialConstant: number;
}
Index

Properties

polynomialCoefDegree1: number

In the polynomial f(x) = ax^2 + bx + c polynomialCoefDegree2 is "b"

polynomialCoefDegree2: number

In the polynomial f(x) = ax^2 + bx + c polynomialCoefDegree2 is "a"

polynomialConstant: number

In the polynomial f(x) = ax^2 + bx + c polynomialCoefDegree2 is "c"

Was this helpful?
SDK JS
Modules
Reference
interfaces
MultiChannelDecoderOptions