#include <stdio.h>#include <math.h>#include <string.h>#include <stdlib.h>#include "qplug_if.h"#include "qdutil.h"#include "Qdos.h"Defines | |
| #define | SQR(a) ((sqrarg=(a)) == 0.0 ? 0.0 : sqrarg*sqrarg) |
Functions | |
| QplugReturnStatus | MaxEntSpectrum (QplugArgList *) |
| void | Qcoef (float data[], unsigned long n, unsigned long m, float *xms, float d[]) |
| float | Qevlp (float fdt, float d[], unsigned long m, float xms) |
Variables | |
| static float | sqrarg |
| QplugReturnStatus MaxEntSpectrum | ( | QplugArgList * | call_list | ) |
| void Qcoef | ( | float | data[], | |
| unsigned long | n, | |||
| unsigned long | m, | |||
| float * | xms, | |||
| float | d[] | |||
| ) |
| float Qevlp | ( | float | fdt, | |
| float | d[], | |||
| unsigned long | m, | |||
| float | xms | |||
| ) |
float sqrarg [static] |
1.5.7