vault backup: 2025-02-12 10:57:45
This commit is contained in:
22
.obsidian/workspace.json
vendored
22
.obsidian/workspace.json
vendored
@@ -313,9 +313,23 @@
|
|||||||
"icon": "lucide-file",
|
"icon": "lucide-file",
|
||||||
"title": "Software Project Survival Guide by Steve McConnell"
|
"title": "Software Project Survival Guide by Steve McConnell"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "b4aa4409bebfc388",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "markdown",
|
||||||
|
"state": {
|
||||||
|
"file": "Temporary/PCB Design Review.md",
|
||||||
|
"mode": "source",
|
||||||
|
"source": false
|
||||||
|
},
|
||||||
|
"icon": "lucide-file",
|
||||||
|
"title": "PCB Design Review"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"currentTab": 1
|
"currentTab": 2
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "vertical",
|
"direction": "vertical",
|
||||||
@@ -328,10 +342,11 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"active": "24a2ee00d9bd1f43",
|
"active": "b4aa4409bebfc388",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"2 Personal/Alkademiker/Projekte/Tischbeine Motorisiert.md",
|
|
||||||
"5 Media/0 Books/Software Project Survival Guide by Steve McConnell.md",
|
"5 Media/0 Books/Software Project Survival Guide by Steve McConnell.md",
|
||||||
|
"Temporary/PCB Design Review.md",
|
||||||
|
"2 Personal/Alkademiker/Projekte/Tischbeine Motorisiert.md",
|
||||||
"Temporary/Mavlink Protocol.md",
|
"Temporary/Mavlink Protocol.md",
|
||||||
"0 Journal/0 Daily/2025-02-03.md",
|
"0 Journal/0 Daily/2025-02-03.md",
|
||||||
"0 Journal/0 Daily/2025-01-17.md",
|
"0 Journal/0 Daily/2025-01-17.md",
|
||||||
@@ -365,7 +380,6 @@
|
|||||||
"OneNote/OSD/Research/Quan Quan – Mulicopter Design and Control.md",
|
"OneNote/OSD/Research/Quan Quan – Mulicopter Design and Control.md",
|
||||||
"Attachments/Energy Consumption & CO2 Emissions.md/Exported image 20231126172013-17.png",
|
"Attachments/Energy Consumption & CO2 Emissions.md/Exported image 20231126172013-17.png",
|
||||||
"0 Journal/0 Daily/2024-10-27.md",
|
"0 Journal/0 Daily/2024-10-27.md",
|
||||||
"0 Journal/0 Daily/2024-10-07.md",
|
|
||||||
"99 Work/0 OneSec/OneSecNotes/30 Engineering Skills/Computer Science/Untitled.canvas",
|
"99 Work/0 OneSec/OneSecNotes/30 Engineering Skills/Computer Science/Untitled.canvas",
|
||||||
"Scripts/days_since.js",
|
"Scripts/days_since.js",
|
||||||
"99 Work/0 OneSec/OneSecNotes/Multimedia/Recording 20231003153042.webm",
|
"99 Work/0 OneSec/OneSecNotes/Multimedia/Recording 20231003153042.webm",
|
||||||
|
|||||||
15
Temporary/PCB Design Review.md
Normal file
15
Temporary/PCB Design Review.md
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
title: PCB Design Review
|
||||||
|
created_date: 2025-02-12
|
||||||
|
updated_date: 2025-02-12
|
||||||
|
aliases:
|
||||||
|
tags:
|
||||||
|
---
|
||||||
|
# PCB Design Review
|
||||||
|
|
||||||
|
## Rise Time vs Length
|
||||||
|
The rule of thumb is that a track length shall be shorter than 1/6th of the rise time. According to [this comment](https://electronics.stackexchange.com/a/258992) the rule of thumb can be applied like this (example with 100MHz signal):
|
||||||
|
First lets calculate the wave length in free space:
|
||||||
|
$$\lambda = \frac{c}{f} = \frac{3*10^{8}}{100*10^6} = 3m$$
|
||||||
|
In a PCB you can take roughly $\frac{\lambda}{2}$ as the wavelength, which would be $1.5m$.
|
||||||
|
One sixth of this results in roughly $25cm$.
|
||||||
Reference in New Issue
Block a user