Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

BasicSpectrogram

BasicSpectrogram


Description

BasicSpectrogram

Usage

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
)

Arguments

n_fft

number of fast fourier transforms

win_length

windowing length

hop_length

hopping length

pad

padding mode

window_fn

window function

power

power

normalized

normalized or not

wkwargs

additional arguments

mel

mel-spectrogram or not

to_db

to decibels

Value

None


fastai

Interface to 'fastai'

v2.0.7
Apache License 2.0
Authors
Turgut Abdullayev [ctb, cre, cph, aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.