|
spandsp 3.0.0
|
#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 |
| #define | SMALL 1.0e-8 |
| #define | LARGE 1.0e+31 |
| #define | EPS 1.0e-8 |
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[]) |