prony: Prony's method

Description Usage Arguments Value Note Author(s) See Also

Description

Prony's method

Usage

1
prony(x, M = 6, dt = 1e-08, clean = TRUE)

Arguments

x

numeric

M

numeric, number of complex exponentials

dt

numeric, sampling time of x

clean

logical, should x be cleaned with no0 before the decomposition?

Value

A list of class prony with:

damp

numeric, damping factors of each component.

freq

numeric, frequency of each component.

energy

numeric, relative energy of each component.

comp

data.frame, each column being one of the components of the signal.

Note

The result is ordered by the relative energy of the components.

Author(s)

Oscar Perpiñán Lamigueiro

See Also

xyplot.prony, compProny, hankel, solve polyroot, qr.solve


oscarperpinan/pdcluster documentation built on May 24, 2019, 4:52 p.m.