NIWLANA_DSSS_DEMOD_MAXIMUM_CHIPS_USED
- Updated2023-02-21
- 1 minute(s) read
Data Type: | int32 |
Access: | read/write |
Functions: | niWLANA_SetScalarAttributeI32 niWLANA_GetScalarAttributeI32 |
Description: | Specifies the maximum number of chips (q) that the toolkit uses to compute EVM. If you specify (p) as the number of available chips in the payload, and |p-q| is greater than or equal to 300, the toolkit ignores (p-q) chips from the end of the payload and computes EVM on q chips. If |p-q| is less than 300, the toolkit ignores the last 300 chips and computes EVM on |p-300| chips. Note: If you set this attribute to -1, the toolkit measures EVM on |p-300| chips. The default value is 1,000. Decrease this value to significantly increase measurement speed. Get Function: niWLANA_GetDSSSDemodMaximumChipsUsed Set Function: niWLANA_SetDSSSDemodMaximumChipsUsed |