1

I would like to change a PCB to add a (not straight angle) 90° curve in a 900MHz signal path.

From my understanding my PCB designer is simply using the correct impedance, routing the signal on the top layer and using the ground plane below as a return path.

From his experience it would be advisable to simply use a right angle connector outside of the PCB, and doing another 90° curve inside the PCB is a bad idea (we already have one, but at -10 dBm).

I would like to understand what kind of problems another 90° in-pcb signal path curve would bring (only signal attenuation? Or distortion as well?) and if that depends on the power of the signal doing the curve (eg. would a -10 dBm signal be less affected than a 20 dBm one?).

Thank you.

cedivad
  • 225
  • 2
  • 6
  • 2
    See http://www.sigcon.com/Pubs/edn/bigbadbend.htm and http://electronics.stackexchange.com/questions/31974/should-you-place-traces-at-right-angles-through-a-via and http://electronics.stackexchange.com/questions/7913/why-is-there-such-a-strong-preference-for-45-degree-angles-in-pcb-routing for background. – David Jan 27 '16 at 10:10
  • 1
    I do not think that the amount of loss is related to the power, the copper trace on the PCB behaves voltage and current independently (for non-damaging voltages and currents I mean). You can treat it as having a linear behavior. I would just use the design you already have even though it is for -10 dBm. – Bimpelrekkie Jan 27 '16 at 10:32

1 Answers1

1

This is probably not too much of a problem at 900MHz - at 10GHz it would certainly need consideration. The fields on a transmission line like to remain uniform - any discontinuity in the line causes a disturbance of the field pattern which leads to a reactive effect - generally for bends there is a degree of associated 'fringing capacitance'. A rule of thumb is that the minimum bend radius should be not less than 3*line width. A corner can also be compensated by use of a chamfer.

Transmission lines are passive and linear, so the loss would not change with power.

I would refer you to Waddell https://books.google.co.uk/books/about/Transmission_Line_Design_Handbook.html?id=MyxTAAAAMAAJ which contains models for microstrip bends

Alternatively Gupta,Garg and Bahl might help - https://books.google.co.uk/books/about/Microstrip_Lines_and_Slotlines_Third_Edi.html?id=1PQfAgAAQBAJ&redir_esc=y - see excerpt below. However, note the frequencies here and how the match improves dramatically at lower frequencies.

The 1.8W compensated corner is the best, but I have tended to use curves as they are more easily available in PCB tools. Note that the curve given below is a not the 3*W radius I suggested earlier, but the tight curve shown in (a) - a gentle 3*W bend will perform much better.

enter image description here

enter image description here

N.G. near
  • 435
  • 2
  • 10