Struct detector_state¶
Public Attributes¶
| Type | Name |
|---|---|
| int64_t | base_offset |
| uint32_t | current_gen |
| int16_t | det_energy |
| int16_t | det_level |
| int16_t | det_rms |
| struct per_offset_median * | med |
| uint8_t | num_taps |
| uint64_t | rms_acc |
| size_t | sample_count |
| int16_t * | samples |
| uint32_t * | sqr_ring |
| uint16_t | tap_size |
| uint8_t | write_tap |
Public Attributes Documentation¶
variable base_offset¶
variable current_gen¶
variable det_energy¶
variable det_level¶
variable det_rms¶
variable med¶
variable num_taps¶
variable rms_acc¶
variable sample_count¶
variable samples¶
variable sqr_ring¶
variable tap_size¶
variable write_tap¶
The documentation for this class was generated from the following file scripts/median-filter/csrc/peak_detector.c