Description
Signal Processing.
Description
R implementation of the 'Octave' package 'signal', containing a variety of signal processing tools, such as signal generation and measurement, correlation and convolution, filtering, filter design, filter analysis and conversion, power spectrum analysis, system identification, decimation and sample rate change, and windowing.
README.md
gsignal
R implementation of the ‘Octave’ package ‘signal’.
Installation
To install the stable version from CRAN:
install.packages("gsignal")
The latest development version can be downloaded directly from GitHub:
library(devtools)
install_github("gjmvanboxtel/gsignal")
An overview of the functions in the package is available in the vignette.