FrequencyResponse.spectrum.ggplot: Plot fft frequency response for input sensor data.

Usage Arguments

View source: R/FrequencyResponse.R

Usage

1
2
FrequencyResponse.spectrum.ggplot(frData, scale = "normal",
  resolution = 0.01, label = TRUE)

Arguments

frData

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

scale

"normal" or "log" or "db", plot values in normal scale or log10 or dB scale. Default is "normal".

resolution

plot resolution for frequencies. If resolution is higher than the actual data resolution, it will do nothing, if resolution is lower than the actual data, it will skip some of the data points evenly. Default is 0.01Hz.

label

if TRUE, show dominant frequency values.


qutang/mhealth-data-processing-r documentation built on Sept. 3, 2019, 1:19 a.m.