How does coding affect signal interference in digital communication systems?

AI Thread Summary
The discussion focuses on the impact of channel coding on signal interference in digital communication systems operating simultaneously on the same frequency. Two systems are analyzed: one using channel coding with a code rate Rc and the other without. Participants debate the correct formulation of the signal-to-interference-plus-noise ratio (SINR) for both systems, emphasizing the role of coding gain and bandwidth differences. It is clarified that the coding gain reduces the interfering power from the coded system, affecting the performance of the uncoded system. The conversation highlights the complexities of quantifying interference in shared bandwidth scenarios.
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:

SINR_1=\frac{SNR_1\,R_c}{1+SNR_2}

and

SINR_2=\frac{SNR_2}{1+SNR_1\,R_c}
?

Thanks
 
  • Like
Likes 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:

SINR_1=\frac{SNR_1\,R_c}{1+SNR_2}

and

SINR_2=\frac{SNR_2}{1+SNR_1\,R_c}
?

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.

SNR_1=\frac{P_1}{P_2\,R_c+N_0\,W_1}

and

SNR_2=\frac{P_2\,R_c}{P_1+N_0\,W_2}

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

SNR_1=\frac{P_1}{P_2\,R_c+N_0\,W_1}

and

SNR_2=\frac{P_2\,R_c}{P_1+N_0\,W_2}

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
<br /> SNR_1=\frac{P_1R_c}{P_2+N_0\,W_1}<br />

and

<br /> SNR_2=\frac{P_2}{P_1R_c+N_0\,W_2}<br />

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

and

<br /> SNR_2=\frac{P_2}{P_1R_c+N_0\,W_2}<br />

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.
 
Back
Top