rtl433  UNKNOWN
RTL-433 utility
am_analyze.c File Reference

AM signal analyzer. More...

Functions

am_analyze_tam_analyze_create (void)
 
void am_analyze_free (am_analyze_t *a)
 
void am_analyze_skip (am_analyze_t *a, unsigned n_samples)
 
void am_analyze (am_analyze_t *a, int16_t *am_buf, unsigned n_samples, int debug_output, samp_grab_t *g)
 
void am_analyze_classify (am_analyze_t *aa)
 

Detailed Description

AM signal analyzer.

Copyright (C) 2018 Christian Zuckschwerdt

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

Function Documentation

◆ am_analyze()

◆ am_analyze_classify()

◆ am_analyze_create()

am_analyze_t* am_analyze_create ( void  )

Referenced by parse_conf_option().

◆ am_analyze_free()

void am_analyze_free ( am_analyze_t a)

Referenced by r_free_cfg().

◆ am_analyze_skip()

void am_analyze_skip ( am_analyze_t a,
unsigned  n_samples 
)