Re: [Discuss-gnuradio] gr-cdma doxygen build

2017-03-29 Thread Murray Thomson
Thanks for your reply Achilleas. Do you have a compiled version of the documentation you could share? A pdf or html format would be very handy if I can't solve the problem. Regards, Murray On 29 March 2017 at 18:21, Achilleas Anastasopoulos wrote: > Hi Murray, > > although I

Re: [Discuss-gnuradio] gr-ieee 802.11 and commercial AP (late ACK packets)

2017-03-29 Thread Saulo Queiroz
An interesting question is whether more powerful SDR (e.g. E310) should manage to do that (DATA+SIFS+ACK). RFNoC may facilitate the FPGA design... 2017-03-29 17:19 GMT-03:00 Bastian Bloessl : > Hi, > > On 03/29/2017 01:11 PM, sumitstop wrote: > > Hi, > > > > With gr-ieee

Re: [Discuss-gnuradio] gr-ieee802_11 not able to send or receive packets.

2017-03-29 Thread Bastian Bloessl
Hi, On 03/29/2017 07:01 PM, Anshul Thakur wrote: > > > You could also test different RX/TX gains and parameters for the padding > block (I don't have a BladeRF, so I have no experience). Also assert > that there are no overruns or underruns. > > I altered the values of gains and

Re: [Discuss-gnuradio] gr-ieee 802.11 and commercial AP (late ACK packets)

2017-03-29 Thread Bastian Bloessl
Hi, On 03/29/2017 01:11 PM, sumitstop wrote: > Hi, > > With gr-ieee 802.11, I know that SIFS cannot be respected becz of USB delays > (B210), but what we can also try is that : sending ACK packet before all the > layer-2 retries are exhausted ! Instead of sending ACK withing 10 microsecs. > >

Re: [Discuss-gnuradio] [GSoC] GNU Radio Companion Extensions: Output C++ Code

2017-03-29 Thread Martin Braun
There's another thing: On 3.8, we'll be going to a different model of writing GRC bindings (YAML-based). It's difficult to summarize the changes, but basically, don't assume that we'll be using XML files forever. -- M On 03/29/2017 08:52 AM, Ben Hilburn wrote: > Hi Håkon - > > Welcome! I'm

Re: [Discuss-gnuradio] SdrPlay source block for gnu radio

2017-03-29 Thread Marcus Müller
As said, Hannu just as the gr-osmosdr project, which already has an SDRPlay interface, have the same legal trouble: since the SDRplay library is not GPL-compatible, neither can ship binaries, just well-portable code :( On 03/29/2017 07:39 PM, Arie Kleingeld PA3A wrote: > > Yes Hannu, > > I have

Re: [Discuss-gnuradio] SdrPlay source block for gnu radio

2017-03-29 Thread Arie Kleingeld PA3A
Yes Hannu, I have been trying to get the SDRPlay to work with GNUradio in W10 / W7 / Ubuntu, but up till now not succesful. 73 Arie Op 28-3-2017 om 23:15 schreef Hannu R: I wrote a source block for sdrplay (http://www.sdrplay.com/rsp1/). It is done in c++ uses a shared library from

Re: [Discuss-gnuradio] Perfect Reconstruction Filter and GNURadio

2017-03-29 Thread Eng. Bruno Taranto Alvim
Hi Julian! I'll... Thank you! Cheers, *BRUNO * *E**E* *ngineer **+*55 21 981 246 269 2017-03-29 14:27 GMT-03:00 Julian Arnold : > Hey Bruno, > > you could take a look at the guided tutorials. Especially [1] is also > talking about matched filtering. > > Cheers, >

Re: [Discuss-gnuradio] Perfect Reconstruction Filter and GNURadio

2017-03-29 Thread Marcus Müller
Hi Bruno, welcome to the mailing list! Interpolation and Decimation filters are fundamental components of GNU Radio. Just use a "low pass filter" with a "decimation" or "interpolation" that is not 1. How to do that is covered by reading the guided tutorials: http://tutorials.gnuradio.org I

Re: [Discuss-gnuradio] Perfect Reconstruction Filter and GNURadio

2017-03-29 Thread Julian Arnold
Hey Bruno, you could take a look at the guided tutorials. Especially [1] is also talking about matched filtering. Cheers, Julian [1] https://wiki.gnuradio.org/index.php/Guided_Tutorial_PSK_Demodulation On 03/29/2017 07:14 PM, Eng. Bruno Taranto Alvim wrote: > Hi! > > My name is Bruno, i'm

Re: [Discuss-gnuradio] gr-cdma doxygen build

2017-03-29 Thread Achilleas Anastasopoulos
Hi Murray, although I am the author of gr-cdma I do not know how to help you with this. I am using doxygen etc as a user, not a developer, so I wouldn't even know where to start. For what it's worth, I have developed and tested this module on Fedora 21. Hope someone else in the list can help on

[Discuss-gnuradio] Perfect Reconstruction Filter and GNURadio

2017-03-29 Thread Eng. Bruno Taranto Alvim
Hi! My name is Bruno, i'm from Rio, Brazil. I'm a master's student in electrical engineering, applied electromagnetism. I need to do a home work about perfect reconstruction filter, interpolation and decimation, using GNU Radio. Could you direct me to some GNU Radio articles on the subject?

Re: [Discuss-gnuradio] [GSoC] GNU Radio Companion Extensions: Output C++ Code

2017-03-29 Thread Håkon Vågsether
Woops, forgot to actually add the link. gsoc.pdf Sorry! :) Best regards, Håkon Vågsether 29. mar. 2017 5.53 p.m. skrev "Håkon Vågsether" : Hi Marcus, thank you for your feedback! You've

Re: [Discuss-gnuradio] [GSoC] GNU Radio Companion Extensions: Output C++ Code

2017-03-29 Thread Ben Hilburn
Hi Håkon - Welcome! I'm really excited to see someone tackling C++ Code Generation. As Marcus said, it's something that people have been asked about for years, and it would be great to get it implemented. A few questions / suggestions on your proposal: - As Marcus mentioned, simple proposals

Re: [Discuss-gnuradio] [GSOC17 - Draft proposal] Implement SigMF functionality for GNU Radio

2017-03-29 Thread Ben Hilburn
Hi Kostis - So the SigMF spec is designed specifically to enable writing the metadata > and dataset files in a streaming manner. The spec is careful not to dictate > how applications create SigMF recordings, so it's not a problem if you > write a bunch of stuff and then after you finish streaming

Re: [Discuss-gnuradio] [GSOC17 - Draft proposal] Implement SigMF functionality for GNU Radio

2017-03-29 Thread Ben Hilburn
Hey Bastian - > No, they cannot. If your capture details aren't changing (center > > frequency, bandwidth, etc.,), then you can stream the annotations as > > they are continuous, but you can't hop back and forth between them. > > But that means in all but the simples case the metadata cannot be >

[Discuss-gnuradio] gr-ieee 802.11 and commercial AP (late ACK packets)

2017-03-29 Thread sumitstop
Hi, With gr-ieee 802.11, I know that SIFS cannot be respected becz of USB delays (B210), but what we can also try is that : sending ACK packet before all the layer-2 retries are exhausted ! Instead of sending ACK withing 10 microsecs. In this way, the throughput will be down for sure but the

[Discuss-gnuradio] SdrPlay source block for gnu radio

2017-03-29 Thread Hannu R
I wrote a source block for sdrplay (http://www.sdrplay.com/rsp1/). It is done in c++ uses a shared library from sdrplay for usb and accessing the sdrplsy. So it is not all open source, just the gnuradio block code. Is there interest in this? Hannu

Re: [Discuss-gnuradio] gr-ieee 802.11 transceiver, Trouble with the received packets

2017-03-29 Thread Bastian Bloessl
Hi, please keep the conversation on the list. On 03/29/2017 05:43 AM, Cristian Rodríguez wrote: > It is very bad. I was trying and trying these days and i can't receive > all the samples. What do you think, is a enough processor frequency so i > can get the samples?. In this moment i have a core