asynACTCSPC: Asynchronous Autocorrelation of Time-Correlated Single-Photon...

Description Usage Arguments Details Value Author(s) References See Also Examples

View source: R/asynACTCSPC.R

Description

Calculates the auto-correlation of the Macrotime data, returning a correlation function.

Usage

1
asynACTCSPC(macro, n = 5, B = 10)

Arguments

macro

A numeric vector containig a Macrotime Data.

n

numeric parameter that represents the number of layers of the cascade.

B

numeric parameter that represents the number of values in every layer of the cascade.

Details

This function creates list of tau's with a length of n*B, this list is used to perform the correlation of the data.

Value

A numeric vector G containing either the autocorrelation for the input vector macro, with a length of n*B.

Author(s)

Raúl Pinto Cámara, José Damián Martínez Reyes.

References

wahl, M., Gregor, I., Patting, M. & Enderlein, J. Fast calculation of fluorescence correlation data with asynchronous time-correlated single-photon counting. Opt. Express 11, 3583–3591 (2003).

See Also

readFileSPC

Examples

1
2
spcData <- readFileSPC("atto532_atto655_m1.spc")
asynCorrData <- asynACTCSPC(macro = spcData$MacroTime)

FCSlib documentation built on Nov. 27, 2020, 5:09 p.m.

Related to asynACTCSPC in FCSlib...