fft_amplitude | R Documentation |
Calculate fft amplitude
fft_amplitude(im, modify = FALSE, dc_value)
im |
an image |
modify |
if TRUE, amplitude value is log-rescaled, which is useful for plotting purpose |
dc_value |
if given, DC (direct current) component is replaced with this value |
an image
amp = fft_amplitude(im_gray(regatta), modify = TRUE) plot(amp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.