Handle structure for managing signal processing tasks. More...
#include <app_signal.h>
Handle structure for managing signal processing tasks.
SIG_ADCRegister_t SIG_Handle_t::input_sig[INPUT_BUFF_LEN] |
Buffer for ADC input samples
SIG_FreqDomain_t SIG_Handle_t::rx_coil_freq_domain[FREQ_DOMAIN_LEN] |
Frequency domain representation of RX coil signal
SIG_PolarForm_t SIG_Handle_t::rx_coil_polar[POLAR_FORM_LEN] |
Polar form of RX coil frequency domain data
float32_t SIG_Handle_t::rx_coil_sig_to_dft[BUFF_TO_DFT_LEN] |
Buffer for RX coil signal before FFT
SIG_FreqDomain_t SIG_Handle_t::tx_coil_freq_domain[FREQ_DOMAIN_LEN] |
Frequency domain representation of TX coil signal
SIG_PolarForm_t SIG_Handle_t::tx_coil_polar[POLAR_FORM_LEN] |
Polar form of TX coil frequency domain data
float32_t SIG_Handle_t::tx_coil_sig_to_dft[BUFF_TO_DFT_LEN] |
Buffer for TX coil signal before FFT