28

What is "balanced" audio exactly, and why is it useful? I've read that it means there are two voltages, with one being the inverse of the other. A balanced audio receiver looks at the difference between these, and calls that the "signal". Noise should affect both halves of the balanced signal equally, so the receiver should not see noise as signal, because it does not change the difference between the two halves.

But this doesn't make any sense. Isn't an unbalanced audio signal also a difference: the difference between ground and the signal voltage? Why can't we just feed an unbalanced audio signal into a balanced audio receiver and call it balanced?

And how does making a second, inverted voltage change anything at all? If we didn't do this, wouldn't noise still affect both halves equally, and still be rejected by the receiver?

Phil Frost
  • 56,804
  • 17
  • 141
  • 262
  • Just a thought, not an answer: I suppose it isn't merely about an inverted waveform being added: To take a trivial example, any waveform with asymmetric positive and negative parts of the cycle, such as a triac-dimmer output, would not lend to a simple V+|(-V)| treatment, I believe. – Anindo Ghosh Jan 08 '14 at 13:48

6 Answers6

22

Balanced audio has the signal on one conductor, and the inverted signal on another conductor.

WRONG.

Balanced audio has two signal conductors, and a third for ground.

WRONG.

Either of these things may be true, but neither is what makes balanced audio. Telephone networks until fairly recently were entirely analog, and had only two wires per circuit. There was no ground. Yet, they managed to maintain a relatively noise-free connection over very long distances. Only two conductors are required for balanced audio.

An ideal balanced audio receiver is a differential amplifier. It works by measuring the difference between its two inputs, and calling that difference the signal. "Ground" is totally irrelevant. One input need not be an inverted copy of the other input. How could it matter, if a differential amplifier is only looking at the difference between its two inputs? How could it know that one input is "the inverted signal"?

Why then, not simply connect one of the inputs to ground? Wouldn't this mean we can make any unbalanced audio into balanced audio just by using a differential amplifier on the receiving end?

schematic

simulate this circuit – Schematic created using CircuitLab

As it happens, no, we can't do that, and to understand why is to understand what balanced audio really means. It's not about having two single-ended audio connections, but with one inverted. It's about having the signal be carried on two conductors with equal impedance.

Here's why: the primary objective in using balanced audio is to reduce noise. This noise is picked up by mutual inductance and capacitance with other stuff (frequently: mains wiring) near the audio signal. If the mutual inductance or capacitance to this noise source is equal for our two conductors, then equal voltages and currents will be induced on each conductor. That is, their difference will not change. Thus the noise source, from the perspective of our differential amplifier which only looks at this difference, doesn't exist. Consider:

schematic

simulate this circuit

What's the output here? To the extent that U1 is an ideal differential amplifier, the output is exactly 0V DC. Some of the noise (from V1) couples into the inputs through C1 and C2, but because C1=C2, and R1=R2, it couples into each equally, and thus can't change the difference between the two, so can't affect the output of the differential amplifier.

But what happens if R1 is not equal to R2? R1 and C1 now form a different voltage divider than do R2 and C2, resulting in unequal voltages coupling into the amplifier's inputs. Now there is a difference, and V1, to some extent, is found in the output. The same problem exists if the resistors are equal but the capacitors are not.

Driving just one of the inputs doesn't change anything. Consider:

schematic

simulate this circuit

Hey that's not balanced! But it totally is balanced. The noise still sees equal impedances to each of the inputs. The noise still couples equally into each input, thus not changing the difference. Thus, it's still rejected.

There are two reasons your typical audio connection such as found on an iPod or a VCR isn't balanced. The first is the cable geometry. Usually these use coaxial cables, with the ground as the shield, and a ground-referenced signal inside of it. Because the shape of the conductors isn't even remotely similar, they can't possibly have equal impedance to their surroundings. In terms of the prior examples, C1 and C2 are not equal.

The second is how these lines are typically driven. They usually look something like this:

schematic

simulate this circuit

If U1 were an ideal buffer, this would be balanced. But it's not: U1 is usually some sort of op-amp with a small output impedance. Though it is small, it's not nearly as small as the direct connection to ground seen by the other half of the cable. The op-amp's output impedance probably also varies significantly with frequency.

A very cheap, and very effective solution to this problem is to set the output impedance with something more controllable, like a resistor. We can put a resistor on the order of 100 ohms in series without significantly attenuating the signal. A practical implementation looks like this:

balanced audio line driver

This is from a great article by Rod Elliott (ESP) / Uwe Beis. R2 and R3 do most of the balancing: these resistors can be purchased or trimmed to have very equal resistances. Since they are significantly bigger than the output impedance of the op-amp, the op-amp's output impedance is relatively insignificant.

R4 and C1 serve to further render the op-amp insignificant at higher frequencies. Real op-amps have increasing output impedance with frequency, which would serve to unbalance the circuit at high frequency. However, the op-amp's output impedance becomes less significant at higher frequencies as R4 and C1 shunt the two halves together.

This topology is not without a few disadvantages. Firstly, since it can't drive both lines, it has half the dynamic range compared to a design that can drive both lines. Secondly, it drives the two signal lines with a common-mode voltage half that of the input signal. The driver must thus drive the capacitance of the two signal lines to their surroundings, like the shield in typical audio cables. However, for moderate cable lengths this is unlikely a problem.

The advantage is reduced parts count. Also, if this is on a TRS connector which gets shoved into an unbalanced input, nothing bad can happen, since the ring, which is normally "inverted signal", isn't connected to any active electronics.

More importantly, it dispels a common misunderstanding about how balanced audio works.

pipe
  • 13,748
  • 5
  • 42
  • 72
Phil Frost
  • 56,804
  • 17
  • 141
  • 262
  • I follow most of this, but why do you say the currents thru C1 and C2 are equal when R1/R2 are unequal. How can this be? – dext0rb Jan 08 '14 at 22:02
  • @dext0rb indeed, that's the wrong explanation. Better with edits? – Phil Frost Jan 08 '14 at 22:07
  • Yes, that clears that up :) – dext0rb Jan 08 '14 at 22:27
  • Exactly but the reason I disagreed on that other question was the op was asking for differential outputs. +1 – Andy aka Jan 08 '14 at 22:55
  • Thanks for another excellent writeup on a frequently misunderstood topic. +1 – JYelton Jan 09 '14 at 19:34
  • Your first two assertions are wrong. See Brian Drummond's answer. – Matt Young Jan 09 '14 at 23:48
  • @Matt, Phil's second assertion is certainly justifiable. The purpose of a ground connection is to limit (not eliminate) the common mode voltage, and need not include a third connection per twisted pair. –  Jan 10 '14 at 09:43
  • @BrianDrummond That may be the case, but in practice, I am not aware of any manufacturers of professional equipment that would eliminate the shield. – Matt Young Jan 10 '14 at 13:11
  • @MattYoung what about telephone equipment? Does that count as professional? – Phil Frost Jan 10 '14 at 15:56
  • No, it counts as telephone equipment. – Matt Young Jan 10 '14 at 16:43
  • I am not sure why driving just one of the inputs will not cause a mis-balance? Why would the noise still see equal impendence on each inputs? How does the noise of V1 (which is on positive input only) affects the negative input? – Rudy01 Jan 10 '14 at 22:23
  • @Rudy01 changing the voltage of something doesn't change it's impedance. The impedance of a voltage source is \$0\Omega\$. The noise is capacitively coupled equally to both sides. Why *wouldn't* the noise affect both halves? There's no significant difference between them. – Phil Frost Jan 10 '14 at 22:27
  • @PhilFrost: Okay even though the noise is only on the path of the positive input, but since it is close to the negative input path, then it will affect it the same way? So, we still call this a balanced line? – Rudy01 Jan 10 '14 at 22:30
  • @Rudy01 V2 is the noise. It's on *both* inputs. – Phil Frost Jan 10 '14 at 22:31
7

Despite the answers already here, the story is not yet complete.

A fully balanced audio signal is connected

  • from a balanced driver,
  • via a balanced cable,
  • to a balanced receiver,

and each part has to be considered separately.

Some of the circuits described so far will work with each other in some circumstances, but most will fail one test or another.

Balanced cable.

A balanced cable has two conductors ("legs") of equal impedance and with equal exposure to external fields, usually achieved by twisting the two conductors together. Occasionally each leg is itself a pair so there are 4 conductors interleaved and tightly twisted in star-quad configuration.

The equal exposure to external fields means that any electrostatic coupling from an interference source into the cable will generate the same voltage on each leg, and any magnetic coupling will inject the same current into each leg.

A ground connection is not necessary for a balanced signal though a screen can reduce interference from external signals as well as radiated interference to other signals. If a screen is present it is often connected at one end only to eliminate ground loops. At the system level there will generally be a ground connection to the equipment at each end of the signal, though it may be shared between 2, 50 or several hundred balanced signals.

Balanced receiver.

Balanced receiver is not merely a differential amplifier. It must also maintain the same impedance to ground from each leg.

The differential amplifier ensures that any interfering voltages arriving on both legs cancel each other out (i.e. common-mode gain = 0). This includes not only any interference, but also any difference between the "ground" potentials at each end.

The equal impedances on each leg ensure that any interfering currents injected on both legs will develop the same voltage on each leg, which can then be rejected by the differential amplifier. A simple differential amplifier will fail this test.

Balanced driver.

The balanced driver has three tasks :

  1. Generate both "true" and inverted outputs at the same amplitude.
  2. Have the same impedance to ground on each output
  3. Transfer any interfering voltage on one leg to the other leg

1) "Balanced" outputs that drive one leg but cheat by driving 0V on the other will fail the first test : the common mode output voltage is half the original signal; this will radiate interference to any other signals carried on adjacent pairs! Not something you want in a 50-pair cable the length of Broadcasting House! (and that dates me...) A good balanced output will minimise interference with other signals, as well as preserving the integrity of its own signal.

If the other pairs are good balanced signals the interference may not be serious as it should be common-mode, but the whole point is to reduce signal degradation as far as possible.

These so-called "balanced" drivers have applications in high end consumer audio or small recording studios so they are around, but ... be warned.

2) Same impedance to ground on each leg is important, as in receivers, to convert common-mode induced currents to common-mode voltage.

3) Transferring an interfering voltage on one leg to the other, creates a common-mode voltage from what would otherwise be a differential voltage, (i.e. interference affecting one leg more than the other) improving its rejection at the receiver. A simple differential driver will fail this test. It also has the feature that if one leg is shorted to ground, the amplitude on the other leg doubles, thus the differential voltage (the wanted signal) is unaffected. A differential driver will *really fail this test...

With correctly balanced audio signals, it has been known for broadcast engineers to inject a common-mode signal onto one balanced signal, and its complement on a second; thus creating a third "phantom circuit" that does not interfere with either of its victims...

  • If you don't cut the shield, then it's still possible to drive just one of the signal conductors and have no common-mode currents, because the shield can carry the return current. Like an antenna feedline, the electric fields will be entirely contained within the shield. Of course people are fond of breaking their cables rather than fixing their equipment to resolve hum, and you might have to use a choke to encourage the return current to indeed use the shield rather than some other ground connection, but anyway – it's possible. – Phil Frost Jan 10 '14 at 02:24
  • ITYM ... "no common mode currents, in the absence of interfering magnetic fields" –  Jan 10 '14 at 09:39
  • Indeed. And the currents from interfering magnetic fields, if present, circulate entirely in the shield (provided it isn't cut), which, if the equipment is properly designed, has no relevance to the signal. Point being simply: shields work better if they aren't cut, and the shield might provide additional isolation, but it isn't required to make a "balanced" connection. – Phil Frost Jan 10 '14 at 16:00
  • Agreed, shields work better if not cut. However if they complete a ground loop, that can introduce problems - not on the balanced connection itself - but in the equipment at either end. Cutting the shield is one answer : whether it's the best, or another (ground lift somewhere else) is another topic... –  Jan 10 '14 at 16:54
  • Well there is a third solution: designing equipment to be insensitive to ground currents, though I concede breaking the ground loop is usually easier than hunting down and harming the people that designed the broken equipment. – Phil Frost Jan 10 '14 at 22:29
5

The issue is, as you say, that in a balanced signal the actual signal value is the difference between two signals driven oppositely. In a single-ended signal, there is still a difference, but the difference is with respect to ground, which is also the reference for all kinds of other signals.

If you had a completely floating device, like a speaker with a battery powered amplifier built into the box, then there is no difference between a balance and single ended signal. Both provide two wires, and the signal you want is the difference between them.

However, rarely do we have receiving devices that can truly float at arbitrary voltage. The issue is that with a ground referenced signal, it is pretty much impossible in a practical sense to treat both lines equally. External noise will not couple the same onto a signal line as it will a line used as ground by parts of the system. This is in part because ground is used as the reference for most signals, so by definition doesn't change.

Even in the example of the floating battery operated speaker amp, care would have to be taken to not treat the two input lines differently. This is harder than it may appear. For example, if you tie one of the lines to your local ground, and that is connected to the chassis or ground plane of your circuit, then external noise will couple into that signal more easily since it presents a higher capacitance to the outside. Since the amp uses that as a reference, it can't see the noise on the ground line, but the unequal pickup of the noise by the two lines will show up as a differential signal, which will be detected and amplified.

So overall it's not just about encoding the signal as a difference between two lines. As you say, that is always the case anyway. It's about setting up the system so that those two lines can be treated equally, and thereby pickup equal noise from the outside world. By then encoding the signal equally but with opposite polarity on both lines, the receiver can take the difference, which in theory cancels out any noise picked up equally by the two lines.

A "balanced" audio signal is therefore three lines. The two signal lines with equal impedance, equal treament in the cable, and driven oppositely with the signal, and a separate ground line that is the 0 reference for everything. In a high quality balanced audio cable, the two signal lines are a twisted pair surrounded by a shield connected to ground. The shield blocks capacitive pickup from outside, and by twisting the two signal lines around each other they will have coupling to the outside that averages out to be equal over relatively short distances.

Added in response to some of the comments:

First, it gives the wrong impression calling one of the differential lines "hot" and the other "cold". Both are equally carrying a signal, just that those signals are inverted from each other. Hot and cold are therefore bad names that either exhibit a misconception, or can lead others to one.

Second, no, the signal lines and ground do NOT have the same impedance. That's the problem. Because of the imbalance in impedance, one line will pick up more external noise than the other. It is exactly this that is being emphasized by calling this "balanced" as apposed to "differential". With the 3 line system, you can have both signal lines being equal and at reasonable impedance for a signal while still having a ground reference.

You have to assume noise will couple into any signal. Balanced audio has good noise immunity because of two characteristics: Both signal lines are treated equally, so both pick up the same noise, and the signals are opposite. When receivers take the difference, the noise is cancelled out and only the signal remains. In a single-ended system, both lines are NOT equal, so one picks up noise differently from the other. The difference between ground and the signal line will then include this difference in noise pickup.

Olin Lathrop
  • 310,974
  • 36
  • 428
  • 915
  • Why must the "cold" line be inverted? If it's simply connected to ground, but through the same impedance as the "hot" line, isn't the signal still a difference between "hot" and "cold", and don't we still get common mode rejection as desired? – Phil Frost Jan 08 '14 at 15:43
  • 1
    Spot on! That third "reference" line is exactly what it's all about! – Anindo Ghosh Jan 08 '14 at 15:44
  • @PhilFrost If the cold isn't inverted with respect to the hot, there is no difference. – Matt Young Jan 08 '14 at 15:48
  • 1
    @MattYoung why not? If cold is 0V, and hot is 1V, that seems like a difference of 1V, to me. No different than if cold is -0.5V, and hot is 0.5V. – Phil Frost Jan 08 '14 at 15:58
  • Also, if the "third reference" is the magic key, then why do balanced audio cables still work with only the hot and cold connected? – Phil Frost Jan 08 '14 at 16:01
  • @Phil: balanced cables with a [ground lift](http://en.wikipedia.org/wiki/Ground_lift) don't work (in the sense you mean). AIUI Ground lift is used when ground-related noise exceeds common-mode noise. – RedGrittyBrick Jan 08 '14 at 16:04
  • @PhilFrost I think the piece of information you're missing here is a balanced audio line is 3 wires, hot, cold, and the shield. The cold must be inverted for there to be a difference, else 1-1=0. – Matt Young Jan 08 '14 at 16:05
  • @RedGrittyBrick they certainly work fine in my studio. Here's a more extreme example: how do analog telephone networks work with unshielded cable? They don't just lift the ground...they never had one to start. – Phil Frost Jan 08 '14 at 16:05
  • @MattYoung what if the cold is just ground? Then 1-0=1. Where's this magic requirement that cold must have something on it? – Phil Frost Jan 08 '14 at 16:06
  • 2
    @Phil: There's a difference between a difference and the difference of two differences! – RedGrittyBrick Jan 08 '14 at 16:08
  • @PhilFrost That would be putting an unbalanced signal into a balanced input. Professional equipment input impedance is typically 10k, 20k differential. The 10k pulldowns on the input of the difference amplifier allow that, but the output will be 6 dB down from what the balanced signal would produce. – Matt Young Jan 08 '14 at 16:14
  • @MattYoung ok, so I can make a 6dB amplifier. Is that what balanced audio is? Audio that's 6dB louder? – Phil Frost Jan 08 '14 at 16:15
  • @PhilFrost The part that you are missing is that ground in unbalanced audio is shared with a whole bunch of other parts of the circuit. Noise imparted to the cable DOES NOT affect ground the same way that it does the signal line. The signal wire has 2 connections: the sender and the receiver. Those two devices must absorb the noise. The ground has many more devices connected that will absorb the noise; the ground level is harder to move because of that. A spike of noise on the signal line will only have a fraction of that power on the ground. – longneck Jan 08 '14 at 19:00
  • @Phil: See additions to my answer. – Olin Lathrop Jan 08 '14 at 19:18
  • 1
    @OlinLathrop I still don't see why the signals need to be opposite for noise to be canceled. It is sufficient that the signals have equal impedances. This is the point I'm trying to illustrate by asking this question. – Phil Frost Jan 08 '14 at 19:25
  • @Phil: I thought I already explained that, and I've run out of ways (and time) to express it differently. – Olin Lathrop Jan 08 '14 at 19:38
  • @OlinLathrop Phil is correct. The signals do not have to be in anti phase. That doesn't imply that one of them is ground. – user207421 Jan 08 '14 at 19:39
  • @EJP: No, the whole balanced audio scheme doesn't work if the two signals aren't of equal amplitude but flipped in polarity. I've exlained this various ways now, and am giving up. Try reading the last paragraph of my revised answer again. – Olin Lathrop Jan 08 '14 at 20:00
3

I'll used images from this tutorial

The balanced audio wires transfer the same signal but with 180 degree difference between them.

enter image description here

When noise is introduced into the cable, it is introduced equally to both the original and the inverted signal because they have both the same impedance. The receiver then inverts one of the signals and the result is two in phase signals that contain the original audio and two noise signals with 180 degree difference between them. When these signals are summed the result is the pure audio signal with the noise removed (canceled).

enter image description here

When using a single ended wire to transfer the signal then one wire transfers the signal and the other one the ground itself so you can't follow the same process as with the balanced signals to remove the noise.

alexan_e
  • 11,070
  • 1
  • 28
  • 62
  • "so you can't follow the same process as with the balanced signals to remove the noise." Why not? Does noise see the cable and realize, "oh wait, this one is labeled GND, so I'm not going to affect this one equally?" Does the noise see that you've inverted the cold line? Somehow I don't think noise is that smart. – Phil Frost Jan 08 '14 at 15:13
  • @PhilFrost A signal by itself has no meaning, it needs a reference point (which is the ground in this case) so how exactly can you invert the reference point? In relational to what? – alexan_e Jan 08 '14 at 15:23
  • Measuring the difference between two things is equivalent to inverting one thing and adding it to another. Why not measure the difference between ground and a single-ended audio signal? How does making a *cold* signal that's the inverted signal change anything? – Phil Frost Jan 08 '14 at 15:29
  • @Phil I may be wrong, but I think from these comments that the idea you're missing is that noise affects all of the conductors (with a given impedance) equally, adding a net gain (or loss) to each equally. When one of the signals is *inverted* it cancels out the nearly identical noise on the other side. So imagine a +1V on "hot" and a -1V on "cold" representing the desired signal. When "cold" is inverted, the result is a +2V value. If a noise spike adds +0.05V to both signals, you then have +1.05 on "hot" and -0.95 on "cold". 1.05 plus the inverted -0.95 is 2V again, and the noise is removed. – JYelton Jan 09 '14 at 19:47
  • @JYelton the problem is that it's not the "inverting" that removes the noise: it's looking at the difference between two *equal impedance* connections. Analog telephone networks have only two wires, and there is no ground, so you can't "invert" one of them. You can only look at the difference. – Phil Frost Jan 10 '14 at 01:51
2

What is "balanced" audio exactly, and why is it useful?

Balanced audio refers to the transmission of audio data as an electrical signal over a balanced line. Usually the electrical signal is an analogue one, but there are some standards for digital audio transmission over balanced line (e.g. AES-EBU).

I've read that it means there are two voltages, with one being the inverse of the other. A balanced audio receiver looks at the difference between these, and calls that the "signal".

Essentially, yes. Strictly speaking, it assumes that the difference is proportional to the original signal.

Noise should affect both halves of the balanced signal equally,

Very nearly equally, yes.

so the receiver should not see noise as signal, because it does not change the difference between the two halves.

Essentially, yes.

But this doesn't make any sense.

Yes, it does. It's very effective and widely used.

Isn't an unbalanced audio signal also a difference: the difference between ground and the signal voltage?

Not all audio signals are transmitted with reference to ground, but in cases where they are, then the answer is, "yes".

Why can't we just feed an unbalanced audio signal into a balanced audio receiver and call it balanced?

You could, but it wouldn't be balanced.

Your cable carrying the "unbalanced" audio signal would have either one or two conductors in use:

  • Signal: definitely (plus any noise). Usually carried via a conductive core;
  • Return: optionally (plus any noise). Usually carried via a conductive shield having a different impedance and different dimensions to the conductive core; usually connected to (grounded) equipment chassis at one or both ends.

Here are the two most common possibilities and their results:

  1. A (grounded) shield is used to conduct the "return" (i.e. the reference). The difference in impedance and dimensions of the two conductors means that interference will not affect them equally, so the difference between them will include some noise.
  2. No low-resistance return path exists (e.g. in the case of a single-core shielded cable with its shielding cut at one end to prevent ground loops). Any noise induced in the signal conductor will therefore persist.

Your balanced audio transmitter and receiver, by contrast, each have three conductors:

  • Hot: i.e. the signal (plus any noise). Typically connected by one core of a shielded twin-core cable.
  • Cold: i.e. the inverted signal (plus any noise). Typically connected by the other core of a shielded twin-core cable.
  • Shield: usually grounded at some point in the system as a whole. Typically connected by the shield of a shielded twin-core cable.

If you connect the signal of your "unbalanced" line to the hot pin of your receiver, then the effect will be just as for case 1. or 2. above, plus your signal's amplitude may be affected depending upon the receiver's circuitry. If you connect it instead to the cold pin, then the effect will be just as for case 1. or 2. above, plus your signal's amplitude may be affected depending upon the receiver's circuitry and you will invert the phase of your signal.

And how does making a second, inverted voltage change anything at all?

It's fairly crucial that this second voltage is conducted by one or more conductors of as close in dimensions and impedance and location to the one or more conductors carrying the uninverted voltage. That's why most balanced audio cables use a twisted pair of conductors, often with some packing material (cotton thread; fine plastic tubing; etc) to prevent the pair from separating. Here's an illustration from Canford:

Exploded drawing of Canford Helical Screened Twin audio cable

Some balanced audio cables, like StarQuad, use a pair of twisted pairs: two cores for hot, two for cold.

By creating a path for the cold signal that has very very nearly equal impedance and dimensions and location as the path for the hot signal, it minimises the difference between noise induced in the hot signal and noise induced in the cold signal, yielding a very high rejection of that noise.

If we didn't do this, wouldn't noise still affect both halves equally, and still be rejected by the receiver?

No; or at least, not to anything like the same extent.

  • Creating a return path with equal impedance is one thing. Requiring "cold" to have the opposite voltage with respect to ground as "hot" is another. Which is it? – Phil Frost Jan 08 '14 at 20:36
  • IIUC, both! The former strictly speaking, and the latter by convention. Ask an audio engineer at a recording studio or live sound venue to give you a line-level balanced out, and (s)he'll typically proffer a male XLR (or stereo pair of them, etc) with cold being out of phase to hot and both of very close impedance. However, since your comment suggests you may not be so interested in the conventions, possibly of interest to you is [this SuperUser answer](http://superuser.com/a/293526/11574) about using Cat5 (i.e. unshielded) twisted pair for audio. –  Jan 08 '14 at 23:16
1

You don't need a screen or third wire to have audio balance - I thought I'd just throw my opinion in and agree with what I think Phil is objecting to. What I've drawn below is how I perceive a balanced situation (scenario 3): -

enter image description here

Another advantage of scenario 3 is that external interfering noise sources become "balanced" on the line because the differential driver "projects" an impedance that is largely identical on both lines i.e. at any point on the cable both wires project the same impedance to ground local or otherwise.

Twisting and screening is superfluous to the question I believe but, helps a lot as we know!!

I'm not saying scenario 3 has output lines driven in antiphase but, given that the driver has all the circuitry to create a balanced "neutral" output then, it makes sense, from a signal/noise point of view, to drive both lines antiphase.

Andy aka
  • 434,556
  • 28
  • 351
  • 777