pwelch | R Documentation |
Plot "Welch" Periodogram
pwelch(
x,
fs,
window = 64,
noverlap = 8,
nfft = 256,
col = "black",
xlim = NULL,
ylim = NULL,
main = "Welch periodogram",
plot = TRUE,
log = "xy",
spec_func = stats::spectrum,
cex = 1,
...
)
x |
signal |
fs |
sample rate |
window |
window length, default 128 |
noverlap |
overlap between two adjacent windows, by default is 8 |
nfft |
number of basis functions |
col , xlim , ylim , main , cex , ... |
will be passed to plot |
plot |
logical, plot the result or not |
log |
indicates which axis should be |
spec_func |
deprecated |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.