TensorRT  7.2.1.6
NVIDIA TensorRT
Looking for a C++ dev who knows TensorRT?
I'm looking for work. Hire me!
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
stft.STFT Class Reference
Inheritance diagram for stft.STFT:
Collaboration diagram for stft.STFT:

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
 

Detailed Description

adapted from Prem Seetharaman's https://github.com/pseeth/pytorch-stft

Constructor & Destructor Documentation

◆ __init__()

def stft.STFT.__init__ (   self,
  filter_length = 800,
  hop_length = 200,
  win_length = 800,
  window = 'hann' 
)

Member Function Documentation

◆ transform()

def stft.STFT.transform (   self,
  input_data 
)

◆ inverse()

def stft.STFT.inverse (   self,
  magnitude,
  phase 
)

◆ forward()

def stft.STFT.forward (   self,
  input_data 
)

Member Data Documentation

◆ filter_length

stft.STFT.filter_length

◆ hop_length

stft.STFT.hop_length

◆ win_length

stft.STFT.win_length

◆ window

stft.STFT.window

◆ forward_transform

stft.STFT.forward_transform

◆ num_samples

stft.STFT.num_samples

◆ phase

stft.STFT.phase

The documentation for this class was generated from the following file: