Re: [Discuss-gnuradio] Using a named fifo with a file source (was: Re: Discuss-gnuradio Digest, Vol 204, Issue 6)

2019-10-09 Thread ali mokdad
Hi, Thanks all for your time, First sorry I don't know how to change the title when replying an email and I don't know what digests means. i wrote a c program and data are sent but as seems as Mr. Volker Schroer

[Discuss-gnuradio] Responding to this discussion platform from webmail

2019-10-09 Thread Barry Duggan
Hi! I have noticed that if a person uses a webmail service (meaning logging into a website such as gmail) to send their email, rather than an email client (such as Thunderbird or Apple Mail), the mechanics of responding to a discussion item become very difficult. To illistrate this: With an

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 204, Issue 6

2019-10-09 Thread Barry Duggan
Hi Ali, I suggest you take a look at the top level functions to get a perspective of your overall plan. I am guessing that it would look something like this: A your C program which outputs text -> B. Text stream or message -> C. Input to SDR D. Whatever GR functions you need E. Output to USB,

Re: [Discuss-gnuradio] external source clock in USRPs

2019-10-09 Thread CEL
Hi Simona, we'll need a bit of technical detail on these clock sources. Also, chances are very much this is not something to do with GNU Radio specifically, but only with the USRP, so usrp-users might be the better mailing list. Best regards, Marcus On Wed, 2019-10-09 at 10:25 +0100, Simona Sibio

Re: [Discuss-gnuradio] external source clock in USRPs

2019-10-09 Thread Marcus D Leech
Share with us the minimum flow-graph that shows the issue. Sent from my iPhone > On Oct 9, 2019, at 5:25 AM, Simona Sibio wrote: > > Hi all, > > I am writing to you regarding the external source clock using N200 with > UBX-40. > I need to connect the external source because I am working with

Re: [Discuss-gnuradio] Compiling QT C++ programs with GNU Radio

2019-10-09 Thread Moses Browne Mwakyanjala
Hello Nick, Thanks. I will have a look. Regards, Moses. On Tue, Oct 8, 2019 at 10:59 PM Nick Foster wrote: > Maybe I'm just confused, then. You weren't clear about the problem you're > experiencing, or what you've tried to resolve it. It sounded in your > initial email like you just don't know

[Discuss-gnuradio] Using a named fifo with a file source (was: Re: Discuss-gnuradio Digest, Vol 204, Issue 6)

2019-10-09 Thread CEL
Hi Ali, as requested by the first line of email that you replied to: please change the title of your emails to something useful, and don't reply to digests. Anyway, the answer really is, as I said: Don't use `cat` to write to a fifo. There's enough terminal emulators (minicom, screen, …) that yo

[Discuss-gnuradio] external source clock in USRPs

2019-10-09 Thread Simona Sibio
Hi all, I am writing to you regarding the external source clock using N200 with UBX-40. I need to connect the external source because I am working with two USRPs . I am working on GNU radio and I detect a different behavior of Rxs if I set the external source clock in USRP source sink module. If t

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 204, Issue 6

2019-10-09 Thread ali mokdad
Hi, Thanks for you, At the end, I want to write a separate application, for example a c language program, then each data i send from this application i want it to be an input to the gnuradio flowgraph then using this flowgraph i want to transmit this data. The connection between this applica