Public Member Functions | |
def | __init__ (self, filter_length=800, hop_length=200, win_length=800, window='hann') |
def | transform (self, input_data) |
def | inverse (self, magnitude, phase) |
def | forward (self, input_data) |
Public Attributes | |
filter_length | |
hop_length | |
win_length | |
window | |
forward_transform | |
num_samples | |
phase | |
adapted from Prem Seetharaman's https://github.com/pseeth/pytorch-stft
def stft.STFT.__init__ | ( | self, | |
filter_length = 800 , |
|||
hop_length = 200 , |
|||
win_length = 800 , |
|||
window = 'hann' |
|||
) |
def stft.STFT.transform | ( | self, | |
input_data | |||
) |
def stft.STFT.inverse | ( | self, | |
magnitude, | |||
phase | |||
) |
def stft.STFT.forward | ( | self, | |
input_data | |||
) |
stft.STFT.filter_length |
stft.STFT.hop_length |
stft.STFT.win_length |
stft.STFT.window |
stft.STFT.forward_transform |
stft.STFT.num_samples |
stft.STFT.phase |