FrequencyResponse.changeResolution: Change the frequency resolution of the input frequency...

Description Usage Arguments

View source: R/FrequencyResponse.R

Description

If resolution is higher than the actual data resolution, it will do nothing, if resolution is lower than the actual data, it will down sample the frequency data by skipping some of the data points evenly.

Usage

1
FrequencyResponse.changeResolution(frData, resolution = 0.01)

Arguments

frData

should be compatible with frequency response data format, with the first column be the frequencies, following by numeric columns.

resolution

new resolution for frequencies. Default is 0.01Hz.


qutang/mhealthformat-support-r documentation built on Sept. 3, 2019, 1:19 a.m.