roughness_hutch | R Documentation |
Gets the roughness of a sonority according to the model of \insertCiteHutchinson1978;textualincon.
roughness_hutch(
x,
cbw_cut_off = 1.2,
a = 0.25,
b = 2,
dissonance_function = hutch_dissonance_function,
...
)
## Default S3 method:
roughness_hutch(
x,
cbw_cut_off = 1.2,
a = 0.25,
b = 2,
dissonance_function = hutch_dissonance_function,
...
)
## S3 method for class 'sparse_fr_spectrum'
roughness_hutch(
x,
cbw_cut_off = 1.2,
a = 0.25,
b = 2,
dissonance_function = hutch_dissonance_function,
...
)
x |
Object to analyse, which is coerced to the class
|
cbw_cut_off |
Parameter passed to |
a |
Parameter passed to |
b |
Parameter passed to |
dissonance_function |
Function for computing dissonance contribution as a function of
critical bandwidth distance, defaulting to |
... |
Further arguments to pass to |
Numeric scalar, identifying the roughness of the spectrum.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.