Produce delay vectors
Input
Must be realvector. The spectrum will be performed on it.
Parameters
Frequency sampling rate in Hz [default = 1]
Frequency resolution in Hz [default = f / length (X)]
Output
The frequencies for the spectrum of vector X
The spectrum of the input vector X
Example of Usage
spectrum (data_vector, 'f', 10, 'w', 0.001)
Algorithms
The algorithms for this functions have been taken from the TISEAN package.
Package: tisean