LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Measure SNR (dB) of Signal (IQs) and adding AWGN for different SNRs

I am reading a wav file in which there are IQs (IQIQIQ....).I want to know the SNR of this signal and want to make copies of signal of different SNRs (5, 10, 15, 20, 25, 30) by adding AWGN.Kindly find attached VI and .wav file.

0 Kudos
Message 1 of 2
(1,087 Views)

Hi sets,

 


@sets wrote:

I am reading a wav file in which there are IQs (IQIQIQ....).


When the I and Q samples are interleaved then you should decimate the waveform sample array:

 


@sets wrote:

I want to know the SNR of this signal and want to make copies of signal of different SNRs (5, 10, 15, 20, 25, 30) by adding AWGN.


Do you know the formulas you want to apply on your data?

What have you tried and where are you stuck?

 

(Btw. it often helps to explain the abbrevations used in your text, like SNR and AWGN…)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(1,077 Views)