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)]
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