View source: R/reindeeR_signalextensions.R
dspp_metadataParameters | R Documentation |
This function returns age and gender specific speech signal processing
parameters. Normally, the function just returns the stored /pre-computed
DSPP
tibble, which contains the output of this when applied previously.
dspp_metadataParameters(recompute = FALSE)
recompute |
If |
Recomputation may be required if more data has been added to the file
file.path(system.file(package = "reindeer",mustWork = TRUE),"default_parameters.xlsx")
. If re-computation has been requested, this
function then expands the age ranges in the spreadsheet file and computes a
Gender stratified locally-weighted polynomial regression with age as the
independent variable and the parameter value as the dependent variable.
Separate models are computed for Male and Female speakers. Additionally, a
separate model of all parameters are computed across all data for the case
where the gender of a speaker is unknown (Gender==NA
). Parameters that have
previously been estimated using the function are are stored in the DSPP
data frame.
A tibble::tibble with one row per age and gender combination, and with one column per parameter for which an age dependent setting was identified in the set of parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.