iwht#

diffsptk.IWHT#

alias of WalshHadamardTransform

diffsptk.InverseWalshHadamardTransform#

alias of WalshHadamardTransform

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

Compute inverse WHT.

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

Input.

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

Order of coefficients of Walsh matrix.

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

Inverse WHT output.

See also

wht