HOPS
HOPS class reference
|
#include "msg.h"
#include "mk4_data.h"
#include "param_struct.h"
#include "pass_struct.h"
#include "apply_funcs.h"
#include <stdio.h>
#include <stdlib.h>
Functions | |
void | apply_lsb_notch (double lo, double hi, struct freq_corel *fdata, int *xp_flags, int npts, int ap, struct type_param *param) |
void | apply_notches (int sb, int ap, struct freq_corel *fdata, hops_complex *xp_spectrum, int npts, struct data_corel *datum, struct type_status *status, struct type_param *param) |
void | apply_usb_notch (double lo, double hi, struct freq_corel *fdata, int *xp_flags, int npts, int ap, struct type_param *param) |
void apply_lsb_notch | ( | double | lo, |
double | hi, | ||
struct freq_corel * | fdata, | ||
int * | xp_flags, | ||
int | npts, | ||
int | ap, | ||
struct type_param * | param | ||
) |
void apply_notches | ( | int | sb, |
int | ap, | ||
struct freq_corel * | fdata, | ||
hops_complex * | xp_spectrum, | ||
int | npts, | ||
struct data_corel * | datum, | ||
struct type_status * | status, | ||
struct type_param * | param | ||
) |
void apply_usb_notch | ( | double | lo, |
double | hi, | ||
struct freq_corel * | fdata, | ||
int * | xp_flags, | ||
int | npts, | ||
int | ap, | ||
struct type_param * | param | ||
) |