blob: 96fcb02a32a3f656a48626f3d8390ce2f1746856 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/nonparam.R
\name{spa}
\alias{spa}
\title{Estimate frequency response}
\usage{
spa(data, npad = 255)
}
\arguments{
\item{data}{an \code{idframe} object}
\item{npad}{an integer representing the total length of each time series
to analyze after padding with zeros. This argument allows the user to
control the spectral resolution of the SDF estimates: the normalized
frequency interval is deltaf=1/npad. (Default:)}
}
\description{
Estimates Frequency Response with fixed frequency resolution using
spectral analysis
}
|