VSF Documented
Functions
tsfilter.c File Reference
#include <stddef.h>
#include <stdlib.h>
#include "./tsfilter.h"

Functions

struct tsfilter_ttsfilter_alloc (int ml, int nl)
 
void tsfilter_free (struct tsfilter_t *filter)
 
void tsfilter_setcal (struct tsfilter_t *filter, int *cal)
 
void tsfilter_update (struct tsfilter_t *filter, int *x, int *y)
 
void tsfilter_clear (struct tsfilter_t *filter)
 

Function Documentation

◆ tsfilter_alloc()

struct tsfilter_t * tsfilter_alloc ( int  ml,
int  nl 
)

◆ tsfilter_free()

void tsfilter_free ( struct tsfilter_t filter)

◆ tsfilter_setcal()

void tsfilter_setcal ( struct tsfilter_t filter,
int *  cal 
)

◆ tsfilter_update()

void tsfilter_update ( struct tsfilter_t filter,
int *  x,
int *  y 
)

◆ tsfilter_clear()

void tsfilter_clear ( struct tsfilter_t filter)