#include <unistd.h>
#include <cstring>
#include <cstdio>
#include <cstdlib>
#include <ctime>
#include <cmath>
|
static int | parse_args (int argc, char **argv) |
|
static void | usage (FILE *out) |
|
static int | process_file (char *path) |
|
static void | compute_freq (int nsamples, double *spec, double *mean_freq, double *spec_width) |
|
int | main (int argc, char **argv) |
|
◆ MAX_BUFFER
◆ compute_freq()
static void compute_freq |
( |
int | nsamples, |
|
|
double * | spec, |
|
|
double * | mean_freq, |
|
|
double * | spec_width ) |
|
static |
◆ main()
int main |
( |
int | argc, |
|
|
char ** | argv ) |
◆ parse_args()
static int parse_args |
( |
int | argc, |
|
|
char ** | argv ) |
|
static |
◆ process_file()
static int process_file |
( |
char * | path | ) |
|
|
static |
◆ usage()
static void usage |
( |
FILE * | out | ) |
|
|
static |
◆ debug
◆ filepath
◆ noise_mag
◆ nyq_freq_mhz
double nyq_freq_mhz = 100 |
|
static |
◆ verbose