ใช่คุณสามารถเพิ่ม AWGN ความแปรปรวนแยกแต่ละสองแง่เพราะผลรวมของสอง Gaussians ยังเป็นแบบเกาส์และผลต่างของพวกเขาเพิ่มขึ้น สิ่งนี้จะมีผลเช่นเดียวกับการเพิ่ม AWGN ของความแปรปรวน2 σ 2ให้กับสัญญาณดั้งเดิม ต่อไปนี้เป็นคำอธิบายเพิ่มเติมหากคุณสนใจσ22σ2
สัญญาณการวิเคราะห์สามารถเขียนได้ในองค์ประกอบในเฟสและการสร้างพื้นที่สี่เหลี่ยมจัตุรัสเป็นx(t)=a(t)sin(2πft+φ(t))
x(t)=I(t)sin(2πft)+Q(t)cos(2πft)
ที่และQ ( T ) = ( T ) บาป( φ ( T ) ) หากคุณต้องการเพิ่ม AWGN ไปยังสัญญาณดั้งเดิมของคุณเป็นx ( t ) + u ( t )โดยที่คุณ( t ) ∼ N ( μ , σ 2I(t)=a(t)cos(φ(t))Q(t)=a(t)sin(φ(t))x(t)+u(t)u(t)∼N(μ,σ2), then you can add AWGN to each of the terms as
y1(t)=[I(t)sin(2πft)+v(t)]+[Q(t)cos(2πft)+w(t)]
where v(t),w(t)∼N(μ/2,σ2/2)
Also note that because the in-phase and quadrature terms are additive, the AWGN can also be simply added to either of the two terms in the IQ representation of x(t) above. In otherwords,
y2=I(t)sin(2πft)+[Q(t)cos(2πft)+u(t)]
y3=[I(t)sin(2πft)+u(t)]+Q(t)cos(2πft)
are statistically equivalent to y1, although I prefer using y1 because I don't have to keep track of which component has noise added to it.