AOVDRV driver routine for AovPer
frequency spectrum routines
Purpose: example calling of spectrum routines.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
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 |
status