functional_apply_probability_distribution | R Documentation |
Apply a probability distribution function on a waveform.
functional_apply_probability_distribution(waveform, density_function = "TPDF")
waveform |
(Tensor): Tensor of audio of dimension (..., time) |
density_function |
(str, optional): The density function of a
continuous random variable (Default: |
Triangular probability density function (TPDF) dither noise has a triangular distribution; values in the center of the range have a higher probability of occurring.
Rectangular probability density function (RPDF) dither noise has a uniform distribution; any value in the specified range has the same probability of occurring.
Gaussian probability density function (GPDF) has a normal distribution. The relationship of probabilities of results follows a bell-shaped, or Gaussian curve, typical of dither generated by analog sources.
tensor
: waveform dithered with TPDF
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.