Learn R Programming

Convolutioner (version 0.1.0)

Convolution of Data

Description

General functions for convolutions of data. Moving average, running median, and other filters are available. Bibliography regarding the functions can be found in the following text. Richard G. Brereton (2003) .

Copy Link

Version

Install

install.packages('Convolutioner')

Monthly Downloads

230

Version

0.1.0

License

GPL-3

Maintainer

Federico Maria Vivaldi

Last Published

March 11th, 2021

Functions in Convolutioner (0.1.0)

RMS

Running median smoothing.
test_data

Test data generator
sine

Sine window filter.
Hamming

Hamming window filter.
Hann

Hann window filter.
MA

Moving average filter.