vault backup: 2024-11-06 22:02:37

This commit is contained in:
Marco Realacci 2024-11-06 22:02:37 +01:00
parent c32fe3c233
commit bc43175468
2 changed files with 10 additions and 10 deletions

View file

@ -93,6 +93,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "Autonomous Networking/notes/q&a.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -102,7 +103,7 @@
"unlinkedCollapsed": true "unlinkedCollapsed": true
}, },
"icon": "links-coming-in", "icon": "links-coming-in",
"title": "Backlinks" "title": "Backlinks for q&a"
} }
}, },
{ {
@ -111,11 +112,12 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "Autonomous Networking/notes/q&a.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
}, },
"icon": "links-going-out", "icon": "links-going-out",
"title": "Outgoing links" "title": "Outgoing links from q&a"
} }
}, },
{ {
@ -137,10 +139,10 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "conflict-files-obsidian-git.md" "file": "Autonomous Networking/notes/q&a.md"
}, },
"icon": "lucide-list", "icon": "lucide-list",
"title": "Outline of conflict-files-obsidian-git" "title": "Outline of q&a"
} }
}, },
{ {
@ -170,7 +172,8 @@
} }
], ],
"direction": "horizontal", "direction": "horizontal",
"width": 604.5 "width": 604.5,
"collapsed": true
}, },
"left-ribbon": { "left-ribbon": {
"hiddenItems": { "hiddenItems": {
@ -189,10 +192,10 @@
"companion:Toggle completion": false "companion:Toggle completion": false
} }
}, },
"active": "0d5325c0f9289cea", "active": "86cc34a714fe2576",
"lastOpenFiles": [ "lastOpenFiles": [
"Autonomous Networking/notes/q&a.md",
"conflict-files-obsidian-git.md", "conflict-files-obsidian-git.md",
"Autonomous Networking/notes/q&a.md",
"Biometric Systems/slides/LEZIONE7_Face recognition3D.pdf", "Biometric Systems/slides/LEZIONE7_Face recognition3D.pdf",
"Biometric Systems/images/Pasted image 20241106144314.png", "Biometric Systems/images/Pasted image 20241106144314.png",
"Biometric Systems/images/Pasted image 20241106143837.png", "Biometric Systems/images/Pasted image 20241106143837.png",

View file

@ -51,9 +51,6 @@ Every time a collision is generated, rags randomly increments their counter. The
As each time the tags are split into two sets, we can "see" it as a binary tree, so we can count the node of the tree to get an estimation. As each time the tags are split into two sets, we can "see" it as a binary tree, so we can count the node of the tree to get an estimation.
$$BS_{tot}(n)=\begin{cases}1,n\le1\\ 1+\sum_{k=0}^{n}\binom{n}{k}\left(\frac12\right)^{k}\left(1-\frac12\right)^{n-k}\left(BS_{tot}\left(k\right)+BS_{tot}\left(n-k\right)\right),n>1\end{cases}$$ $$BS_{tot}(n)=\begin{cases}1,n\le1\\ 1+\sum_{k=0}^{n}\binom{n}{k}\left(\frac12\right)^{k}\left(1-\frac12\right)^{n-k}\left(BS_{tot}\left(k\right)+BS_{tot}\left(n-k\right)\right),n>1\end{cases}$$
<<<<<<< HEAD
#### Q: explain the differences between proactive and reactive routing in sensor networks. Discuss the advantages and disadvantages
=======
#### Q: explain the differences between proactive and reactive routing in sensor networks. Discuss the advantages and disadvantages #### Q: explain the differences between proactive and reactive routing in sensor networks. Discuss the advantages and disadvantages