Rename FFTs
This commit is contained in:
parent
50ed7ce28b
commit
a3ca861ebe
@ -12,7 +12,7 @@ public interface ComplexTensorAlgebra<T,
|
|||||||
public fun ComplexTensorType.angle(): RealTensorType
|
public fun ComplexTensorType.angle(): RealTensorType
|
||||||
|
|
||||||
//https://pytorch.org/docs/stable/generated/torch.stft.html#torch.stft
|
//https://pytorch.org/docs/stable/generated/torch.stft.html#torch.stft
|
||||||
public fun ComplexTensorType.stft(
|
public fun ComplexTensorType.shortTimeFourierTransform(
|
||||||
nFFT: Int,
|
nFFT: Int,
|
||||||
hopLength: Int,
|
hopLength: Int,
|
||||||
winLength: Int,
|
winLength: Int,
|
||||||
@ -22,7 +22,7 @@ public interface ComplexTensorAlgebra<T,
|
|||||||
)
|
)
|
||||||
|
|
||||||
//https://pytorch.org/docs/stable/generated/torch.istft.html#torch.istft
|
//https://pytorch.org/docs/stable/generated/torch.istft.html#torch.istft
|
||||||
public fun ComplexTensorType.istft(
|
public fun ComplexTensorType.inverseShortTimeFourierTransform(
|
||||||
nFFT: Int,
|
nFFT: Int,
|
||||||
hopLength: Int,
|
hopLength: Int,
|
||||||
winLength: Int,
|
winLength: Int,
|
||||||
|
Loading…
Reference in New Issue
Block a user