Re: Adding extra errors while transmission

Most of the times I get:-

0101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101010101010101010101010101010101010101

for transmission of :-

0101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101010101010101010101010101010101010101

*My channel model Parameters:- *

self.channel_model_0 = filter.channel_model(

  • noise_voltage=0.00,*
  • frequency_offset=0.00,*
  • epsilon=1.0,*
  • taps=([1.0, 0.25-0.25j, 0.50 + 0.10j, -0.3 + 0.2j, 0.1 - 0.01j, -0.2 +
    0.2j] ),*
  • noise_seed=3,*
  • )*

*Jay Prakash *

On Wed, Jun 19, 2013 at 09:58:38PM +0530, Jay Prakash wrote:

Most of the times I get:-

0101010101010101010101010101010101010101010101010101010101010101010101

No-one will read a bunch of 10101.
Please read
http://gnuradio.org/redmine/projects/gnuradio/wiki/ReportingErrors
and
http://gnuradio.org/redmine/projects/gnuradio/wiki/FAQ.

Before you repost, make sure you have a clear idea of the problem you’re
experiencing, and find a way to convey it to us in a clear fashion.

In your post, you also forget all relevant information, most
importantly which modulation you used, and how your receiver is
structured (or was it one of the stock receivers?).

MB


Karlsruhe Institute of Technology (KIT)
Communications Engineering Lab (CEL)

Dipl.-Ing. Martin B.
Research Associate

Kaiserstraße 12
Building 05.01
76131 Karlsruhe

Phone: +49 721 608-43790
Fax: +49 721 608-46071
www.cel.kit.edu

KIT – University of the State of Baden-Württemberg and
National Laboratory of the Helmholtz Association

If it helps, the packet framer actually inputs bytes, not bits. So thats
8 bits of information per byte. So rather than 1/0, you have 0-255 as
possibilities. – not sure if that effects your experiment, just FYI

-josh