librtlsdr
UNKNOWN
RTL-SDR library
|
Data Fields | |
int | exit_flag |
pthread_t | thread |
int16_t | lowpassed [MAXIMUM_BUF_LENGTH] |
int | lp_len |
int16_t | lp_i_hist [10][6] |
int16_t | lp_q_hist [10][6] |
int16_t | result [MAXIMUM_BUF_LENGTH] |
int16_t | droop_i_hist [9] |
int16_t | droop_q_hist [9] |
int | result_len |
int | rate_in |
int | rate_out |
int | rate_out2 |
int | now_r |
int | now_j |
int | pre_r |
int | pre_j |
int | prev_index |
int | downsample |
int | post_downsample |
int | output_scale |
int | squelch_level |
int | conseq_squelch |
int | squelch_hits |
int | terminate_on_squelch |
int | downsample_passes |
int | comp_fir_size |
int | custom_atan |
int | deemph |
int | deemph_a |
int | now_lpr |
int | prev_lpr_index |
int | dc_block |
int | dc_avg |
void(* | mode_demod )(struct demod_state *) |
pthread_rwlock_t | rw |
pthread_cond_t | ready |
pthread_mutex_t | ready_m |
struct output_state * | output_target |