Struct cic_state_t¶
CIC filter state. More...
#include <cic_core.h>
Public Attributes¶
| Type | Name |
|---|---|
| uint32_t | R |
| uint64_t | comb_im |
| uint64_t | comb_re |
| uint64_t | integ_im |
| uint64_t | integ_re |
| uint32_t | phase |
| uint32_t | shift |
Detailed Description¶
Allocate with cic_create(); free with cic_destroy(). All comb state fits in-struct — no heap members.
Public Attributes Documentation¶
variable R¶
variable comb_im¶
variable comb_re¶
variable integ_im¶
variable integ_re¶
variable phase¶
variable shift¶
The documentation for this class was generated from the following file native/inc/cic/cic_core.h