HOPS
HOPS class reference
Macros | Enumerations | Functions
stcount_interp.c File Reference
#include <stdio.h>
#include <string.h>
#include "msg.h"
#include "mk4_data.h"
#include "param_struct.h"
#include "pass_struct.h"
#include "math.h"
#include "mk4_sizes.h"
#include "ffmath.h"

Macros

#define EPSILON   0.09
 

Enumerations

enum  {
  USB_LCP , LSB_LCP , USB_RCP , LSB_RCP ,
  NONE
}
 
enum  { LCP , RCP }
 

Functions

void sort_time (double *, double *, double *, double *, double *, int)
 
int stcount_interp (struct mk4_sdata *sd1, struct mk4_sdata *sd2, struct type_param *param, struct freq_corel *corel, struct type_status *status)
 
void swap_doubles (double *a, double *b)
 

Macro Definition Documentation

◆ EPSILON

#define EPSILON   0.09

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
USB_LCP 
LSB_LCP 
USB_RCP 
LSB_RCP 
NONE 

◆ anonymous enum

anonymous enum
Enumerator
LCP 
RCP 

Function Documentation

◆ sort_time()

void sort_time ( double *  time,
double *  bigpos,
double *  pos,
double *  neg,
double *  bigneg,
int  npts 
)

◆ stcount_interp()

int stcount_interp ( struct mk4_sdata sd1,
struct mk4_sdata sd2,
struct type_param param,
struct freq_corel corel,
struct type_status status 
)

◆ swap_doubles()

void swap_doubles ( double *  a,
double *  b 
)