Learn R Programming

specklestar (version 0.0.1.7)

speckle_ps_diff: Power spectrum calculation

Description

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

Usage

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

Run this code
# NOT RUN {
obj_filename <- system.file("extdata", "ads15182_550_2_frames.dat", package = "specklestar")
pow_spec_diff <- speckle_ps_diff(obj_filename)
# }

Run the code above in your browser using DataLab