aovdrv Function

public function aovdrv(method, sptype, t, v, w, npar, ncov, spec)

AOVDRV driver routine for AovPer frequency spectrum routines Purpose: example calling of spectrum routines.

Arguments

Type IntentOptional AttributesName
character(len=*), intent(in) :: method

periodogram method

character(len=*), intent(in) :: sptype

type of returned spectrum

real(kind=TIME), intent(in) :: t(:)

times

real(kind=SP), intent(in) :: v(:)

values

real(kind=SP), intent(in) :: w(:)

weights or errors, depending on ERRIN

integer, intent(in) :: npar

number of parameters

integer, intent(in) :: ncov

number of phase coverages

type(SPEC_T) :: spec

frequency grid and result spectrum

Return Value integer

status


Contents

None