parn94 | R Documentation |
This function analyses a sonority using Richard Parncutt's psychoacoustic model of harmony, as described in \insertCiteParncutt1994;textualincon.
parn94(x, par = parn94_params(), ...)
## Default S3 method:
parn94(x, par = parn94_params(), ...)
## S3 method for class 'sparse_pi_spectrum'
parn94(x, par = parn94_params(), ...)
x |
Object to analyse,
which will be coerced to an object of class
|
par |
Parameter list as created by |
... |
Parameters to pass to
|
An list of class parn94
, comprising the following components:
pure_spectrum |
A tibble describing the sonority's pure spectrum. The pure spectrum is a spectral representation of the input sound after auditory masking, but before pattern matching. |
pure_spectrum |
A tibble describing the sonority's complex spectrum. The complex spectrum is created from the pure spectrum through harmonic template matching. |
combined_spectrum |
A tibble describing the sonority's combined spectrum. The combined spectrum corresponds to the combination of the pure and complex spectra. |
par |
A list comprising the parameters used to perform the analysis,
as created by |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.