iwht#

diffsptk.IWHT#

alias of WalshHadamardTransform

diffsptk.InverseWalshHadamardTransform#

alias of WalshHadamardTransform

diffsptk.functional.iwht(y: Tensor, wht_type: str = 'natural') Tensor[source]#

Compute inverse WHT.

Parameters:
yTensor [shape=(…, L)]

The input.

wht_type[‘sequency’, ‘natural’, ‘dyadic’]

The order of the coefficients in the Walsh matrix.

Returns:
outTensor [shape=(…, L)]

The inverse WHT output.

See also

wht