0

i'm new to pcb design and i'm wondering that starting from which frequency range we need to apply the high speed PCB design rules and techniques ?

  • This pretty much a duplicate of http://electronics.stackexchange.com/questions/236415/at-what-cable-length-does-matching-the-impedance-at-the-ends-of-the-cable-become/236422 – le_top Jun 11 '16 at 13:21

1 Answers1

4

A fairly simple and useful rule of thumb: -

Problems will start to manifest when the track length gets longer than about one tenth of the wavelength of the useful harmonic content of the signal being routed.

This is to avoid reflections affecting digital transmission of data and clocks i.e. to avoid data corruptions.

More or less the same for analogue but you can probably get a bit longer on tracks in some circumstances. All this is governed by this: -

A track that is a quarter wave long feeding an open circuit or high impedance load will look broadly like a short circuit at the sending end at that frequency.

This is the primary concern so try and understand this first. Look up quarter wave impedance transformers for additional reading.

Andy aka
  • 434,556
  • 28
  • 351
  • 777
  • 1
    Note that Andy talks about "usefull harmonic content", NOT about frequency, as many poeple often seem to assume. For digital signals, this more or less boils down to the raise and fall times. Even a 1 Hz signal can get you into trouble when the edges are sharp and what happens at the edges is important to you. (for instance for a clock line) – Wouter van Ooijen Jun 11 '16 at 11:41
  • In addiition to Andy's answer, sometimes (for logic devices) some guidance may be found from the IBIS model (most modern parts have these available). Look for the *ramp* definition within the file. – Peter Smith Jun 11 '16 at 14:00
  • The wavelength on the PCB is not determined by the (full) vacuum speed of light but only the speed for electric waves on that PCB. Instead of 0.3 m per nanosecond only about 0.2 m per ns. – Uwe Jun 13 '16 at 14:56