https://github.com/cran/tuneR
Revision f6977c3ef8ea48eff4bc888c56c75a1b0abd2bf8 authored by Uwe Ligges on 29 June 2010, 00:00:00 UTC, committed by Gabor Csardi on 29 June 2010, 00:00:00 UTC
1 parent 55a1962
Raw File
Tip revision: f6977c3ef8ea48eff4bc888c56c75a1b0abd2bf8 authored by Uwe Ligges on 29 June 2010, 00:00:00 UTC
version 0.4-0
Tip revision: f6977c3
equalWave.Rd
\name{equalWave}
\alias{equalWave}
\title{Checking Wave objects}
\description{Checks for some kind of equality of objects of class \code{Wave}.}
\usage{
equalWave(object1, object2)
}
\arguments{
  \item{object1, object2}{Object(s) of class \code{\link{Wave}}.}
}
\value{
    Does not return anything. 
    It \code{\link{stop}}s code execution with an error message indicating the problem 
    if the two objects don't have the same properties, i.e.
    identical sampling rate, resolution (bit), and number of channels (stereo/mono).
}
\author{Uwe Ligges, \email{ligges@statistik.tu-dortmund.de}}
\seealso{\link{Wave-class}, \code{\link{Wave}}}
\keyword{error}
\keyword{utilities}
\concept{Wave}
back to top