How does coding affect signal interference in digital communication systems?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
8 replies · 2K views
EngWiPy
Messages
1,361
Reaction score
61
Hello all,

The following question is related to digital communication systems.

I am studying two systems operating at the same time and on the same frequency. Each system consists of one transmitter and one receiver. However, one of them, let us say system 1, is using channel coding with code rate Rc, while the other one (system 2) is not. Let SNR1 and SNR2 denote the signal-to-noise ratio (SNR) per uncoded symbol at system 1's and system 2's receivers, respectively, when no interference is present.

I want to quantify SINR1 and SINR2, where SINRi is the signal-to-interference-plus-noise ratio (SINR) at system i's receiver. Is the following correct:

[tex]SINR_1=\frac{SNR_1\,R_c}{1+SNR_2}[/tex]

and

[tex]SINR_2=\frac{SNR_2}{1+SNR_1\,R_c}[/tex]
?

Thanks
 
  • Like
Likes   Reactions: berkeman
Engineering news on Phys.org
S_David said:
Hello all,

The following question is related to digital communication systems.

I am studying two systems operating at the same time and on the same frequency. Each system consists of one transmitter and one receiver. However, one of them, let us say system 1, is using channel coding with code rate Rc, while the other one (system 2) is not. Let SNR1 and SNR2 denote the signal-to-noise ratio (SNR) per uncoded symbol at system 1's and system 2's receivers, respectively, when no interference is present.

I want to quantify SINR1 and SINR2, where SINRi is the signal-to-interference-plus-noise ratio (SINR) at system i's receiver. Is the following correct:

[tex]SINR_1=\frac{SNR_1\,R_c}{1+SNR_2}[/tex]

and

[tex]SINR_2=\frac{SNR_2}{1+SNR_1\,R_c}[/tex]
?

Thanks
I am not sure about your approach here. For instance, why does the coding gain of RX1 influence the performance of RX2? Are both systems occupying the same bandwidth? Would it not be clearer to work out the performance of each channel using signal powers, noise powers, interfering powers and coding gains?
 
tech99 said:
... Are both systems occupying the same bandwidth? ...

That is right, both are operating at the same frequency and at the same time.

tech99 said:
... Would it not be clearer to work out the performance of each channel using signal powers, noise powers, interfering powers and coding gains?

I thought that is what I am doing, isn't it?

Thanks
 
I think I know what you meant.

[tex]SNR_1=\frac{P_1}{P_2\,R_c+N_0\,W_1}[/tex]

and

[tex]SNR_2=\frac{P_2\,R_c}{P_1+N_0\,W_2}[/tex]

where W1 and W2 are the bandwidth of system 1 and 2, respectively. Right?
 
S_David said:
I think I know what you meant.

[tex]SNR_1=\frac{P_1}{P_2\,R_c+N_0\,W_1}[/tex]

and

[tex]SNR_2=\frac{P_2\,R_c}{P_1+N_0\,W_2}[/tex]

where W1 and W2 are the bandwidth of system 1 and 2, respectively. Right?
In case 1, I think the interfering power P2 is reduced by the coding gain Rc, not increased. Also notice that the two bandwidths are different and this might not be representative of the real world where all the spectrum must be shared.
 
tech99 said:
In case 1, I think the interfering power P2 is reduced by the coding gain Rc, not increased. Also notice that the two bandwidths are different and this might not be representative of the real world where all the spectrum must be shared.
Also, second equation, not sure why you show coding gain for RX2 when this system does not employ coding? P1 is wider band than W2 so I think you can reduce P1 by the coding gain Rc.
 
tech99 said:
In case 1, I think the interfering power P2 is reduced by the coding gain Rc, not increased. Also notice that the two bandwidths are different and this might not be representative of the real world where all the spectrum must be shared.
My mistake. I meant to write
[tex] SNR_1=\frac{P_1R_c}{P_2+N_0\,W_1}[/tex]

and

[tex] SNR_2=\frac{P_2}{P_1R_c+N_0\,W_2}[/tex]

Is it correct now?
 
Last edited:
S_David said:
My mistake. I meant to write
[tex] SNR_1=\frac{P_1R_c}{P_2+N_0\,W_1}[/tex]

and

[tex] SNR_2=\frac{P_2}{P_1R_c+N_0\,W_2}[/tex]

Is it correct now?
I think SNR1 looks OK. With SNR2, I am thinking that the interfering power P1 is divided by Rc, because the bandwidth of channel 1 is wider, so the interference into channel 2 is reduced.
 
tech99 said:
I think SNR1 looks OK. With SNR2, I am thinking that the interfering power P1 is divided by Rc, because the bandwidth of channel 1 is wider, so the interference into channel 2 is reduced.

Yes, the interfering power is reduced from system 1, and this reduction is due to coding. Remember Rc is not the coding gain, it is the code rate which is less than 1, hence P1*Rc<P1.