Functions | |
| uint32_t | Stats_Compute_SingleSample (float *data, temp_stats_data_t *tempStats, stats_data_t *stats, int chCount) |
| Insert new data for multiple channel statistics from a single buffer with samples in ping-pong fashion. | |
| uint32_t | Stats_Compute_MultiSample_SingleChannel_16offset (float *data, temp_stats_data_t *tempStats, stats_data_t *stats, int sampleCount) |
| Insert new data for single channel statistics. The channel data is available after every 15 samples in the data buffer. | |
| uint32_t | Stats_Compute_MultiSample_16ch (float *data, temp_stats_data_t *tempStats, stats_data_t *stats, int sampleCount) |
| Insert new data for 16-channel statistics from a single buffer with samples in ping-pong fashion. | |
| void | Stats_Reset (temp_stats_data_t *tempStats, stats_data_t *stats, int chCount) |
| Reset the statistics data. | |
|
extern |
| data | Pointer to the first element of the new data array. |
| tempStats | Pointer to the first element of the temporary statistics array. |
| stats | Pointer to the first element of the statistics array. |
| sampleCount | Number of samples for the channel. |
|
extern |
| data | Pointer to the first element of the new data array. |
| tempStats | Pointer to the first element of the temporary statistics array. |
| stats | Pointer to the first element of the statistics array. |
| sampleCount | Number of samples for the channel. |
|
extern |
| data | Pointer to the first element of the new data array. |
| tempStats | Pointer to the first element of the temporary statistics array. |
| stats | Pointer to the first element of the statistics array. |
| chCount | Number of consecutive channels for the statistical computations. |
|
extern |
| tempStats | Pointer to the first element of the temporary statistics array. |
| stats | Pointer to the first element of the statistics array. |
| chCount | Number of consecutive channels for the statistical computations. |