Hello Antonio,
Please take the habit of replying to the list. People might get into the same problems or someone might have some knowledge to share.2015-09-01 13:50 GMT+02:00 ANTONIO TAMAYO <atamayo2703@gmail.com>:
Hello Jawad,I have tried to use the delay block but I keep having the same problem. I have attached an image of how I used the block. I also attached an image of the value of BER obtained, whenever I make changes to the delay block I get the value of 0.1251. So the problem is not resolved. Also, I tried change the paremeter simbol per bit in the Error Rate block, but the problem persists. What is the optimal value for this parameter? Regarding the use of the throttle block I tried to run this diagram without him and the value BER is the same.Thank you for answering my emails, your answers are very useful.I've included our previous emails in the end of this email. Thank you.Regards,Antonio-----------------------------------------------------------------------------------------------------------------------> Hello,>> I'm doing my College final project about gnuradio companion. Specifically> I have to calculate the BER with OFDM using different modulations to the> subcarriers. After that, I have to do a graphic with the BER numbers. The> configuration I use is in the image attached.> When I'm using GRC to calculate BER I always have the same problem. First> I try to simulate without introducing any noise and get a BER data. Then I> try to introduce AWGN noise and the BER data is the same. Clearly I'm> making a mistake, but I'm not able to identify what it is. In view of the> configuration used, someone could tell me which are my mistakes?> Also, I would like to know how to configure the block Channel Model> correctly.>> Thank you all.>Date: Mon, 31 Aug 2015 14:41:10 +0200From: Jawad Seddar <jawad.seddar@gmail.com>To: gnuradio mailing list <discuss-gnuradio@gnu.org>Subject: Re: [Discuss-gnuradio] How to calculate BER in differentmodulations with OFDM using GNURadio CompanionMessage-ID:Content-Type: text/plain; charset="utf-8"Hi Antonio,The problem might be due to delay introduced by the processing blocks.Your OFDM modulator and demodulator don't work instantaneously, they takesome time to do their processing and forward their outputs to the nextblock in line. Therefore, there is a delay between the output of the OFDMdemod block and the original signal.What you need to do is add a delay block between your Random source and theBER block and set the delay properly.When you're not adding any noise, your BER should be 0. So you can try tofind the delay value this way.Then add noise and see how your BER evolves.I hope this helps.Regards,Jawad
No comments:
Post a Comment