Next: , Previous: harminv, Up: harminv


D.8.1 harminv input parameters

The virtual machine interface to the harminv library provides only a single function, callable as

     library('harminv','hsolve')

The input to this function is an operand of the form

     (signal,(fmin,fmax),nf)

where

If a value of 0 is specified for nf a default value of

     min(300, (fmax - fmin) * n * 1.1)

is used, where n is the length of signal. The computation time increases cubically with nf.