Re: [Discuss-gnuradio] Using Scrambler

2015-01-16 Thread Daniel Batista
s that are scrambled with the "Additive Scrambler" block?Do I have to write my own block? Thank youDaniel On Tuesday, December 23, 2014 11:48 AM, Daniel Batista wrote: Hi,I want to use the scrambling polynomial: 1 + X^12 + X^17. This means the currentlytransmitted bit

[Discuss-gnuradio] Using Scrambler

2014-12-23 Thread Daniel Batista
Hi,I want to use the scrambling polynomial: 1 + X^12 + X^17. This means the currentlytransmitted bit is the EXOR of the current data bit, plus the bits thatwere transmitted 12 and 17 bits earlier.But I'm not sure what are the suitable values for Mask and Seed for the gnuradio Scramble Block.Any

Re: [Discuss-gnuradio] HDLC framer

2014-12-04 Thread Daniel Batista
2] http://gnuradio.org/doc/doxygen/page_msg_passing.html [3] http://gnuradio.org/redmine/projects/gnuradio/wiki/Guided_Tutorials On 12/02/2014 10:47 AM, Daniel Batista wrote: > Hi, I read in the documentation that HDLC framer takes in PMT > binary blobs and outputs HDLC frames as unpacked bits.I don't

[Discuss-gnuradio] HDLC framer

2014-12-02 Thread Daniel Batista
Hi, I read in the documentation that HDLC framer takes in PMT binary blobs and outputs HDLC frames as unpacked bits.I don't undestand what are the PMT binary blobs.How can I put in an HDLC frame a "Hello World" message? ThanksDaniel  ___ Discuss-gnuradi

Re: [Discuss-gnuradio] gr-tnc ImportError

2014-11-18 Thread Daniel Batista
Sorry,the error I've got is the following: ImportError: No module named satisfi On Tuesday, November 18, 2014 1:48 PM, Daniel Batista wrote: Have you ever used the gr-tnc library? (https://github.com/jmalsbury/gr-tnc)I try to run the examples that are in there and I ge

[Discuss-gnuradio] gr-tnc ImportError

2014-11-18 Thread Daniel Batista
Have you ever used the gr-tnc library? (https://github.com/jmalsbury/gr-tnc)I try to run the examples that are in there and I get the following error: ImportError: libgnuradio-tnc.so cannot open shared object file  ___ Discuss-gnuradio mailing list Discu

Re: [Discuss-gnuradio] Find a Packet in a bit stream

2014-11-12 Thread Daniel Batista
Hi Marcus, thank you again for your useful recommendations. Cheers! On Wednesday, November 12, 2014 12:37 PM, Marcus Müller wrote: Hi Daniel, On 11/12/2014 11:23 AM, Daniel Batista wrote: > I need something like the header/payload demux block. > Can you help my understand how it

Re: [Discuss-gnuradio] Find a Packet in a bit stream

2014-11-12 Thread Daniel Batista
, Marcus On 11/12/2014 10:03 AM, Daniel Batista wrote: > Hi, > How to tell my receiver to identify a specific packet through a received bit > stream? > I transmit a custom packet (with header, payload, crc16). > Is there any block in gnuradio that I can use for this purpose? > I had

[Discuss-gnuradio] Find a Packet in a bit stream

2014-11-12 Thread Daniel Batista
Hi, How to tell my receiver to identify a specific packet through a received bit stream? I transmit a custom packet (with header, payload, crc16). Is there any block in gnuradio that I can use for this purpose? I had a look on "Packet Header parser" and "parser sink" blocks, but I did't understan

[Discuss-gnuradio] FIR filter Interpolation vs Resampler

2014-11-07 Thread Daniel Batista
Hi I derive the output of a signal, both to an Interpolating FIR filter and Rational Resampler (in parallel) and then I connect them to a Time Sink (with 2 inputs). I use the same interpolation factor for both blocks (interpolation = 4). I also use in taps the same rcc filter. In Time Sink plot

Re: [Discuss-gnuradio] FunCube Dongle pro +

2014-11-01 Thread Daniel Batista
Thank you all for your help! As Marcus suggested, by passing the "-DCMAKE_CXX_FLAGS=-ludev" in cmake, I managed to solve the problem. I report here the output of the command "pkg-config --static --libs libusb-1.0": -pthread -lusb-1.0 -lrt and the output of the command: "ldd lib/libgnuradio-fcd

Re: [Discuss-gnuradio] PSK Demod block

2014-10-31 Thread Daniel Batista
, nfilts, nfilts//2, self._timing_max_dev) ... On Fri, Oct 31, 2014 at 3:16 PM, Daniel Batista wrote: Hi, >do you know if the default PSK Demodulation block does any frecuency >correction or time recovery? >After running some tests, I have noticed that when I use a Channel Model >betw

Re: [Discuss-gnuradio] FunCube Dongle pro +

2014-10-31 Thread Daniel Batista
>This is because the version of the libusb library you have is too old to have >that particular API call in it. I use ubuntu 12.04 and libusb-1.0-0-dev Do you what version of libusb is compatible?___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.or

[Discuss-gnuradio] PSK Demod block

2014-10-31 Thread Daniel Batista
Hi, do you know if the default PSK Demodulation block does any frecuency correction or time recovery? After running some tests, I have noticed that when I use a Channel Model between PSK mod and PSK demod, I successfully decode my data even I have a small frecuency offset or time offset (Epsilo

[Discuss-gnuradio] FunCube Dongle pro +

2014-10-31 Thread Daniel Batista
Hi, I have installed GNU Radio Companion 3.7.5 and the gr-fcdproplus from dl1ksv/gr-fcdproplus (GitHub). By simpy connecting the fcdproplus block with an fft sink I receive the following error: File "/home/duthsat/top_block.py", line 15, in import fcdproplus File "/usr/local/lib/python2.7