dst1#
- deepinv.physics.functional.dst1(x)[source]#
Orthogonal Discrete Sine Transform, Type I The transform is performed across the last dimension of the input signal Due to orthogonality we have
dst1(dst1(x)) = x
.- Parameters:
x (torch.Tensor) – the input signal
- Returns:
(torch.tensor) the DST-I of the signal over the last dimension