spandsp  3.0.0
meteor-engine.c File Reference
#include <inttypes.h>
#include <stdbool.h>
#include <time.h>
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <math.h>
#include <setjmp.h>
#include <assert.h>
#include <stddef.h>
#include <stdlib.h>
#include "meteor-engine.h"
#include "ae.h"

Macros

#define MAX_PIVOTS   1000 /* Maximum no. of pivots */
 
#define SMALL   1.0e-8 /* Small number used in defining band-edges */
 
#define LARGE   1.0e+31 /* Large number used in search for minimum cost column */
 
#define EPS   1.0e-8 /* For testing for zero */
 

Functions

void output_filter_performance_as_csv_file (struct meteor_working_data_s *s, const char *file_name)
 
int meteor_design_filter (struct meteor_working_data_s *s, struct meteor_spec_s *t, double coeffs[])