Skip to content

Commit

Permalink
Merge pull request #12 from JoelPasvolsky/micro_milli
Browse files Browse the repository at this point in the history
Fix typo: microseconds --> milliseconds
  • Loading branch information
JoelPasvolsky committed Mar 12, 2024
2 parents aeb93aa + 50df452 commit 8aa8e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01-coordinated-multipoint.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@
"metadata": {},
"source": [
"Processing time in Wi-Fi/cellular networks is crucial: base stations or C-RANs must \n",
"decode transmissions in tens of microseconds. \n",
"decode transmissions in at most tens of milliseconds. \n",
"\n",
"As demonstrated above, the matched-filter algorithm scales up well and can be used in large wireless networks.\n",
"The other two filters require a time-consuming mathematical operation, matrix inversion, which is slow even on \n",
Expand Down

0 comments on commit 8aa8e28

Please sign in to comment.