1

If we have two RF signals of 900Mhz and 1800Mhz both of equal Bandwidth 20Mhz which one has higher data rate?

Shashank
  • 51
  • 1
  • 5

3 Answers3

4

The value 900MHz and 1800MHz refer only to the carrier frequency. A pure perfect sine wave doesn't transmit / carry any information. Only when some parameter of the carrier changes, is data transmitted. This process is called modulation. The parameter could be something like frequency, phase, amplitude etc. More frequently you change the parameter, more data gets transmitted. The frequency with which you modulate the chosen parameter determines the bandwidth. So a signal with higher bandwidth transmits data at a higher rate. Two signals with same bandwidth and modulation scheme at two different carrier frequencies transport data at the same rate.

AJN
  • 3,756
  • 1
  • 9
  • 20
  • Does that frequency of changing parameters remains at a constant rate or oscillates b/w more frequent changing to less frequent changing giving us a BW; is that right? – Shashank May 14 '20 at 17:05
  • 1
    The frequency with which the parameter changes is determined by the frequency of the original message signal you are trying to transmit. Say, it is a human voice signal, its frequency will be within 20kHz. – AJN May 14 '20 at 17:12
  • Let's say two message signals with BW 2k-20khz and other with 4k-10khz now the first signal has more BW ,does it mean it can accommodate more symbols than second one? So more sample rate and a better data rate? Is this correct? – Shashank May 15 '20 at 07:14
3

The Shannon–Hartley theorem.

enter image description here

If the signal to noise ratio is identical for both systems and they are both presumed to use the same modulation method, the data rate (C) is proportional to B, bandwidth and nothing to do with the carrier frequency.

Andy aka
  • 434,556
  • 28
  • 351
  • 777
  • @Shashank - if you are finished with this question now please select one answer for formal acceptance. If you still have questions then leave a comment. – Andy aka Jun 01 '20 at 08:34
1

If, as you say, everything about the two systems is the same (modulation, etc.), and the only difference is in the carrier frequency (one at 900 MHz, the other at 1800 MHz), then the data rate would be the same, ideally.

In practice, if there's more interference in one band than other, if the performance of RF components varies from one band to the other, etc., you may observe differences. But I don't think that's what you asking about in this question? So, then the answer would be that they are the same.

auspicious99
  • 326
  • 5
  • 17