discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] Channel Model


From: monika bansal
Subject: [Discuss-gnuradio] Channel Model
Date: Wed, 5 Aug 2015 16:55:54 +0530

Hii

I am using channels.channel_model as

channels_channel_model_0 = channels.channel_model(
noise_voltage = self.EbN0_to_noise_voltage(EbN0),
frequency_offset=0.0,
epsilon=1.0,
taps=(1.0 + 0j, ),
noise_seed=RAND_SEED,
block_tags=True
)  

in the place of Add and Noise_Source in berawgn.py file.. But the BER is not following the theory curve. I am attaching the curve i got.

What does this channel model do ? Can someone please explain it. 



Attachment: figure_5.png
Description: PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]