|
| static double | RGB2Y (double R, double G, double B) |
| |
| static unsigned long | radix256toul (const char *s, size_t n) |
| |
| static double | strtolum (const char *s) |
| |
| static REAL8Array * | xpmtoarr (const char *xpm[]) |
| |
| int | XLALSimUnicorn (REAL8TimeSeries **hplus, REAL8TimeSeries **hcross, double f_min, double f_max, double V, double hrss, double deltaT, gsl_rng *rng) |
| | Generates a time-frequency unicorn signal. More...
|
| |
Go to the source code of this file.
|
| #define | char const char /* to silence compiler warnings ... */ |
| |
◆ char
| #define char const char /* to silence compiler warnings ... */ |
◆ RGB2Y()
| static double RGB2Y |
( |
double |
R, |
|
|
double |
G, |
|
|
double |
B |
|
) |
| |
|
static |
◆ radix256toul()
| static unsigned long radix256toul |
( |
const char * |
s, |
|
|
size_t |
n |
|
) |
| |
|
static |
◆ strtolum()
| static double strtolum |
( |
const char * |
s | ) |
|
|
static |
◆ xpmtoarr()