0

As the question says, I want to know why do longer traces/longer lengths of non-terminated signals of the PCB cause reflections and not the short length ones? I am ignoring the negligible amount of reflection a short trace may cause. I am not new to transmissions lines and impedance matching, but somehow I am not able to recall why exactly is reflection is more prominent on long non-terminated transmission lengths?

Is it because for longer trace there is higher chances of encountering discontinuities on the signal path, thereby causing reflection from that particular discontinuity, and even with the termination in place at the source, the signal gets reflected before it reaches back to the termination where it should ideally die off?

I would really appreciate your answer. Even if you link me to some document that answers this question well, it would be great.

LoveEnigma
  • 425
  • 2
  • 7
  • 15
  • 1
    All traces cause reflections - but the reflections on a short trace come so soon after the actual signal edge that they're indistinguishable from them. Reflections on longer transmission lines are a problem because they're delayed enough to show up as secondary, spurious signals. – Nick Johnson Jun 12 '15 at 09:44
  • Thanks a lot. That's what I really wanted to know. But I am happy I posted this question, as I got to read some really good information from all of you. – LoveEnigma Jun 16 '15 at 11:46

1 Answers1

1

All traces cause reflections. As the trace length approaches significant fractions of a given signals electrical length, the reflection can start to interfere with the signal (constructive or destructive interference).

You could also keep the trace length the same and increase the frequency of the signal, the effect will be the same. As mentioned in the comments, when considering the frequency of the signal it is important to note the frequency components. That is, the frequency of the fourier series components of the signal.

Samuel
  • 11,811
  • 31
  • 51
  • 2
    Note that it is not about the frequency of the signal but about the frequency components in the signal. A 1 HZ square wave can show serious reflection effects in a situation where a 2 Hz sine shows no such effect. – Wouter van Ooijen Jun 12 '15 at 06:55
  • @WoutervanOoijen Yes, an important note for me to add. – Samuel Jun 12 '15 at 06:57
  • @Samuel Thanks for your input. However, I think my actual question still remains unanswered. I understand that the effects of reflection would be more severe for signals with high harmonic content. But I want to know "why" do long traces cause reflections? Perhaps at the very basic level. I am somehow not able to recall the exact reason for reflection in transmission lines, especially for the longer lengths. – LoveEnigma Jun 12 '15 at 08:04
  • 1
    @LoveEnigma Impedance mismatch at the end of **any length** trace causes a reflection. It's a change in the medium, like sound echoing off the end of a pipe. – Samuel Jun 12 '15 at 08:15
  • 1
    I tried to give a very basic understanding of reflections here: http://electronics.stackexchange.com/questions/171557/what-and-whys-of-termination – sweber Jun 12 '15 at 10:22
  • 1
    @LoveEnigma it can be instructive to take a bath. Make a wave at one end of the abth towards the other end. You can see the water at the far end rise far above the level of the wave itself. Now try to do this in a short 'bath' and the effect will be much less. – Wouter van Ooijen Jun 12 '15 at 13:55
  • Thanks so much for the help, everyone. @sweber That was a great explanation indeed. Easy to understand. Examples are always helpful. Thanks. – LoveEnigma Jun 16 '15 at 11:43