Re: [Discuss-gnuradio] USRP source gain vs osmocom source gain?

2019-06-11 Thread Cinaed Simson
On 6/11/19 3:33 PM, Eamon Heaney wrote: > Hey all, > > I'm trying to turn the wifi receiver flowgraph in this repo > (https://github.com/bastibl/gr-ieee802-11/blob/maint-3.8/examples/wifi_rx.grc) > into one that will work with the HackRF. > > The example uses a USRP source, with a normalized gain

[Discuss-gnuradio] USRP source gain vs osmocom source gain?

2019-06-11 Thread Eamon Heaney
Hey all, I'm trying to turn the wifi receiver flowgraph in this repo ( https://github.com/bastibl/gr-ieee802-11/blob/maint-3.8/examples/wifi_rx.grc) into one that will work with the HackRF. The example uses a USRP source, with a normalized gain of .75. I'm not sure how to translate that into para

Re: [Discuss-gnuradio] Live fm detection gr-inspector

2019-06-11 Thread CEL
Hi Daniel, please remember to be specific when asking a question: "best way" is a bit ambiguous, and "I'm not getting a good result" definitely is insufficient for us to help you make things work better. What doesn't work sufficiently well? What happens instead? Best regards, Marcus On Tue, 201

[Discuss-gnuradio] Live fm detection gr-inspector

2019-06-11 Thread Daniel Andres Palacios
Hi to everyone. What is the best way to receive all fm modifications. I'm usigin an B200 USRP. I think that putting the center frequency at 98M and a bandwidth of 20M is a good way,but I'm not getting a good result. The idea is to detect all fm center frequencies using gr-inspector __

Re: [Discuss-gnuradio] Gnuradio life cycle

2019-06-11 Thread CEL
Hi Daniel, no, that's not right. In your program, whatever that is, if it wants to use GNU Radio: You set up a bunch of blocks – to even instantiate them, their constructors must return – and then tell the GNU Radio top_block to connect them. After you've done with that, you tell the top_block

Re: [Discuss-gnuradio] Store in a variable the output of the grinspector's blocks.

2019-06-11 Thread Daniel Andres Palacios
Ok. Thank you. I managed to get the messages from the debug block. Now, I have to deal with types conversation. Thanks On Tue, Jun 11, 2019 at 7:59 AM Müller, Marcus (CEL) wrote: > But the debug block does exactly what you need: store the data and thus > allow for analysis. Why don't you want

[Discuss-gnuradio] Gnuradio life cycle

2019-06-11 Thread Daniel Andres Palacios
Hello to everyone. Could somebody explain me what is the life cycle of a gnuradio program? I understand that all the action occurs in the constructor of the main class. Am I right? ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.

Re: [Discuss-gnuradio] Output files in the VITA 49 format

2019-06-11 Thread CEL
Hi Sara, stock GNU Radio indeed doesn't include any VITA49 I/O capabilities. I'm not aware of any GNU Radio out-of-tree module that you could use to gain that. I know that Josh Blum wrote a VITA49 serializer for GREX, but that's not compatible with GNU Radio. It might serve you as inspiration fo

Re: [Discuss-gnuradio] Output files in the VITA 49 format

2019-06-11 Thread Marcus D. Leech
On 06/11/2019 09:22 AM, Sara Kim wrote: Hi, I'm very new to gnu radio. I have gnu radio companion running in Ubuntu on a VM via VirtualBox. I'm using a USRPB200. I'm not understanding how I take the raw IQ data received by my USRP B200 and output it into a file that's in the VITA 49 format wit

Re: [Discuss-gnuradio] OFDM

2019-06-11 Thread Michael Dickens
Hi Farid - I'll reply off list since this is pretty technical; we can summarize back on list if appropriate. - MLD On Sat, Jun 8, 2019, at 1:19 PM, farid mihoub wrote: > Hello, > I am trying to change the OFDM_tx_rx payload modulation by a custom 64kQAM, > I implemented the block in several ways,

Re: [Discuss-gnuradio] names to use for ubuntu package manager to get install GNURadio

2019-06-11 Thread CEL
Hi, a full agreement from my side: especially when using Ubuntu 19.04, you get a pretty recent GNU Radio. If you want to talk to your hackRF, you need gr-osmosdr, too, so sudo apt install gnuradio gr-osmosdr and the thing is set up. Best regards, Marcus On Tue, 2019-06-11 at 10:18 -0400, Micha

Re: [Discuss-gnuradio] names to use for ubuntu package manager to get install GNURadio

2019-06-11 Thread Michael Dickens
Hi geraldfenkell - On modern Ubuntu, you should be able to just issue "sudo apt install gnuradio" and after some ado GNU Radio will be installed. See also < https://wiki.gnuradio.org/index.php/InstallingGR#Linux >. The HackRF software interface should be pretty easily installable on Ubuntu (or

[Discuss-gnuradio] names to use for ubuntu package manager to get install GNURadio

2019-06-11 Thread geraldfenkell
2019-06-11 I have successfully installed GNURadio on my Windows 10 machine and also have a live usb thumb drive for two versions of ubuntu (18.04.2 and 19.04). I now wish to use the package manager for these ubuntu systems to apt get install GNURadio and companion. I do not know the name

[Discuss-gnuradio] Output files in the VITA 49 format

2019-06-11 Thread Sara Kim
Hi, I'm very new to gnu radio. I have gnu radio companion running in Ubuntu on a VM via VirtualBox. I'm using a USRPB200. I'm not understanding how I take the raw IQ data received by my USRP B200 and output it into a file that's in the VITA 49 format within gnu radio companion. There are some file

Re: [Discuss-gnuradio] Store in a variable the output of the grinspector's blocks.

2019-06-11 Thread CEL
But the debug block does exactly what you need: store the data and thus allow for analysis. Why don't you want to use it? Sounds like the right tool. On Tue, 2019-06-11 at 03:03 -0500, Daniel Andres Palacios wrote: > Hi. Thanks for your reply. > > The signal extractor block's output is a vector

Re: [Discuss-gnuradio] Store in a variable the output of the grinspector's blocks.

2019-06-11 Thread Daniel Andres Palacios
Hi. Thanks for your reply. The signal extractor block's output is a vector of tuples with center frequency an band width. I want to know the length of the vector without using the debug block. And store the data for further processing. On Tue, Jun 11, 2019, 02:22 Müller, Marcus (CEL) wrote: > T

Re: [Discuss-gnuradio] RTTY receiver

2019-06-11 Thread Gisle Vanem
Cinaed Simson wrote: It builds find on my ARM 64 Odroid running jessie. Maybe it just doesn't build on the raspberry pi 3. I'm running a slightly dated version of gnuradio - 3.7.12git-295-ga0adcd33. Just out of curiosity, I built using MSVC-2017. The only issue I found was the need to add a '#

Re: [Discuss-gnuradio] Store in a variable the output of the grinspector's blocks.

2019-06-11 Thread CEL
There's the function probes. Using that is almost always a sign of bad design; what do you want to achieve that way? Best regards, Marcus On Sun, 2019-06-09 at 19:23 -0500, Daniel Andres Palacios wrote: > > Hi everyone > it is there a way to get and store in a variable the output of gr- > inspe

Re: [Discuss-gnuradio] RTTY receiver

2019-06-11 Thread CEL
Yeah, char signedness is compiler-dependent (and can be configured with -f[un]signed-char in GCC). Neither C nor C++ specify a "default" signedness in the standard. So, if you want to do arithmetic on chars, you need to specify which data type you'd want – signed char or unsigned char. That's wha