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

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

2019-10-08 Thread Barry Duggan
Hi Ali, I am trying to get an idea of what you really want to accomplish. If it is simply to get text input to your flowgraph, there are several choices, but all of them that I have found buffer a line at a time (ending with return / enter). I have had similar issues. Here are two choices:

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

2019-10-08 Thread Volker Schroer
er ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org <mailto:Discuss-gnuradio@gnu.org> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio -- En

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

2019-10-07 Thread ali mokdad
Dear all Moreover, as I mentioned before no data is transmitted in the following case 1- $ mkfifo in 2-: $ cat > in 3- gnuradio : file source (in) --> stream to tagged stream --> throttle --> tagged stream to pdu --> message debug till I press ctrl c, where in file source repeat in no. if repea

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

2019-10-07 Thread ali mokdad
Dear thx for your reply even by using stdbuf the problem remains the same $ stdbuf -i 0 -o 0 cat > in I think the problem must be solved from gnuradio because if I run two terminals in first terminal: $ cat > in second terminal: $ cat in then whatever I write in the first terminal is sent to t

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 201, Issue 22

2019-07-18 Thread John Mikulskis
t; > > > > > > > > > > > > > Il giorno mar 16 lug 2019 alle ore 17:39 Müller, Marcus > > (CEL) ha scritto: > > > > > > > > > > Watch out! What do you get at the *output* of your SDR > > device when you > > > > > > > > > >

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 199, Issue 17

2019-05-14 Thread Qasim Chaudhari
in; charset="utf-8" > > You mean a block where you input bytes, and the block adds start bit, stop > bit and parity bit(s)? > > Albin > > On Mon, May 13, 2019, 23:04 mehtap ?zkan wrote: > > > Well, I would gladly pay for a c++ block. Anyone interested? > > > > 13 May 2019 Pzt 23:40 tarihinde M?ller, Mar

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 196, Issue 21

2019-02-25 Thread Andy Walls
> Date: Mon, 25 Feb 2019 10:29:56 + > From: Johannes Demel > To: "discuss-gnuradio@gnu.org" > Subject: [Discuss-gnuradio] TDD mode with USRPs in GNU Radio > > Hi all, > > I plan to implement a TDD system with GNU Radio and X310s w UBX160s. > My > lab setup is as follows: > - multiple USR

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 194, Issue 3

2018-12-04 Thread Jim White
Very new to GNURadio here... Is there a block available that will display an eye pattern for digital modulation for a GMSK or FM receiver?  I'm using a USRP B200 and have built a couple of simple flows for it including a spectrum analyzer.  I'm looking for something that will show the eye patt

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 193, Issue 5

2018-11-06 Thread RK G
t; > > Thanks & Regards, > > Suresh T, > > Navstar Integrated Systems Pvt ltd, > > 9866212494 > > > > > > _______ > > Discuss-gnuradio mailing list > > Discuss-gnuradio@gnu.org > > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 193, Issue 5

2018-11-06 Thread CEL
; Suresh T, > Navstar Integrated Systems Pvt ltd, > 9866212494 > > > ___ > Discuss-gnuradio mailing list > Discuss-gnuradio@gnu.org > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio __

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 193, Issue 5

2018-11-05 Thread tadikondasuresh
GNURADIO-3.7 i am usingi am using USRP N210 is a radio , my problem is in hardware side WBX card  RX 2 local oscillator shows unlocked , actually it should be locked but then its not working , so any remedy for thatThanks & Regards,Suresh T,Navstar Integrated Systems Pvt ltd,9866212494 _

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 193, Issue 4

2018-11-05 Thread Marcus D. Leech
On 11/05/2018 06:58 AM, tadikondasuresh wrote: good evening to all, Dear sir, any remedy for rx2 is unlocked in usrp n210 wbx daughter card, currently, it shows status Rx lo status is unlocked and only TX/RX port is working, please help me Thanks & Regards, Suresh T, Navstar Integrated Syste

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 193, Issue 4

2018-11-05 Thread tadikondasuresh
good evening to all,Dear sir,any remedy for rx2 is unlocked in usrp n210 wbx daughter card, currently, it shows status Rx lo status is unlocked and only TX/RX port is working,please help me Thanks & Regards,Suresh T,Navstar Integrated Systems Pvt ltd,9866212494**_

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 187, Issue 12

2018-05-14 Thread Derek Kozel
t; > > keep the receiver buffer smaller for "real time" tuning. > >>> > > > > >>> > > > RTP also provides a "telemetry" channel over RTCP for network > >>&g

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 187, Issue 12

2018-05-11 Thread F salem
> > since the risk of out of order packets is essentially zero. >>> > > > >>> > > > >>> > > > --Albin >>> > > > >>> > > > >>> > > > On Wed, May 9, 2018 at 9:35 AM, Ron E

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 187, Issue 13

2018-05-11 Thread Ed Criscuolo
If you just hit reply, it only goes back to the poster. You need to hit "reply all" to get it to go back to the list. @(^.^)@ Ed Sent from my iPhone > On May 11, 2018, at 1:40 PM, F salem wrote: > > Dear all > > I made alot of post but it didn't shown in the list why? > > sincerely > Fahad

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 187, Issue 13

2018-05-11 Thread F salem
Dear all I made alot of post but it didn't shown in the list why? sincerely Fahad Alqurashi From: Discuss-gnuradio on behalf of discuss-gnuradio-requ...@gnu.org Sent: Friday, May 11, 2018 7:00:10 PM To: discuss-gnuradio@gnu.org Subject: Discuss-gnuradio Digest

Re: [Discuss-gnuradio] Discuss-gnuradio] How to page down in grc

2018-03-13 Thread Christopher Clement J
Thank You Marcus, The issue is fixed now. Regards Chris From: Müller, Marcus (CEL) Sent: Wednesday, March 14, 2018 12:48 AM To: discuss-gnuradio@gnu.org; Christopher Clement J Subject: Re: [Discuss-gnuradio] Discuss-gnuradio] How to page down in grc

Re: [Discuss-gnuradio] Discuss-gnuradio] How to page down in grc

2018-03-13 Thread CEL
wn. I am unable > > > to scroll down the page. How can I do this in GRC? I do not find any > > > option to do this. Return key is also not working. > > > > > > Regards > > > Chris > > >

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 184, Issue 11

2018-02-12 Thread Bruno Alvim
Hello Guys. My friends, where can i found informations/docs about Image Reject Mixer (IRM) using SDR? Thank you! *Bruno * *E**E**ngineer * *@eengbruno* *+*55 21 981 246 269 2018-02-12 15:00 GMT-02:00 : > Send Discuss-gnuradio mailing list submissions to > discuss-gnuradio@gnu.org

Re: [Discuss-gnuradio] [Discuss-GR] Filter output float to complex

2018-01-05 Thread Michael Dickens
You're calling the "filter" method with a pointer to a single float value, but it is expecting an array. See also < https://github.com/gnuradio/gnuradio/blob/master/gr-filter/lib/fir_filter.cc#L111 >. - MLD On Fri, Jan 5, 2018, at 7:56 PM, Sakthivel Velumani wrote: > Please check now. I cleaned up

Re: [Discuss-gnuradio] [Discuss-GR] Filter output float to complex

2018-01-05 Thread Sakthivel Velumani
Hi Michael, Please check now. I cleaned up the code a bit but don't know what wrong with the indentation. It looks ok in my text editor (gedit)but bad on GitHub. Best regards Sakthivel On 06-Jan-2018 1:21 AM, "Michael Dickens" wrote: > Hi Sakthivel - I can't view your Github repo; please reche

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 178, Issue 2

2017-08-24 Thread Martin Braun
> > Best, > Matthias > > > > -- > > Subject: Digest Footer > > ___ > Discuss-gnuradio mailing list > Discuss-gnuradio@gnu.org <mailto:Discuss-gnurad

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 178, Issue 2

2017-08-24 Thread Zenki
On Thu, Aug 24, 2017 at 6:05 AM wrote: > Send Discuss-gnuradio mailing list submissions to > discuss-gnuradio@gnu.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > or, via email, send a message with subjec

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 176, Issue 29

2017-06-29 Thread Jahnavendra Mattipa
Please bear my short message below, I am sorry Mr. Marcus, i know i asked some irrelevant and undefined questions. But this question is not mine, my scientific professor aksed me try to convert the FM wav file to I, Q values if possible. I also confused with that question and searched some papers t

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 175, Issue 16

2017-05-16 Thread Huzaifa niazi
; not at something like 48kHz? > >> > >> Cheers, > >> Ben > >> > >> On Fri, May 12, 2017 at 10:14 AM, Fernando >> <mailto:ferna...@samara.com.es>> wrote: > >> > >> I'm playing with a GFSK modulator demodulator from here: > >&g

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 173, Issue 39

2017-04-27 Thread Huzaifa niazi
i have problem in picking a data appended after Preamble ..i used correlation and estimate block afterwards i want to remove my preamble can anybody help.plz On Thu, Apr 27, 2017 at 8:27 PM, wrote: > Send Discuss-gnuradio mailing list submissions to > discuss-gnuradio@gnu.org > > To subs

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

2017-04-05 Thread Qurat-Ul-Ann Akbar
Hi Marcus, Thank you for your email. I forgot to add my port to the xml file. Its fixed now. On Wed, Apr 5, 2017 at 11:00 AM, wrote: > Send Discuss-gnuradio mailing list submissions to > discuss-gnuradio@gnu.org > > To subscribe or unsubscribe via the World Wide Web, visit > htt

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 172, Issue 19

2017-03-20 Thread Martin Braun
t;>>> >>>> I am going to propose for the GSoC 17 DAB/DAB+ transceiver app project. >>>> It would be very kind of you to take a look at my proposal and give me >>>> some feedback. >>>> You can find the draft proposal on my >>>> GitHub: ht

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 172, Issue 19

2017-03-20 Thread Moritz Luca Schmid
egards Luca ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio _______ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listi

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 170, Issue 10

2017-01-17 Thread Luke Berndt
Andy - Thank you so much, this was extremely helpful. I switched to your RF chain and I think it helped a bit. As you can probably guess, I am more of a programmer than an RF expert. It does look like Max has a branch of OP25 which has a deemphasis filter that has been tuned for P25. https://git.o

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 169, Issue 31

2016-12-30 Thread Jared Dulmage
unsubscribe via the World Wide Web, visit https://lists.gnu.org/mailman/listinfo/discuss-gnuradio Discuss-gnuradio Info Page - lists.gnu.org<https://lists.gnu.org/mailman/listinfo/discuss-gnuradio> lists.gnu.org To see the collection of prior postings to the list, visit the Discuss-gn

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 169, Issue 16

2016-12-15 Thread Stack Programer
hi,how i can enter RTP video to gnuradio? On Thu, Dec 15, 2016 at 8:30 PM, wrote: > Send Discuss-gnuradio mailing list submissions to > discuss-gnuradio@gnu.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 169, Issue 13

2016-12-12 Thread Martin Braun
e PyBOMBS for installation, this is the exact sequence of > >> commands: > >> sudo pip install PyBOMBS > >> pybombs recipes add gr-recipes git+https://github.com/gnuradi > >> o/gr-recipes.git > >> pybombs recipes add ettus git+https://github.com/EttusRe > >> search/ettus-pybombs.git > >> pybombs prefix init ~/rfnoc -R rfnoc > >> source ~/rfnoc/setup_env.sh > >> > >> and gnuradio using apt-get install... > >> > >> Thanks, > >> Vishwesh > >> > >> > >> > >> On Mon, Dec 12, 2016 at 1:26 AM, Nicolas Cuervo > mailto:nicolas.cue...@ettus.com> > >> > wrote: > >> > >>> Hello Vishwesh, > >>> > >>> I believe that in this case it is only a matter of where the > blocks are > >>> installed, and where grc is looking for them. When you install > OOT modules > >>> (gr-ettus is itself an OOT module for RFNoC) it also has an > installation > >>> path, where GRC is going to be looking for the blocks that are > available, > >>> and the ones that are found are going to be listed there. I > believe, from > >>> what you wrote in your email, that you are using PyBOMBS, and > the PyBOMBS > >>> environment is really helpful in cases lake this one. Before > setting up the > >>> environment it would be expected that the blocks are not found, > as the > >>> enviromental variables that describe their location haven't been > set. By > >>> sourcing the env, all the things that where installed with > PyBOMBS are > >>> described with the environmental variables, and the the RFNoC > blocks can be > >>> found. > >>> > >>> That is, you have to source your setup_env.sh every time that > you want > >>> to use something from that given prefix. The reason why this is > not done > >>> automatically (which is also the reason why it is not > recommended to do > >>> so), is because you can set up multiple prefixes, each with a > completely > >>> different configuration, which you can pull just by sourcing the > >>> setup_env.sh file. > >>> > >>> I hope this answers your question. Please let us know if further > >>> clarification is required. > >>> > >>> Cheers, > >>> -N > >>> > >>> On Mon, Dec 12, 2016 at 8:16 AM, Vishwesh Rege > mailto:vrege2...@gmail.com>> > >>> wrote: > >>> > >>>> Hi, > >>>> > >>>> I'm unable to view RFNoC blocks in gnuradio-companion (in the block > >>>> list on the right side). Sometimes I can view them, under > (unspecified) ? > >>>> uhd ? rfnoc but sometimes I can't for some reason. I have sourced > >>>> rfnoc/setup_env.sh which I believe had solved the problem > previously. Does > >>>> anyone know the solution? > >>>> > >>>> Any suggestions appreciated. Thanks. > >>>> > >>>> Vishwesh > >>>> > >>>> > >>>> ___ > >>>> Discuss-gnuradio mailing list > >>>> Discuss-gnuradio@gnu.org <mailto:Discuss-gnuradio@gnu.org> > >>>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > <https://lists.gnu.org/mailman/listinfo/discuss-gnuradio> > >>>> > >>>> > >>> > >> > >> > >> -- > >> Vishwesh Rege > >> +1 (858) 729-4157 > <(858)%20729-4157> | vr...@ucsd.edu <mailto:vr...@ucsd.edu> | > >> https://sites.google.com/site/vishweshrege > <https://sites.google.com/site/vishweshrege> > >> > > > > > > > -- > Vishwesh Rege > +1 (858) 729-4157 | vr...@ucsd.edu > <mailto:vr...@ucsd.edu> | > https://sites.google.com/site/vishweshrege > <https://sites.google.com/site/vishweshrege> > -- next part -- > An HTML attachment was scrubbed... > URL: > > <http://lists.gnu.org/archive/html/discuss-gnuradio/attachments/20161212/ced45a0b/attachment.html > > <http://lists.gnu.org/archive/html/discuss-gnuradio/attachments/20161212/ced45a0b/attachment.html>> > > -- > > Subject: Digest Footer > > ___ > Discuss-gnuradio mailing list > Discuss-gnuradio@gnu.org <mailto:Discuss-gnuradio@gnu.org> > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > <https://lists.gnu.org/mailman/listinfo/discuss-gnuradio> > > > -- > > End of Discuss-gnuradio Digest, Vol 169, Issue 13 > * > > > > > ___ > Discuss-gnuradio mailing list > Discuss-gnuradio@gnu.org > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 169, Issue 13

2016-12-12 Thread Qurat-Ul-Ann Akbar
Hi Martin, Thanks for your response. Are benchmark_tx and benchmark_rx both deprecated ? And is there any example flowgraph which uses the ofdm_transmitter which I can use to send the data. I have a CS background and I do not know much about the signal processing at PHY layer in great detail. Bes

Re: [Discuss-gnuradio] [Discuss- gnuradio] Nanoseconds Signal Time of Arrival on GRC

2016-08-24 Thread Ernest Matey
signal. I'm expecting the CW signal > >> as a sudden burst ‎. > >> > >> What methods can I use in my GRC. Which blocks or Flow graph can I do > >> to achieve this? > >> > >> I am looking for ac

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 165, Issue 24

2016-08-23 Thread Sean Sharkey
Hi Marcus, Thank you for this. >> >> Hi Sean, >> >> could you tell us your GNU Radio version? >> >> >> Best regards, >> >> Marcus > I’m using version 3.7.10 of gunradio. I get the impression that this bug might have been introduced some time ago. If I understand what I’ve been reading

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 165, Issue 21

2016-08-20 Thread bala vishnu
What does threshold block does. If, i give constant source of amp=1 and set threshold low=-1 and high=-2. The output is still 1. I cant understand what the threshold block used for. Can anyone explain. Thank you On Sat, Aug 20, 2016 at 9:30 PM, wrote: > Send Discuss-gnuradio mailing list submis

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 165, Issue 15

2016-08-14 Thread Kevin McQuiggin
t >> Discuss-gnuradio@gnu.org >> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio >> >> >> ------ >> >> End of Discuss-gnuradio Digest, Vol 165, Issue 15 >> * > > > >

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 165, Issue 15

2016-08-14 Thread bala vishnu
Can anyone please brief me about extracting the information from usrp_spectrum_sense.py to grc flowgraph and to plot it. On Sun, Aug 14, 2016 at 9:30 PM, wrote: > Send Discuss-gnuradio mailing list submissions to > discuss-gnuradio@gnu.org > > To subscribe or unsubscribe via the World Wi

Re: [Discuss-gnuradio] [Discuss- gnuradio] Nanoseconds Signal Time of Arrival on GRC

2016-03-14 Thread Martin Braun
>> How can I achieve this? Can GRC go Nanoseconds? >> >> Thank you all GRC experts for helping! >> Ernest >> >> >> >> Sent from my BlackBerry 10 smartphone. >> >> >> >> _______

Re: [Discuss-gnuradio] [Discuss- gnuradio] Nanoseconds Signal Time of Arrival on GRC

2016-03-14 Thread Marcus Müller
; > Thank you all GRC experts for helping! > Ernest > > > > Sent from my BlackBerry 10 smartphone. > > > > _______ > Discuss-gnuradio mailing list > Discuss-gnuradio@gnu.org > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio _

[Discuss-gnuradio] [Discuss- gnuradio] Nanoseconds Signal Time of Arrival on GRC

2016-03-12 Thread ERNEST MATEY
Hi All, I am running a signal analysis on GRC.  I will receive satellite CW signal and I want to know the exact accurate time I received the CW signal.  I'm expecting the CW signal as a sudden burst ‎.  What methods can I use in my GRC. Which blocks or Flow graph can I do to achieve this? I

Re: [Discuss-gnuradio] Discuss-gnuradio] How to specify maximum size of input buffers on blocks

2016-02-29 Thread Marcus Müller
put buffer to drop some of >>> the input? >> You could just write a block that does that for you. >>> >>> Ive seen that each block has minimum output buffer and >>> maximum output buffer in grc. However, i do

Re: [Discuss-gnuradio] Discuss-gnuradio] How to specify maximum size of input buffers on blocks

2016-02-28 Thread Gonzalo Arcos
gt;consume all N input samples, copy them from its input to its output >>> buffer, >>>and then consume(N). If sum(N) == X, it says it's done and thus leads to >>>the flowgraph be shut down >>> >>> Can i specify a policy for a block that if

Re: [Discuss-gnuradio] Discuss-gnuradio] How to specify maximum size of input buffers on blocks

2016-02-26 Thread Gonzalo Arcos
put? >> >> You could just write a block that does that for you. >> >> >> Ive seen that each block has minimum output buffer and maximum output >> buffer in grc. However, i do not see any option regarding its INPUT buffer. >> >> Because there's no s

Re: [Discuss-gnuradio] Discuss-gnuradio] How to specify maximum size of input buffers on blocks

2016-02-26 Thread Marcus Müller
block. >> >> Another thing i thought is that A's input buffer is the file >> source output buffer, therefore by adjusting the output buffer of >> the file source, i am adjusting A's (and B's) input buffer. >> However, the output buffer o

[Discuss-gnuradio] Discuss-gnuradio] How to specify maximum size of input buffers on blocks

2016-02-26 Thread Gonzalo Arcos
the output buffer of the file source, i am > adjusting A's (and B's) input buffer. However, the output buffer of the > file source is 0, so i guess its "infinite". > > No, 0 just instructs GRC to not write a line containing a &

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 156, Issue 9

2015-11-09 Thread David Hoelzer
Super! Thanks for the pointer! > On Nov 9, 2015, at 6:40 AM, discuss-gnuradio-requ...@gnu.org wrote: > > So, ok, here's the deal: It's a bit indirect, but not overly complex :) > > there's already a CF marker in FrequencyDisplayPlot.cc > (that's the > actual pl

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 156, Issue 8

2015-11-09 Thread Marcus Müller
nality, as far as I can tell, isn't actually in use by >>the freq_sink[2], and >> * there's no way to set the coordinate of that line (it's at x=0). >> >> But, as mentioned, that'd be relatively easy to solve. Do you feel up to >> coding a bit of C++, or would you need help with that? >> >> Cheers, >> Marcus > > > > ___ > Discuss-gnuradio mailing list > Discuss-gnuradio@gnu.org > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 156, Issue 8

2015-11-08 Thread David Hoelzer
Thank you Marcus! I’m certainly capable and up to the task. I wanted to make sure I hadn’t missed something obvious or documented before I started reinventing the wheel. I wonder if the community agrees that this is something that would be useful. If so, I’d expose this so that it could be ac

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 155, Issue 40

2015-10-31 Thread Michael Dickens
Hi Chandan - It looks like you did everything correctly. Can you send me a tarball archive of your OOT module to my email here & I'll help diagnose off-list. We can report back what we find if it's useful. - MLD On Sat, Oct 31, 2015, at 12:50 AM, chandan kumar wrote: > To install gnuradio, I first

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 155, Issue 23

2015-10-20 Thread John D. Hays
SRP B200 ?, I do some extra > configuration on the USRP B200? > > > ------ Forwarded message -- > From: "John D. Hays" > To: discuss-gnuradio@gnu.org > Cc: > Date: Mon, 19 Oct 2015 10:47:12 -0700 > Subject: Re: [Discuss-gnuradio] Discuss-gnuradio Dig

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 155, Issue 22

2015-10-19 Thread Przemek Lewandowski
t;>> Przemek Lewandowski >>> >> >> >> _______ >> Discuss-gnuradio mailing list >> Discuss-gnuradio@gnu.org >> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio >> >> > > > -- > > -- > John D. Hays > K7VE > > PO Box 1223, Edmonds, WA 98020-1223 > <http://k7ve.org/blog> <http://twitter.com/#!/john_hays> > <http://www.facebook.com/john.d.hays> > > > ___ > Discuss-gnuradio mailing list > Discuss-gnuradio@gnu.org > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > > ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 155, Issue 22

2015-10-19 Thread John D. Hays
On Mon, Oct 19, 2015 at 9:01 AM, wrote: > Send Discuss-gnuradio mailing list submissions to > discuss-gnuradio@gnu.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > or, via email, send a message with subje

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 155, Issue 4

2015-10-04 Thread bob wole
> > The ML archive here looks like it has stopped updating: > > http://lists.gnu.org/archive/html/discuss-gnuradio/2015-10/index.html > > Regards, > Andy > > > I am also unable to see recent threads. Only one email for this month. -- Bob ___ Discuss-gnur

Re: [Discuss-gnuradio] [Discuss-GR] Fatal Python error: PyThreadState_Get: no current thread (OSX 10.10.5, Homebrew install)

2015-10-02 Thread David Cranor
Hm, weird. Well, thanks for looking at it. Yeah, I used to use MacPorts, but made the switch to homebrew last year - a lot of the other tools that I use are best managed through it…. Looping the list back in incase somebody else has an idea of what is going on! Anybody else who cares: it l

Re: [Discuss-gnuradio] [Discuss-GR] Running flowgraphs from command line

2015-09-08 Thread Michael Dickens
My bad; let me really take this off list :) On Tue, Sep 8, 2015, at 02:07 PM, Michael Dickens wrote: > [off list] ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] [Discuss-GR] Running flowgraphs from command line

2015-09-08 Thread Michael Dickens
[off list] Hi Patrick - Thanks for the feedback. I've heard of your issue before; never experienced it myself. Do you mind if I ask you to do a few things to help debug & maybe we can figure out a better way to keep GR / Python / MP happy? I not, that's fine too; just thought I'd ask. 1) If you w

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 152, Issue 12

2015-07-12 Thread Marcus Müller
Hi Chen Chen, you really shouldn't use WORK_DONE if you don't want the flow graph to shut down! You could let the block that counts the 50 packets send a message to the USRP source (assuming you use that), instructing it to tune to the next frequency. Best regards, Marcus PS: When replying

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 152, Issue 12

2015-07-12 Thread Chen Chen
Hi Marcus, My old application targets at getting 50 data packages for a single carrier frequency and then terminate the graph (I just don't know how to get the 30 seconds alarm to work, so forget about it). The new application targets at the following feature: Frequency hopping in se

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 150, Issue 31

2015-05-28 Thread Johnathan Corgan
On Thu, May 28, 2015 at 9:17 AM, John Murphy < mr.john.joseph.mur...@gmail.com> wrote: > Tried this, then deleted the xml file before attempting to make again > without it. > Got the following error when re-making (the line with the xml file had a > destination which I had thought was just for th

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 150, Issue 31

2015-05-28 Thread John Murphy
Okay. Tried this, then deleted the xml file before attempting to make again without it. Got the following error when re-making (the line with the xml file had a destination which I had thought was just for that file) What do I need to do to fix this? Thanks, - John CMake Error at grc/CMakeLists.t

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 148, Issue 32

2015-03-29 Thread Andy Walls
On Sun, 2015-03-29 at 12:00 -0400, discuss-gnuradio-requ...@gnu.org wrote: > From: "Ralph A. Schmid, dk5ras" > To: > Subject: [Discuss-gnuradio] gr-ais fails? > Message-ID: <007801d06a38$76635ac0$632a1040$@schmid.xxx> > Content-Type: text/plain; charset="us-ascii" > > Hi, > > > > with lates

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 148, Issue 8

2015-03-07 Thread Abhishek Shukla
hey Marcus, I am working on Ubuntu 14.10, initially i installed GNU radio directly through "apt-get" command, at that time i was getting Gnu radio_runtime package error. In order to rectify the error, i downloaded zip file from Github website "https://github.com/gnuradio/gnuradio"; and build all t

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 142, Issue 15

2014-10-14 Thread Dominique Guelord Ingala
au a few weeks back : ctrl port has been >> >> > temporarly removed from gnuradio due to some issues with its >> >> > middleware. It's being worked on. >> >> > >> >> > >> >> > Cheers, >> >> > >> >

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 142, Issue 22

2014-09-22 Thread Douglas Geiger
This sounds like exactly the use case for stream tags ( http://gnuradio.org/redmine/projects/gnuradio/wiki/BlocksCodingGuide#Stream-Tags). More info on how to use them is here: http://gnuradio.org/doc/doxygen/page_stream_tags.html Unfortunately there isn't a good listing of tag naming conventions,

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 142, Issue 22

2014-09-22 Thread mark.w.christiansen
The message passing interface works for this. I have a VITA-49 depacketizer I wrote and I used message passing to set the center frequency for QT Frequency Sink because it already has a frequency subscriber. But to use it in general, I have to change every block that needs information from the d

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 140, Issue 9

2014-07-10 Thread Marcus Müller
nt.html> >> >> -- >> >> Message: 5 >> Date: Wed, 9 Jul 2014 02:09:30 -0700 (PDT) >> From: jsam45 >> To: Discuss-gnuradio@gnu.org >> Subject: [Discuss-gnuradio] 'Counts' in WX Scope Plot >> Message-ID: <1

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 140, Issue 9

2014-07-10 Thread gsm voip
Plot-tp49248.html > Sent from the GnuRadio mailing list archive at Nabble.com. > > > > -- > > Message: 6 > Date: Wed, 09 Jul 2014 12:04:04 +02

Re: [Discuss-gnuradio] Discuss-gnuradio aUaU FM receiver

2014-05-19 Thread Garver, Paul W
Pablo, I've also experienced the same issue with VMWare Player and Ubuntu 12.04 LTS x86_64 on a quad core i7 with a USRP N210. I've also tried Linux KVM to no avail. I ended up creating a USB 3.0 flash drive for my SDR development environment which had no issues. However, if you are interest

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 135, Issue 30

2014-02-25 Thread Germano
Dear Martin, Thanks for the suggestion, makes sense to me. I'll try an higher level (different) approach and then consider making changes on the block. Germano On 02/25/2014 05:01 PM, discuss-gnuradio-requ...@gnu.org wrote: With the stock behaviour, it's not possible. If you want to change

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 135, Issue 21

2014-02-17 Thread Jose Rodriguez
FYI. I found the slides about the USB interesting (even if they do not use USRP). Jose On Mon, Feb 17, 2014 at 12:01 PM, wrote: > Send Discuss-gnuradio mailing list submissions to > discuss-gnuradio@gnu.org > > To subscribe or unsubscribe via the World Wide Web, visit > https:

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 135, Issue 8

2014-02-08 Thread Martin Braun
On 08.02.2014 05:51, Murtaza Ali wrote: hi everyone i have purchased new cbx daughter board,,it usrp_probe shows its serial number but it is not generating any signal is it compatible with usrpn210 ? or it needs some thing else to work...??? i have uhd 3.005.002-59 installed ... Murtaza, don'

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 135, Issue 1

2014-02-01 Thread John Blommers
The article reeks of “progressive liberalism” where they government is to be the solver of all problems. The antics of the San Francisco Municipal Transportation Agency speak volumes: The MTA has ignored the daily violations and has in turn stepped up enforcement of San Franciscans who violate

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 132, Issue 22

2013-11-25 Thread Martin Braun (CEL)
On Mon, Nov 25, 2013 at 01:22:37PM +0500, Murtaza Ali wrote: > hi everyone  > i am generating LFM signal in gnu radio with signal source and vco. i do not >  know about parameters of vco like sensitivity . > does anybody knows??  When writing to this list, don't reply to a digest email. Create a n

[Discuss-gnuradio] [discuss-gnuradio] Git checkout error in build_gnuradio script

2013-09-19 Thread Alex Zhang
Hello, I think the script build_gnuradio has an error when GNURadio 3.7 is in the repository. As the GNURadio 3.7 has no directory gnuradio-core. The below code will always report error and exit the building. git clone --progress http://gnuradio.org/git/gnuradio.git >>$LOGDEV 2>&1

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 126, Issue 16

2013-05-17 Thread Marcus Müller
Hi Dominique, My question is how to "use this API in C++ or python with the UHD gnuradio blocks. if you haven't already, I'd recommend reading (and trying out) http://gnuradio.org/redmine/projects/gnuradio/wiki/OutOfTreeModules What you'll want to do is most probably: Write your flowgraph in P

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 124, Issue 14

2013-03-14 Thread Elvin Mollinedo Mencia
As I can assemble a radio cellular base with a USRP2 N200, and I bought a year ago and I can not find someone I can acesorar. I owe you for your help regards Elvin ___ Discuss-gnuradio mailing list Discuss-gnura

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 124, Issue 13

2013-03-13 Thread Sean Nowlan
On 03/13/2013 01:24 PM, Elvin Mollinedo Mencia wrote: Estimados señores ettus Quisiera q me ayuden con mi usrp 2 con quien puedo contactarse para hacerme acesorar como puedo hacer una central telefónica con el proyecto OPEn bts, agradeciendo su ayuda. Saludos Elvin Mollinedo Santa Cruz - Bo

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 124, Issue 13

2013-03-13 Thread Elvin Mollinedo Mencia
02:14 PM, Josh Blum wrote: >> >> On 03/11/2013 09:52 PM, john jade wrote: >>> Hi, >>> >>> 1. What is get_full_seconds and get_frac_seconds printing? >> Its probably the receive timestamp, its the time stamp from this object: >> >> http://f

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 122, Issue 17

2013-01-17 Thread Ashish Raste
Hi, Normally, this kind of delay detection is done using cross-correlation (or > some more applicable variant thereof such as MRC). Note also that a delay > will give a frequency-dependent phase shift, so you may wish to use a delay > block rather than phase shift if your signal is broadband (alth

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

2013-01-07 Thread sivakumar reddy
hi friends, good evening I am trying to implement OFDM using USRPN210, then i got following warnings and iam not getting anything on output FFT SINK. Please help me current recv frame size: 1472 bytes Current send frame size: 1472 bytes nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 30 nvfx_

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 119, Issue 15 (Usrp_nbfm_ptt.py)

2012-10-16 Thread Martin Braun (CEL)
On Tue, Oct 16, 2012 at 01:14:30AM -0700, Sajjad Safdar wrote: > Yes i can see that i hve errors because of the red marks, but i first want to > know that whether i have all the control stuff in my reciever as from > usrp_nbfm_ptt.py or should i have to add some more stuff which is not exactly > tr

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

2012-10-08 Thread Sajjad Safdar
So it means i have to add up these two scripts in one single then set the parameters of daughter boards . Otherwise i have to make an GRC for this to happen. Best Regards, Sajjad Safdar From: "discuss-gnuradio-requ...@gnu.org" To: discuss-gnuradio@gnu.org Se

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 116, Issue 24

2012-07-23 Thread Josh Blum
On 07/23/2012 09:31 AM, Kinal, George V. wrote: > Interested in your advice: * You need to set the wire format to sc8 > (thats 2 bytes per complex sample) to achieve 50 Msps over gigabit > ethernet. > > Where is this documented ? > It might be worth looking at the python code generated when us

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 116, Issue 24

2012-07-23 Thread Kinal, George V.
Interested in your advice: * You need to set the wire format to sc8 (thats 2 bytes per complex sample) to achieve 50 Msps over gigabit ethernet. Where is this documented ? We have an application using N210 and a sampling rate of 16.667 MHz. Some code fragments in Python include: 1. self._u =

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 115, Issue 31

2012-06-25 Thread Muhammad JUNAID
Hello.. Please tell me what is this error about in OpenBTS? muhammadjunaid@ubuntu:~/OpenBts.old/openbts-uhd/public-trunk/Transceiver52M$ ./transceiver  linux; GNU C++ version 4.5.2; Boost_104200; UHD_003.004.000-1156d9b ./transceiver [logFilePath] Log levels are ERROR, ALARM, WARN, NOTICE, INFO

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 114, Issue 33

2012-05-31 Thread Ian Buckley
t;>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>&g

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 114, Issue 33

2012-05-31 Thread Derrick Ho
The usrp has an fpga with some extra room in it. I would like to use that space. However I do no know which port is used to program this. Further more, where can I get the source code that was used to program my fpga ? I don't want to risk getting the wrong Source code and breaking the devices

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 114, Issue 15

2012-05-16 Thread senthil murugan
Hi Bill, Its possible to create CDE for whole gnuradio (with gnuradio-companion). To make CDE package run with all features of GNU Radio software (with GRC), we have to import all modules. I tried long ago by creating python file in which I imported all modules (attached in mail) of GNU Radio with

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 114, Issue 15

2012-05-15 Thread Justin Kelly
http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CHwQFjAB&url=http%3A%2F%2Fbk.gnarf.org%2Fcreativity%2Fvgasig%2Fvgasig.pdf&ei=0gizT7TLNIWI6AGRp6GfCQ&usg=AFQjCNGW3zPyQNAz7rmGtXAiPH8vsKu9gw&sig2=R42FJGxBdQSPU1UrfZ2bTQ For those folks looking for something other then specialized la

Re: [Discuss-gnuradio] [discuss-gnuradio]ofdm sync using only one preamble in gnuradio example benchmark_tx.py and benchmark_rx.py

2012-04-09 Thread Tom Rondeau
On Sat, Apr 7, 2012 at 6:19 PM, Alex Zhang wrote: > Hi Tom, > > Just correct my mail. > I retest the case, it is found that my matlab code has some errors which > cause this confusion. Sorry for the incorrect result. Alex, Thanks for getting back in touch about this. I wasn't sure how to answer y

Re: [Discuss-gnuradio] [discuss-gnuradio]ofdm sync using only one preamble in gnuradio example benchmark_tx.py and benchmark_rx.py

2012-04-07 Thread Alex Zhang
Hi Tom, Just correct my mail. I retest the case, it is found that my matlab code has some errors which cause this confusion. Sorry for the incorrect result. On Tue, Apr 3, 2012 at 12:43 AM, Alex Zhang wrote: > Hi Tom, > > To dig the details of the current ofdm receiver synchronization, i did >

Re: [Discuss-gnuradio] Discuss-gnuradio] gnuradio build on Lion OSX 10.7.3 64-bit fails

2012-03-31 Thread Mikko Lähteenmäki
lk/lib/.libs/libvolk.0.dylib >> Expected in: flat namespace >> in /Users/ifreq/gnuradio/volk/lib/.libs/libvolk.0.dylib >> /bin/sh: line 1: 65660 Trace/BPT trap: 5 ${dir}$tst >> >> >> Waiting for possible fix, thanks in advance! :-) > > > __

Re: [Discuss-gnuradio] [discuss-gnuradio]ofdm sync using only one preamble in gnuradio example benchmark_tx.py and benchmark_rx.py

2012-03-31 Thread Tom Rondeau
On Tue, Mar 27, 2012 at 10:29 PM, Alex Zhang wrote: > Hi Tom, > > Thanks for the reply. > In the ofdm_sync_pn.py, I see that a matched filter is used, after the > timing metric is obtained based on the correlation of the two halves of the > preamble. I understand this matched filter is trying to f

Re: [Discuss-gnuradio] [discuss-gnuradio]ofdm sync using only one preamble in gnuradio example benchmark_tx.py and benchmark_rx.py

2012-03-29 Thread Alex Zhang
Resend this mail for some comments. Thanks. On Tue, Mar 27, 2012 at 9:29 PM, Alex Zhang wrote: > Hi Tom, > > Thanks for the reply. > In the ofdm_sync_pn.py, I see that a matched filter is used, after the > timing metric is obtained based on the correlation of the two halves of the > preamble. I

Re: [Discuss-gnuradio] [discuss-gnuradio]ofdm sync using only one preamble in gnuradio example benchmark_tx.py and benchmark_rx.py

2012-03-27 Thread Alex Zhang
Hi Tom, Thanks for the reply. In the ofdm_sync_pn.py, I see that a matched filter is used, after the timing metric is obtained based on the correlation of the two halves of the preamble. I understand this matched filter is trying to find the end of the plateau of the metric and get the smooth peak

  1   2   >