functional_add_noise_shaping | R Documentation |
Noise shaping is calculated by error: error[n] = dithered[n] - original[n] noise_shaped_waveform[n] = dithered[n] + error[n-1]
functional_add_noise_shaping(dithered_waveform, waveform)
dithered_waveform |
(Tensor) dithered |
waveform |
(Tensor) original |
tensor
of the noise shaped waveform
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.