08-19-2021 02:31 AM
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.
08-19-2021 03:11 AM - edited 08-19-2021 03:12 AM
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…)