speckle_ps_diff: Power spectrum calculation

Description Usage Arguments Value Examples

View source: R/RcppExports.R

Description

Power spectrum of the difference of neighboring frames in the series of speckle images

Usage

1
speckle_ps_diff(filename, threshold = 50000L)

Arguments

filename

a character string with the path name to a file.

threshold

an integer (default is 50000).

Value

The 513 x 1024 double matrix of power spectrum.

Examples

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

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