Chebychev_T
Chebychev polynomial of the first type: \(T_n\left(\cos(\theta)\right) = \cos(n\theta)\).
Namespace: dsp
Prototype
static Poly<float> Chebychev_T(int n)
Description
Computed from the recursion:
Example
Chebychev polynomial (first order, 7th degree)
See also
Chebychev_U(), window_chebychev()