Skip to content

dctBasis

dctBasis(n_in, n_out, norm?): Float64Array<ArrayBufferLike>[]

Defined in: packages/pleco-xa/src/feature/dct.js:19

Rows 0..n_out-1 of the DCT-II matrix over n_in points (scipy.fft.dct(type=2) semantics: ‘ortho’ or unnormalized).

any

any

string = 'ortho'

Float64Array<ArrayBufferLike>[]

[n_out][n_in]