Struct resamp_state_t
#include <resamp_core.h>
Public Attributes
| Type | Name |
|---|---|
| float * | bank |
| double | ctrl_acc |
| float _Complex * | decim_iad |
| float _Complex * | decim_tfd |
| float _Complex * | delay_buf |
| size_t | delay_cap |
| size_t | delay_head |
| size_t | delay_mask |
| unsigned | log2_phases |
| size_t | num_phases |
| size_t | num_taps |
| uint32_t | phase |
| uint32_t | phase_inc |
| double | rate |
| int | upsample |
Public Attributes Documentation
variable bank
float* resamp_state_t::bank;
variable ctrl_acc
double resamp_state_t::ctrl_acc;
variable decim_iad
float _Complex* resamp_state_t::decim_iad;
variable decim_tfd
float _Complex* resamp_state_t::decim_tfd;
variable delay_buf
float _Complex* resamp_state_t::delay_buf;
variable delay_cap
size_t resamp_state_t::delay_cap;
variable delay_head
size_t resamp_state_t::delay_head;
variable delay_mask
size_t resamp_state_t::delay_mask;
variable log2_phases
unsigned resamp_state_t::log2_phases;
variable num_phases
size_t resamp_state_t::num_phases;
variable num_taps
size_t resamp_state_t::num_taps;
variable phase
uint32_t resamp_state_t::phase;
variable phase_inc
uint32_t resamp_state_t::phase_inc;
variable rate
double resamp_state_t::rate;
variable upsample
int resamp_state_t::upsample;
The documentation for this class was generated from the following file native/inc/resamp/resamp_core.h