|
TPCCLIB
|
PET noise estimation. More...
#include "tpcclibConfig.h"#include <stdio.h>#include <stdlib.h>#include <math.h>#include <time.h>#include <string.h>#include "tpcisotope.h"Go to the source code of this file.
Functions | |
| double | noiseSD4Frame (double y, double t1, double dt, int isotope, double a) |
PET noise estimation.
Definition in file ranoise.c.
| double noiseSD4Frame | ( | double | y, |
| double | t1, | ||
| double | dt, | ||
| int | isotope, | ||
| double | a ) |
Calculate the standard deviation (SD) of noise for PET radioactivity concentration.
SD of noise can be used in simulations. Reference: Varga & Szabo. J Cereb Blood Flow Metab 2002;22(2):240-244.
| y | Sample radioactivity concentration (decay corrected to zero time). |
| t1 | Radioactivity measurement (frame) start time in minutes. |
| dt | Radioactivity measurement (frame) duration in minutes. |
| isotope | Isotope code as enum or index of isotope in isotope table; enter ISOTOPE_UNKNOWN if not to be considered. |
| a | Proportionality factor. Note that it should be in relation to the unit of y. |
Definition at line 26 of file ranoise.c.