R/musical-notes.R

#' Short recordings of a cello and a violin 
#'
#' Only one note is involved.
#' - `Cello`: a complete note
#' - `Violin`: a complete note
#' - `Cello_seg`: a brief snipet of sound after the initial transient
#' - `Violin_seg`: as in `Cello_seg`
#'
#' @format Data frames (for convenience) with many rows and these variables:
#' - `y` the amplitude of the sound wave (arbitrary units)
#' - `t` the time of the sample in seconds.
#' 
#' 
#' @docType data
"Cello"
#' @rdname Cello
"Cello_seg"
#' @rdname Cello
"Violin"
#' @rdname Cello
"Violin_seg"

Try the mosaicCalc package in your browser

Any scripts or data that you put into this service are public.

mosaicCalc documentation built on June 22, 2024, 6:49 p.m.