R/data.R

#' Pure sine wave
#'
#' Assuming a sample rate of 44100 Hz, the sine wave's frequency is 440 Hz.
#'
#' @format
#' A numeric vector containing a time series signal.
"ts_sin_440"

#' Superimposed sine waves of different frequencies and different amplitudes
#'
#' Assuming a sample rate of 44100 Hz, the superimposed signals' frequencies are
#' 440 Hz, 880 Hz, 100 Hz, 500 Hz, 1200 Hz and 50 Hz.
#'
#' @format
#' A numeric vector containing a time series signal.
"ts_sin_superpos"

#' A sinusoidal wave with varying frequency
#'
#' The frequency itself is changing in a sinusoidal fashion.
#'
#' @format
#' A numeric vector containing a time series signal.
"ts_sin_sin"

Try the fCWTr package in your browser

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

fCWTr documentation built on June 22, 2024, 10:20 a.m.