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

2019-06-12 Thread CEL
h > > On Tue, Jun 11, 2019 at 12:27 PM Daniel Andres Palacios > wrote: > > 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

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

2019-06-12 Thread CEL
nks > > > > 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 to use it? Sounds like the right > > > tool. > &g

Re: [Discuss-gnuradio] Serial to parallel conversion

2019-06-12 Thread CEL
You want a vector to stream (not to "stream*s*") block. The reality is that what OFDM block diagrams typically show as "parallel to serial" block is usually not actually there in software or hardware architecture. Authors just put these in there to say "hey, look, we consider these consecutive

Re: [Discuss-gnuradio] RTTY receiver

2019-06-12 Thread CEL
Hi Barry, On Wed, 2019-06-12 at 06:59 -0400, ba...@dcsmail.net wrote: > Hi Kyeong, > > 1) In lib/radioteletype/baudot_encode_bb.h I tried replacing "static > const char" with "static const signed char", but it caused complications > in radioteletype/baudot_encode_bb.cc, so I took an alternate

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,

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] 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

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,

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

2019-06-11 Thread CEL
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: > > There's the function probes. > >

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- >

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

Re: [Discuss-gnuradio] Determining distance from OFDM signals

2019-06-08 Thread CEL
Hi Qasim, a) it's so nice to see you drop in here from time to time :) b) that's true! But reality is even better; the back and forth exchange isn't strictly necessary. c) I finally find the time to write down what I wanted to write. ## First, agreeing with you: One can basically emulate the

Re: [Discuss-gnuradio] Determining distance from OFDM signals

2019-06-07 Thread CEL
Well, you can go ahead and at least to a degree enforce a known relative phase between transmitter and receiver, but yeah, without extensive external synchronization effort (e.g. GPSDOs – hi there, u- blox :) ), the receiver phase is random relative to the transmitter's phase. So, the distance

Re: [Discuss-gnuradio] query regarding wav file recording through wav file sink block

2019-06-07 Thread CEL
ading software. GNU Radio maps -1 to +1 to the full scale of the wav file's sample format. Other software might do something else. Best regards, Marcus > With Best Regards, > Maitry Raval, > > > - Original Message - > From: "Marcus Müller, CEL" > To: &qu

Re: [Discuss-gnuradio] Request for comment: FFT optimizations

2019-06-07 Thread CEL
ntation I could find is [0] and this seems like some > Intel > wrapper that is not part of FFTW?! > > Cheers > Johannes > > [0] > http://sep.stanford.edu/sep/claudio/Research/Prst_ExpRefl/ShtPSPI/intel/mkl/10.0.3.020/interfaces/fftw3xf/wrappers/fftwf_execute_dft.c >

Re: [Discuss-gnuradio] query regarding wav file recording through wav file sink block

2019-06-07 Thread CEL
al, record > it in txt file and remove noise as well resample it to 48k in order > to save that downcoverted signal to wav file sink. > > With Best Regards, > Maitry Raval, > > - Original Message - > From: "Marcus Müller, CEL" > To: "maitry raval

Re: [Discuss-gnuradio] Request for comment: FFT optimizations

2019-06-06 Thread CEL
Hi Albin, no, it's not been discussed on the list, as far as my memory reaches. We're talking about gr:fft:fft_vcc, right? Because that output memory shifting only happens when you set shift = 1 in the constructor. I don't have any hard feelings about whether to shift the output or perform an

Re: [Discuss-gnuradio] query regarding wav file recording through wav file sink block

2019-06-05 Thread CEL
- Original Message - > From: "Marcus Müller, CEL" > To: "maitry raval" > Cc: "discuss-gnuradio" > Sent: Tuesday, 4 June, 2019 13:01:55 > Subject: Re: query regarding wav file recording through wav file sink > block > > Ok, there's no W

Re: [Discuss-gnuradio] query regarding wav file recording through wav file sink block

2019-06-04 Thread CEL
gt; > > - Original Message ----- > From: "Marcus Müller, CEL" > To: "maitry raval" > Cc: "discuss-gnuradio" > Sent: Tuesday, 4 June, 2019 08:56:22 > Subject: Re: query regarding wav file recording through wav file sink block > > Fran

Re: [Discuss-gnuradio] query regarding wav file recording through wav file sink block

2019-06-04 Thread CEL
sample rate and 8 bits per sample, my recorded > wavfile shows a very low amplitude signal, the screenshot is attached, please > check. > > > With Best Regards, > Maitry Raval, > > > - Original Message - > From: "Marcus Müller, CEL" > To: &quo

Re: [Discuss-gnuradio] query regarding wav file recording through wav file sink block

2019-06-04 Thread CEL
omeone guide. > > > With Best Regards, > Maitry Raval, > > - Original Message - > From: "Maitry Raval" > To: "Marcus Müller, CEL" > Cc: "discuss-gnuradio" > Sent: Monday, 3 June, 2019 10:14:11 > Subject: Re: [Discuss-gnuradi

Re: [Discuss-gnuradio] Request for comment: Adding fixed point to VOLK

2019-05-31 Thread CEL
/en.wikipedia.org/wiki/Q_(number_format) > > > --Albin > > On Fri, May 31, 2019 at 11:40 AM Müller, Marcus (CEL) wrote: > > > > Hm, wait, realizing something: > > Q1.31 differs from what a x86 CPU can reasonably deal with in that it's > > not 2's compleme

Re: [Discuss-gnuradio] Request for comment: Adding fixed point to VOLK

2019-05-31 Thread CEL
ecimator/interpolator might also be interesting, although I'm > > not sure if there's already an implementation. > > > > > > --Albin > > > > On Fri, May 31, 2019 at 10:13 AM Müller, Marcus (CEL) > > wrote: > > > > > > Hi Albin, > > > >

Re: [Discuss-gnuradio] Request for comment: Adding fixed point to VOLK

2019-05-31 Thread CEL
Hi Albin, I'd love this, especially if we end up with a kernel that we can use to build decimating FIR filters that inherently convert to higher-bitwidth int or floating point. I think this could be super useful in hardware flow graphs, where one would get integer numbers from hardware anyway;

Re: [Discuss-gnuradio] GTK related segmentation fault when running GRC

2019-05-31 Thread CEL
-0600, Jason Fritz, PhD wrote: > That appears to have done the trick! Thank you! > > If it happens again, I'll follow up, but hopefully you won't see any > responses on this topic. > > Jason > > On 5/30/2019 2:45 PM, Müller, Marcus (CEL) wrote: > > Hi Jason, > &

Re: [Discuss-gnuradio] GTK related segmentation fault when running GRC

2019-05-30 Thread CEL
Hi Jason, that backtrace didn't quite tell me anything, but then I googled the library in which the segfault happens (gtk3-nocsd). The github page to that library literally describes it as "A hack to disable gtk+ 3 client side decoration"; the readme says it's automatically being preloaded into

Re: [Discuss-gnuradio] [EXT] Re: complaints about missing volk.h

2019-05-29 Thread CEL
Why would GRC and the QT GUI be disabled? > > Thanks for your help, > > Aaron > > > -Original Message- > From: Discuss-gnuradio > On Behalf Of Chesir, Aaron M. > Sent: Wednesday, May 29, 2019 9:11 AM > To: Müller, Marcus (CEL) > Cc: discuss-gn

Re: [Discuss-gnuradio] [EXT] Re: complaints about missing volk.h

2019-05-28 Thread CEL
. > > What should be my next step? > > Thanks, > > Aaron > > > -Original Message- > From: Müller, Marcus (CEL) > Sent: Tuesday, May 28, 2019 1:41 PM > To: Chesir, Aaron M. ; discuss-gnuradio@gnu.org > Subject: [EXT] Re: [Discuss-gnuradio] c

Re: [Discuss-gnuradio] complaints about missing volk.h

2019-05-28 Thread CEL
Seems you didn't quite install things into a place CMake looks into by default; quite possibly, there will be needs to tell CMake about /usr/local/include/volk (which is what I guess is the default installation prefix if you build from source manually). Anyway, this wouldn't have helped you!

Re: [Discuss-gnuradio] AttributeError: No constructor defined for tagged_stream_block (Python)

2019-05-28 Thread CEL
within my power to define the exact number of samples that > should be available on the next call to the work function of e.g. a sync > block? > > Den tis 28 maj 2019 kl 16:28 skrev Müller, Marcus (CEL) : > > But you're free to do that in any block you desire, so you can write

Re: [Discuss-gnuradio] AttributeError: No constructor defined for tagged_stream_block (Python)

2019-05-28 Thread CEL
nce then I'd be able to iterate over the entire packet in one work > function call. > > Den tis 28 maj 2019 kl 16:22 skrev Müller, Marcus (CEL) : > > But that block doesn't have to be a Tagged Stream Block itself, right? > > On Tue, 2019-05-28 at 16:14 +0200, Sebast

Re: [Discuss-gnuradio] AttributeError: No constructor defined for tagged_stream_block (Python)

2019-05-28 Thread CEL
h the tagged stream > block is to apply tags at an interval on a packet; the values are taken from > an array that I want to iterate over. However, since the work function has no > "memory" I am unsure how to solve iterating over the array. > > Den tis 28 maj 20

Re: [Discuss-gnuradio] AttributeError: No constructor defined for tagged_stream_block (Python)

2019-05-28 Thread CEL
Hi Sebastian, I must admit that I don't remember whether the TSB block base was correctly wrapped for Python (darn it, first I write something, and then you find a glaring counterexample); in fact, there's not a single test case for that in the main GNU Radio tree, which probably means "no".

Re: [Discuss-gnuradio] Need help with gr-eventstream

2019-05-27 Thread CEL
I'm sure Team Platypus is awesome and will do the FOSS thing and contribute that block to gr-eventstream? On Sun, 2019-05-26 at 15:46 -0600, U L wrote: > Team Platypus ran into this precise problem at the DARPA Hackfest. The only > solution was to code it up ourselves. It's non-trivial, but

Re: [Discuss-gnuradio] Issue with the Message API in Python

2019-05-26 Thread CEL
4:45 +0200, Sebastian Sahlin wrote: > Hi again, > > Thanks for the info and for being patient Marcus. I suppose as a > general rule you need to be able to interpret C++ documentation if > you're going the Python route in GR? > > Regards > > Den fre 24 maj 2019 kl 17:5

Re: [Discuss-gnuradio] Clarification on the subject gnuradio‏

2019-05-25 Thread CEL
regards, Marcus On Sat, 2019-05-25 at 15:07 +0300, Moon Light wrote: > Dear Mr > Ok, I will. > > > > ‫في السبت، 25 مايو 2019 في 2:30 م تمت كتابة ما يلي بواسطة ‪Müller, > Marcus (CEL)‬‏ <‪muel...@kit.edu‬‏>:‬ > > Dear Moon light, > > > > Please st

Re: [Discuss-gnuradio] Clarification on the subject gnuradio‏

2019-05-25 Thread CEL
تابة ما يلي بواسطة ‪Müller, > Marcus (CEL)‬‏ <‪muel...@kit.edu‬‏>:‬ > > Dear Moon Light, > > > > Please stay on the mailing list. > > The guided tutorials *are* a course through GNU Radio. > > If you need an introduction to digital communications and DSP, >

Re: [Discuss-gnuradio] Issue with the Message API in Python

2019-05-24 Thread CEL
stion? > > How would the syntax look like then? > > > > Regards > > > > Den tors 23 maj 2019 kl 18:32 skrev Müller, Marcus (CEL) : > > > Hi Sebastian, > > > > > > classic one! > > > > > > You send the messages in the blo

Re: [Discuss-gnuradio] Issue with the Message API in Python

2019-05-24 Thread CEL
t; > Aha! I saw hints of this in the documentation but couldn't fully connect > > the dots. > > > > Would this be the start() function of top_block, or the block in question? > > How would the syntax look like then? > > > > Regards > > > >

Re: [Discuss-gnuradio] VOLK pre-built option

2019-05-23 Thread CEL
don't forget to uninstall uhd and uhd-devel after "yum-builddep" and before building UHD from source, though, because the build depencies of GNU Radio of course include UHD. Best regards, Marcus On Thu, 2019-05-23 at 21:55 +, Müller, Marcus (CEL) wrote: > Haven't used PyBOM

Re: [Discuss-gnuradio] VOLK pre-built option

2019-05-23 Thread CEL
or USRP devices has led me to > > want to compile GR from source. Actually I was able to do it before, so I'm > > not sure why this setup is so much harder. > > This isn't a VOLK thing anymore, so I need a new email thread, but I've > > summarized where I reached in the post

Re: [Discuss-gnuradio] Issue with the Message API in Python

2019-05-23 Thread CEL
Hi Sebastian, classic one! You send the messages in the block's constructor in an endless loop. So, that constructor never finishes. Thus, the block never can get message-connected. Thus, your messages disappear. You can't publish message in a constructor. Spawn off a thread in the `start()`

Re: [Discuss-gnuradio] Problem with OFDM_tx OFDM_rx

2019-05-23 Thread CEL
So, you lose one packet; that might be due to synchronization having to lock, or due to simulated or real-world noise. Best regards, Marcus On Thu, 2019-05-23 at 15:50 +0100, farid mihoub wrote: > Hello, > > I am using OFDM_tx and OFDM_rx examples in gr-digital, at the reception > I am always

Re: [Discuss-gnuradio] Clarification on the subject gnuradio‏

2019-05-23 Thread CEL
ميس، 23 مايو 2019 في 3:05 م تمت كتابة ما يلي بواسطة ‪Müller, Marcus > (CEL)‬‏ <‪muel...@kit.edu‬‏>:‬ > > Dear Moon Light, > > > > the "Guided Tutorials" on > > > > https://tutorials.gnuradio.org > > > > Best regards, > > Marcus M

Re: [Discuss-gnuradio] building 3.8

2019-05-23 Thread CEL
probably your log4cpp installation fine; at first I thought "waaaitaminute, the actual liblog4cpp.so is missing", but then I realized that the find search string wouldn't look for that. To check, do the following: 1. run pkg-config --libs --cflags log4cpp This should yield something like

Re: [Discuss-gnuradio] Clarification on the subject gnuradio‏

2019-05-23 Thread CEL
Dear Moon Light, the "Guided Tutorials" on https://tutorials.gnuradio.org Best regards, Marcus Müller On Thu, 2019-05-23 at 14:55 +0300, Moon Light wrote: > Dear Mr > I am a new student with software defined radio > I would like to learn sdr with gnuradio > Where I followed your projects on

Re: [Discuss-gnuradio] problems installing BOOST

2019-05-23 Thread CEL
Hi Aaron, considering this is a problem while bulding UHD, I'd argue that this isn't really a question for the GNU Radio mailing list – more likely for the UHD mailing list. However, knowing CentOS 7, I know that just "yum install gnuradio" gives you GNU Radio 3.7.11 (which is a bit dusty,

Re: [Discuss-gnuradio] VOLK pre-built option

2019-05-22 Thread CEL
Exactly what I was saying: VOLK's dependencies are a true subset of GNU Radio's dependencies. If you can't build VOLK, then you can't build GNU Radio, either. On Tue, 2019-05-21 at 23:10 +0200, Andrej Rode wrote: > On Tue, 21 May 2019 20:39:11 + > "Müller, Marcus (C

Re: [Discuss-gnuradio] Cross-Compile issue with GNU Radio 3.8: cmake is building an incorrect file

2019-05-21 Thread CEL
a > > PREFIX, ${_IMPORT_PREFIX}. Looking at the difference it may be > > that _IMPORT_PREFIX is not getting set correctly somewhere. I am > > still working on this issue. > > > > Toby > > > > On Mon, May 20, 2019 at 11:55 AM Müller, Marcus (CEL) &l

Re: [Discuss-gnuradio] VOLK pre-built option

2019-05-21 Thread CEL
Also: The version match between the volk you're using and the GNU Radio you're trying to build is pretty close, so chances are a packaged VOLK wouldn't help you build an arbitrary GNU Radio version :( Furthermore, VOLK is dependency-wise like GNU Radio light: if you can't build VOLK, chances are

Re: [Discuss-gnuradio] Problem with File source/sink

2019-05-20 Thread CEL
That's almost certainly not a problem with the file sink or source, but of the rest of the flow graph. Best regards, Marcus On Mon, 2019-05-20 at 14:08 +0100, farid mihoub wrote: > Hello, > I have an issue with file source/sink, I am loosing some amount of data at > the beginning of transmission

Re: [Discuss-gnuradio] Cross-Compile issue with GNU Radio 3.8: cmake is building an incorrect file

2019-05-20 Thread CEL
C+72aa97daab-r0/qt.conf > ) > > # We need to set the rpath to the correct directory as cmake does not provide > any > # directory as rpath by default > set( CMAKE_INSTALL_RPATH ) > > # Use native cmake modules > list(APPEND CMAKE_MODULE_PATH > "/home

Re: [Discuss-gnuradio] Building an OOT from the Tutorial

2019-05-20 Thread CEL
Oh! Good catch! Sorry, I just didn't read closely enough. On Mon, 2019-05-20 at 05:27 +, Kyeong Su Shin wrote: > Dear Pete, > > To me, it sounds like that you are inputting > > ``` > gr-howto % gr_modtool add -t general -l cpp square_ff > ``` > instead of > > ``` > gr_modtool add -t

Re: [Discuss-gnuradio] Building an OOT from the Tutorial

2019-05-19 Thread CEL
Hi PCZZS, I'm a bit surprised, this document still attracts so much attention. I'd generally recommend simply going through the guided tutorials starting by chapter 1; chapter 4 introduces out-of-tree modules and gr_modtool. Anyway, what you're encountering sounds a lot like an installation

Re: [Discuss-gnuradio] Cross-Compile issue with GNU Radio 3.8: cmake is building an incorrect file

2019-05-17 Thread CEL
Hi Toby, what's the verbatim cmake command line Yocto is executing? Since it's impossible for the build system to know by itself what the target python will be, unless you tell it which, we'll have to figure out a way to consistently set Python used during CMake, Python used during build, and

Re: [Discuss-gnuradio] gr_modtool error when attempting to create Python tagged_stream block

2019-05-17 Thread CEL
the latest stable releases :P > > By the way: using apt to install GR on Ubuntu 18.04.2 got me 3.7.11, and I > receive the same error with gr_modtool trying to create a tagged_stream > block. > > Regards > > Den fre 17 maj 2019 kl 16:58 skrev Müller, Marcus (CEL) : > >

Re: [Discuss-gnuradio] gr_modtool error when attempting to create Python tagged_stream block

2019-05-17 Thread CEL
"apt") to install GNU Radio next time (assuming you've got Ubuntu>18.10 or current debian). Less hassle than building it from source using PyBOMBS, same result. Best regards, Marcus On Fri, 2019-05-17 at 14:44 +, Müller, Marcus (CEL) wrote: > Forwarded Message --

[Discuss-gnuradio] [Fwd: Re: gr_modtool error when attempting to create Python tagged_stream block]

2019-05-17 Thread CEL
Forwarded Message > Hi Marcus, > > The output from gnuradio-config-info --version is the follwing: 3.7.13.5 > > Regards > > > Den fre 17 maj 2019 kl 16:15 skrev Müller, Marcus (CEL) : > > Hi Sebastian, > > > > I know this sounds a

Re: [Discuss-gnuradio] gr_modtool error when attempting to create Python tagged_stream block

2019-05-17 Thread CEL
Hi Sebastian, I know this sounds a bit silly, but could you actually tell us the version that `gnuradio-config-info --version` reports? We're kind of in the process of getting new versions out, and I'm not quite sure what different people get when they use PyBOMBS. (also, almost certain you

Re: [Discuss-gnuradio] Create a "virtual" variable using outputs from another block

2019-05-17 Thread CEL
It's possible through the "Probe" thing; I don't like that block, because it leads to bad flowgraph design in 90% of cases. However, it should solve the problem you're having :) Best regards, Marcus On Fri, 2019-05-17 at 13:31 +, tom sutherland wrote: > Is there a way to take the output

Re: [Discuss-gnuradio] Question on processor micro-architecture and GNU Radio

2019-05-17 Thread CEL
Hi Ali, well, since GNU Radio does high-rate realtime signal processing, code optimization is important to us. So much, that we strive to separate the most CPU-intense algorithms into a separate library[1] that contains hand-optimized code for different architectures (e.g. NEON, MMX, SSE2,

Re: [Discuss-gnuradio] query regarding store transmitted signal

2019-05-17 Thread CEL
ement is to receive the modulated signal through USRP > source, store it in a file. and later, I can be able to do demodulation > offline from that particular stored data. it will be grateful, if you provide > guidance. > > > With Best Regards, > Maitry Raval, > &

Re: [Discuss-gnuradio] query regarding store transmitted signal

2019-05-17 Thread CEL
Hi Maitry, sorry, we have no idea what lab you're referring to! However, yes, that sounds exactly what File Sinks are meant to do. Best regards, Marcus On Fri, 2019-05-17 at 12:01 +0530, Maitry Raval wrote: > Hello, > > I want to store the modulated transmitted signal through USRP such as

Re: [Discuss-gnuradio] Continous Transmission using GNU RADIO. Is it really possible?

2019-05-13 Thread CEL
f the info is already out there and I'm just not seeing it. > > Joe > > On Mon, May 13, 2019 at 5:46 AM Müller, Marcus (CEL) wrote: > > Hi Mehtap, please answer on the list. > > > > The purpose of gr-eventstream is exactly to enable what you're trying. > &g

Re: [Discuss-gnuradio] Continous Transmission using GNU RADIO. Is it really possible?

2019-05-13 Thread CEL
their ports aren't immediately clear as to what they're doing. Google > isn't coming up with much either. > > Thanks and sorry if the info is already out there and I'm just not seeing it. > > Joe > > On Mon, May 13, 2019 at 5:46 AM Müller, Marcus (CEL) wrote: > > H

Re: [Discuss-gnuradio] UART block in GNU RADIO?

2019-05-13 Thread CEL
I doubt you'd find a ready-made block. However, writing that would take literal minutes in Python or C++! https://wiki.gnuradio.org/index.php/Guided_Tutorials Chapters 2,3,4 and 5 should be an easy read for you at this point. Best regards, Marcus On Mon, 2019-05-13 at 23:09 +0300, mehtap özkan

Re: [Discuss-gnuradio] Continous Transmission using GNU RADIO. Is it really possible?

2019-05-13 Thread CEL
ssions > not continous ones. > Maybe there is a way to produce '0's and add/ xor them with real data? > Any advice on that? > > Müller, Marcus (CEL) , 13 May 2019 Pzt, 15:23 tarihinde şunu > yazdı: > > Dear Mehtap, > > > > On Mon, 2019-05-13 at 15:03 +0300, mehtap

Re: [Discuss-gnuradio] Continous Transmission using GNU RADIO. Is it really possible?

2019-05-13 Thread CEL
Dear Mehtap, On Mon, 2019-05-13 at 15:03 +0300, mehtap özkan wrote: > Dear All, > I have implemented a CPFSK transmitter succesfully using GNU RADIO. Cool! > The blocks are PRBS Source->Scrambler (G3RUH)-> CPFSK Mod-> UHD Sink. The > reference HW receiver receives and demodulates the signal

Re: [Discuss-gnuradio] [GSoC2019]: First report from Bowen

2019-05-13 Thread CEL
Hi Johannes, I've agreed with Bowen that for the time being, he'll be developing an OOT for the versions available currently through Linux distros. So, 3.7.13.x it is – the porting to 3.8 OOTs can be done later. As much I need people to test the 3.8 OOT structure, it's my responsibility to

Re: [Discuss-gnuradio] Installing gnuradio on docker

2019-05-09 Thread CEL
io/lib/python2.7/dist-packages/gnuradio/gr/runtime_swig.py", > line 5336, in primitive_connect > return _runtime_swig.top_block_sptr_primitive_connect(self, *args) > ValueError: port number 1 exceeds max of 0 > > thanks a lot for your help > amani > > > >

Re: [Discuss-gnuradio] Installing gnuradio on docker

2019-05-09 Thread CEL
Since the whole purpose of using a docker container is to isolate the contents of the container: Please use something less ancient than Ubuntu 16.04. Best regards, Marcus Müller PS: "I get errors" is probably not a sufficient description to help you in any way! Please be more verbose :) On

[Discuss-gnuradio] [GSoC19] Accepted student projects announced!

2019-05-07 Thread Wunsch, Felix (CEL)
Hi all, Google has announced the accepted student projects for GSoC 2019: Arpit Gupta and Bowen Hu will be contributing to GNU Radio during the summer - congratulations to both of them! Arpit will work on a tool for parsing GNU Radio header files to create YAML descriptions that can be used

Re: [Discuss-gnuradio] Audio source cannot use 2 outputs (Stereo) in windows

2019-05-04 Thread CEL
; > Gary > > Sent from my Huawei Mobile > > > Original Message > Subject: Re: [Discuss-gnuradio] Audio source cannot use 2 outputs > (Stereo) in > windows > From: "M黮ler, Marcus (CEL)" > To: discuss-gnuradio@gnu.org,gary.simpk...@gdscs.co.u

Re: [Discuss-gnuradio] Audio source cannot use 2 outputs (Stereo) in windows

2019-05-03 Thread CEL
Hi Gary! > I have double checked and all the windows audio devices I have > used > for the audio source are 2 channels. I never doubted that – all I wanted to point out that the I think it was Windows that told the GNU Radio windows audio source it saw only one channel, and consequently the

Re: [Discuss-gnuradio] Building on Windows 10

2019-05-02 Thread CEL
I want to second this! We've only been very stringent with versioning starting in the last couple of years, but really, it should rarely matter whether you use 3.7.13.4 or 3.7.2 for things that worked under 3.7.2 – so, please try with something less arcane! Best regards, Marcus On Thu,

Re: [Discuss-gnuradio] Audio source stereo not working

2019-05-02 Thread CEL
Hi Gary, since we acutely changed things in the Windows audio sink: What's your version of GNU Radio? Generally, Windows seems to be of the conviction that the audio device you're trying to record from only has one, not two channels. Best regards, Marcus On Thu, 2019-05-02 at 08:53 +0100,

Re: [Discuss-gnuradio] Modulation order of FSK

2019-05-01 Thread CEL
ting data from 1.5(for M=4), that > > point I am stuck. Using frequency modulator will make an FSK > > modulated signal? > > > > If you can still help, I will be appreciated. Thanks in advance. > > > > Yours sincerely. > > > > > > Flow

Re: [Discuss-gnuradio] Half band decimator/interpolator

2019-04-24 Thread CEL
> Derek, your solution works but it will be 4 times slower than the example I > linked to. > > > --Albin > > > On Tue, Apr 23, 2019, 18:24 Müller, Marcus (CEL) wrote: > > Hi Albin, > > > > I'm very very tired right now, but me and Felix came to the fo

Re: [Discuss-gnuradio] Installing GNURadio On Raspberry Pi

2019-04-24 Thread CEL
Hi, On Tue, 2019-04-23 at 19:31 -0700, lists wrote: > https://wiki.gnuradio.org/index.php/Download uhhh that wiki page is ... dated. It also doesn't solve the issue of not being able to import gr-osmosdr, which isn't part of GNU Radio itself! Also, clearly *not* the way I'd recommend on a

Re: [Discuss-gnuradio] Half band decimator/interpolator

2019-04-23 Thread CEL
Hi Albin, I'm very very tired right now, but me and Felix came to the following conclusions on our *Whiteboard Of Wisdom, Smarts, Expertise, Rationality and Science* (WOWSERS): 1. A Nyquist-M bandpass filter, esp. a halfband, has zeros on every other tap – except for the one center tap, which is

Re: [Discuss-gnuradio] GNUradio installation problems (UHD? Python?)

2019-04-22 Thread CEL
Hi Chesir, might be the case that CentOS 7's default SWIG is too old. Check that you've got a recent SWIG! However, if GNU Radio 3.7.11 is recent enough for you (and it would be, for first steps): Simply `yum install gnuradio` after enabling EPEL should do the trick :) If you need something

Re: [Discuss-gnuradio] ber calculation

2019-04-22 Thread CEL
Hi Anubhav, we have absolutely no idea what you're looking at. You'll have to describe what you're doing in great detail. Best regards, Marcus On Mon, 2019-04-22 at 12:29 +0530, ANUBHAV CHOUDHARY wrote: > Can someone please help in calculating the ber? > I think there Is delay mismatch in ref

[Discuss-gnuradio] [GSoC19] Student application period is over, reviews started

2019-04-11 Thread Wunsch, Felix (CEL)
Hi all, the student application period for this year's GSoC is now over and we have received some promising proposals! Right now we are reviewing them and hope to get enough student slots from Google to accommodate all the students we want to select. The final decisions will be announced on

Re: [Discuss-gnuradio] GSOC proposal for android

2019-04-05 Thread Wunsch, Felix (CEL)
Hi Jaspreet, it is your job to create a proposal so we can see that you know what you're up to and what your vision for the project is! If you go to our website, we have listed what we want to see in a proposal and there's also an old (successful) one you can have a look at. Cheers?, Felix?

[Discuss-gnuradio] [GSoC19] Application deadline approaching!

2019-04-05 Thread Wunsch, Felix (CEL)
?Hi all, this is a gentle reminder to all prospective GSoC students that the application deadline (April 9) is rapidly approaching! Get your proposals ready and we'll try to give you feedback. And, of course, earlier upload means higher chance of getting feedback that you can use to improve

[Discuss-gnuradio] [GSoC19] Student Application Period begins!

2019-03-25 Thread Wunsch, Felix (CEL)
?Hi all, today, the student application period for GSoC 19 begins. I'm really happy that we already have a lot of GSoC-related activity on this mailing list and I'm looking forward to reading all those proposals! Make sure you apply until April 9, which is usually a strictly enforced

Re: [Discuss-gnuradio] [Announcement] Ctrlport is broken -> potential candidate for removal in 3.8 -> RPC discussion

2019-03-25 Thread CEL
Hi Johannes! let me answer in-text real quick: On Mon, 2019-03-25 at 10:13 +, Johannes Demel wrote: > Hi Marcus, > > it seems like Thrift is a painful dependency. So, this is a pro > ctrlport > removal. Though, what else does ctrlport removal entail? Removal of Ctrlport and the tools

Re: [Discuss-gnuradio] GSoC and Android Idea

2019-03-24 Thread CEL
Hello Tarek, https://wiki.gnuradio.org/index.php/GSoC has information on all this. You're relatively late to the game! Best regards, Marcus On Sun, 2019-03-24 at 18:08 +0200, Tarek Alabd - طارق العبد wrote: > Hello everyone, > I'm Tarek from Egypt and I'm studying Computer Engineering. > I'm

Re: [Discuss-gnuradio] Selecting one of two sources

2019-03-23 Thread CEL
I'd recommend streams-to-vector and a matrix multiplier block. Best regards, Marcus On Fri, 2019-03-22 at 23:34 +0300, mehtap özkan wrote: > Dear All, > I have 2 modulators, A FSK and a BPSK one. Is there a block which can switch > the output of the desired modulator to a Sink. Something like

[Discuss-gnuradio] Emails without subject stand a high chance of being ignored (was: (no subject))

2019-03-22 Thread CEL
Hello Faisal, I pointed this out before: We're volunteers here. If you want us to help you, please at the very least write emails with meaningful subject lines. I personally consider that non-negotiable email etiquette. Best regards, Marcus On Fri, 2019-03-22 at 15:13 +0400, faisal wrote: >

Re: [Discuss-gnuradio] Introduction

2019-03-21 Thread CEL
Hi Tucker! Nice hearing from you :) Have you met Travis? His gr-dpd[1], especially? Cheers, Marcus [1] https://github.com/tfcollins/gr-dpd On Thu, 2019-03-21 at 12:18 -0500, Tucker Reinhardt wrote: > Hello all, > > My name is Tucker Reinhardt and I am a Sophomore studying at Rice University.

Re: [Discuss-gnuradio] Distance Measurement by Correlation

2019-03-18 Thread CEL
I don't intimately know the BladeRF driver, but it seems unlikely that the USRP is way more computationally intense than the BladeRF. Chances are the BladeRF driver doesn't /show/ the same errors. Be a bit careful about saving away the data: your storage must be up to supporting the constant data

Re: [Discuss-gnuradio] Strange "UUUU" pattern

2019-03-15 Thread CEL
Knowing the code, zooming in shouldn't really increase the computational load significantly; a higher FFT length would do that! On Fri, 2019-03-15 at 15:34 +, Chesir, Aaron M. wrote: > Folks, > > I found the error: The “U” characters indicated an underrun to my USRP > transmitter. I reduced

Re: [Discuss-gnuradio] grc file -- display problem

2019-03-15 Thread CEL
Hi Parvathi! > 1. why the screen shot is displaying x-axis and y-axis as dB only i.e. 2.03dB, -8.83dB. Displaying the frequency (x-axis) in dB is most definitely a bug. Which version of GNU Radio are you using (`gnuradio-config-info --version` has the answer)? We've fixed that a while ago.

Re: [Discuss-gnuradio] Internship

2019-03-14 Thread CEL
Hi Rajpreet, though it shares many characteristics of one, GSoC is not an internship. I'd recommend reading our GSoC Student info page[1] and the Google Summer of Code FAQ [2]: > > Is GSoC considered an internship, a job, or any form of employment? > No. GSoC is an activity that the student

Re: [Discuss-gnuradio] Discussion regarding Android project for GSOC

2019-03-14 Thread CEL
AFAIK only the things linked to in my last replies to you – which actually are pretty comprehensive, IMHO. On Thu, 2019-03-14 at 23:21 +0530, Jaspreet Singh wrote: > Hi, I tried to find if there is project for gnuradio android on github. Can > you please guide how are you planning to start it? It

Re: [Discuss-gnuradio] Spectrum sensing using gnuradio + hackrf one

2019-03-13 Thread CEL
Hi Faisal, The link that Kyeong Su Shin shared actually *directly* leads to scripts that can read the output of file sink. Best regards, Marcus On Wed, 2019-03-13 at 11:25 +0400, faisal wrote: > Ok when i save it in sink file then the data can not be readable what > to do for that please? > >

Re: [Discuss-gnuradio] Spectrum sensing using gnuradio + hackrf one

2019-03-13 Thread CEL
You'd need to write your own block that can handle these formats. A word of warning: When doing SDR, you deal with MEGASAMPLES per second. A 32 bit floating point number has circa 9 significant digits. That makes 10 characters when you include the decimal dot. Then you also need to write down

Re: [Discuss-gnuradio] gr_modtool for Windows?

2019-03-12 Thread CEL
Hi Aaron, must admit, I haven't tried it. Technically, modtool depends on very little more than Python to do its thing. But then again, its thing is using sane compiler environments to build stuff (you can't use any of the Linux or Mac package managers as sources, obviously). And while that

Re: [Discuss-gnuradio] Installation of gr-radar

2019-03-11 Thread CEL
Wait, are you doing this on ARM? On Mon, 2019-03-11 at 23:15 +0500, Talha Farooq wrote: > Thanks Cinaed , I tried your method and it turns out that I have > 'libqwt6abi1/stable,now 6.1.2-6 armhf [installed]' and similarly I have QT > version of 'Using Qt version 5.7.1 in

<    1   2   3   4   5   6   7   8   9   10   >