Bird
0
0
PCB Designbi_tool~10 mins

High-speed signal routing basics in PCB Design - Cell-by-Cell Formula Trace

Choose your learning style9 modes available
Sample Data

This data shows trace lengths in millimeters and signal speed in meters per nanosecond for high-speed PCB signal routing. The goal is to calculate the propagation delay in nanoseconds.

CellValue
A1Trace Length (mm)
B1Signal Speed (m/ns)
C1Propagation Delay (ns)
A2100
B20.15
A3150
B30.15
A4200
B40.15
Formula Trace
=A2/1000/B2
Step 1: A2 = 100
Step 2: Convert 100 mm to meters: 100 / 1000
Step 3: Signal speed B2 = 0.15 m/ns
Step 4: Calculate propagation delay: 0.1 / 0.15
Cell Reference Map
    A       B       C
1 |Trace Length|Signal Speed|Propagation Delay
2 |   100     |   0.15    |  =A2/1000/B2
3 |   150     |   0.15    |
4 |   200     |   0.15    |
The formula in C2 uses A2 for trace length and B2 for signal speed to calculate propagation delay.
Result
    A       B       C
1 |Trace Length|Signal Speed|Propagation Delay
2 |   100     |   0.15    |  0.6667
3 |   150     |   0.15    |  1.0000
4 |   200     |   0.15    |  1.3333
Propagation delay is shown in column C, calculated by dividing trace length (converted to meters) by signal speed.
Sheet Trace Quiz - 3 Questions
Test your understanding
What does the formula =A2/1000/B2 calculate?
ATrace length in meters
BSignal speed in meters per nanosecond
CPropagation delay in nanoseconds
DTrace length in millimeters
Key Result
Propagation delay = (Trace length in meters) / (Signal speed in meters per nanosecond)