BasicSpectrogram
BasicSpectrogram(
n_fft = 400,
win_length = NULL,
hop_length = NULL,
pad = 0,
window_fn = torch()$hann_window,
power = 2,
normalized = FALSE,
wkwargs = NULL,
mel = FALSE,
to_db = TRUE
)
number of fast fourier transforms
windowing length
hopping length
padding mode
window function
power
normalized or not
additional arguments
mel-spectrogram or not
to decibels
None