Generates a length-N fBm via spectral shaping of white noise
with |f|^{-(H + 0.5)}, then cumulative integration. H = 0.5
recovers ordinary Brownian motion.
Examples
path <- morie_dsp_fbm_synthesis(N = 256L, H = 0.7)
length(path)
#> [1] 256
Generates a length-N fBm via spectral shaping of white noise
with |f|^{-(H + 0.5)}, then cumulative integration. H = 0.5
recovers ordinary Brownian motion.
path <- morie_dsp_fbm_synthesis(N = 256L, H = 0.7)
length(path)
#> [1] 256