The goal of curvemeans is to …
You can install the development version of faveDCT like so:
remotes::install_github("Forced-Alignment-and-Vowel-Extraction/faveDCT")
This is a basic example which shows you how to solve a common problem:
library(faveDCT)
dct_params = c(323.25, 33.41, 2.33, 3.51, -5.10)
expanded = expand_dct(dct_params, size = 20)
plot(dct_params)
title("DCT")
plot(expanded)
title("inverse DCT")