/* ************************************************************* */ /* * VTCOILUI.H * * Zachary Wolf * 8/17/98 */ /* Protection from multiple definitions */ #ifndef __VTCOILUI_HEADER #define __VTCOILUI_HEADER /* Includes */ #include "vtcoil.h" /* Function declarations */ void vtcoilui_init(int top_pos, int left_pos, struct vtcoil_param_struct vtcoil_par); void vtcoilopui_init(int top_pos, int left_pos); void vtcoilui_update(int num_samp, double vt[], double vtfft_re[], double vtfft_im[]); /* End protection */ #endif