Learn R Programming

FCSlib (version 1.3.0)

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

Description

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

Usage

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.

Value

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

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.

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<U+2013>3591 (2003).

See Also

readFileSPC

Examples

Run this code
# NOT RUN {
spcData <- readFileSPC("atto532_atto655_m1.spc")
asynCorrData <- asynACTCSPC(macro = spcData$MacroTime)
# }

Run the code above in your browser using DataLab