speckle_acf: Autocorrelation function calculation

Description Usage Arguments Value Examples

View source: R/RcppExports.R

Description

Autocorrelation function of power spectrum

Usage

1

Arguments

ps

513 x 1024 power spectrum double matrix.

Value

The 513 x 1024 double matrix of ACF.

Examples

1
2
3
obj_filename <- system.file("extdata", "ads15182_550_2_frames.dat", package = "specklestar")
pow_spec_diff <- speckle_ps_diff(obj_filename)
acf <- speckle_acf(pow_spec_diff)

specklestar documentation built on May 1, 2019, 11:29 p.m.