dconv1¶
- dnois.fourier.dconv1(f1: Tensor, f2: Tensor, dim: int = -1, out: Literal['full', 'same', 'valid'] = 'full', padding: int | str = 'linear', real: bool = None) Tensor ¶
1D version of
dconv()
.- Parameters:
- Returns:
Convolution between
f1
andf2
. Complex if eitherf1
orf2
is complex orreal=False
, real-valued otherwise.- Return type:
Tensor