What is the value of $a/b/c$?

186 Views Asked by At

What is the value of $$a/b/c,$$

for $a,b,c>0$?

Is it $ac/b$ or $a/bc$?

I get confused about this when I was studying wireless communications. The unit of the spectral efficiency is defined as $bit/second/Hz$.

  • if it is $ac/b$ then the unit of spectral efficiency will be $bit Hz/second$ which is $bit/second^2$; and
  • if it is $a/bc$ then I will have $bit/secondHz$ so it is simply $bit$.

Hence, I guess

$$a/b/c=a/bc.$$

But that's not true, isn't it?

3

There are 3 best solutions below

0
On BEST ANSWER

Answering the question you really seemed to want to ask.

Yes. Bits per second per Hertz comes to just bits. But, it needs to interpreted. That unit is used when you are using a channel with a given bandwith $W$ (measure in Hertz, so for example you may have access to a band of width $W=5$ MHz). Then if you use that channel with efficiency of $k$ bits/second/Hertz for a time slice of length $T$ (seconds), you expect to transmit $kTW$ bits. The Hertz's and seconds cancel, and this gives a pure number of bits. As you would expect: if you double your time you double the number of transmitted bits, if you double your bandwidth you again double the number of bits you can transmit.

For details about the definition of spectral efficiency you probably want to ask at DSP.SE. I will add that often spectral efficiency is measure in bpcu (= bits per channel use). I'm not a telcomm engineer, so I won't say whether you include things like FEC code rate into spectral efficiency, or whether you just take into account the modulation scheme (such as QPSK-modulation = 2 bpcu, 16-QAM = 4 bpcu et cetera).

3
On

That depends on where you choose to put the big fractions because $\frac{\frac ab}{c}\not=\frac{a}{\frac bc}$, the term $a/b/c$ is ambiguous.

0
On

It's a bit ambiguous without parentheses, but usually I would perform equivalent operations from left to right. So it would be

$$(a/b)/c = \frac{a/b}{c} = \frac{a}{b}\frac{1}{c} = \frac{a}{bc}$$

In this case you're dealing with physical units, so think about what spectral efficiency is trying to say. It's supposed to be a measure of how fast information can be transmitted with a given frequency range. It's the information "velocity" for a given bandwidth. If my communication system can transfer $100 bit/s$ with a $5Hz$ bandwidth, we would expect the spectral efficiency to be $20$ of some unit. In other words we're dividing

$$\frac{100bit/s}{5Hz}= 20\frac{bit/s}{Hz}$$

So the unit is (bit/s)/Hz.