Skip to content

Forced-Alignment-and-Vowel-Extraction/faveDCT

Repository files navigation

faveDCT

The goal of curvemeans is to …

Installation

You can install the development version of faveDCT like so:

remotes::install_github("Forced-Alignment-and-Vowel-Extraction/faveDCT")

Example

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")

Releases

No releases published

Packages

No packages published

Languages