vault backup: 2024-10-30 01:24:56

This commit is contained in:
Marco Realacci 2024-10-30 01:24:56 +01:00
parent 7467120d78
commit e1039906d9
2 changed files with 9 additions and 9 deletions

View file

@ -37,7 +37,7 @@ In Frame Slotted Aloha, the number of slots in a frame is always the same. If tw
In TSA instead, for each collision slot s, a new child frame with a smaller slot number is issued. And only the tag that decided to transmit in slot s will transmit in the same frame.
The TSA protocol improves the system efficiency as the probability of having a collision is lower. But for both protocols, to have good performance is important to have an estimate of the number of tags to identify as we need to chose the number of slots based on it. If we have too many slots, we will have a lot of time wasted in idle slots, if we have too few slots, we will have a lot of collisions.
#### Q: in a slotted aloha protocol for RFID system how is the estimated tag population participating into intermediate frames?
#### Q: in a slotted aloha protocol for RFID system how is estimated the tag population participating into intermediate frames?
Main issues:
- total number of tags to identify is not known
- initial frame size is set to a predefined value (e.g. 128)