Re: [Discuss-gnuradio] How to call .py file into another .py file

2010-01-26 Thread Josef Vukovic
Hello, That's not a good python textbook, it is more like a quick start guide. I would suggest him "Learning python 4th edition" from Mark Lutz. http://oreilly.com/catalog/9780596158071 yours faithfull Josef Vukovic 2010/1/26 Eric Blossom > On Tue, Jan 26, 2010 at 02:51:36

Re: [Discuss-gnuradio] How to call .py file into another .py file

2010-01-26 Thread Josef Vukovic
Hello, That's not a good python textbook, it is more like a quick start guide. I would suggest him "Learning python 4th edition" from Mark Lutz. http://oreilly.com/catalog/9780596158071 yours faithful Josef Vukovic > 2010/1/26 Eric Blossom > > On Tue, Jan 26,

Re: [Discuss-gnuradio] Ettus Research News

2010-02-05 Thread Josef Vukovic
Hello, Hm, I discoverd it is like Free as in freedom not like free beer. :-( 2010/2/5 Tom Rondeau > On Fri, Feb 5, 2010 at 3:20 PM, Don Fanning wrote: > > Heh... You know I wondered the exact same thing a few weeks ago. Matt > > "informed" me that the .PCB files were never released. I did fi

Re: [Discuss-gnuradio] Ettus Research News

2010-02-05 Thread Josef Vukovic
Forget to mention: I have found an invitation paper from NI in my Mailbox today about some NI product presentation. So would be great if I find sometime a NI invitation about a GNURADIO presentation in my area. :-) yours faithful Josef Vukovic

[Discuss-gnuradio] ploting gnucap simulation data with gnuradio.

2010-05-14 Thread Josef Vukovic
0.04768 . . . . Is there something ready for use in gnuradio which do the task? Or do I have to read the data in with the python file functions (open, read, readline) mfg Josef Vukovic ___ Discuss-gnuradio mailing list Discuss-g

Re: [Discuss-gnuradio] Re: 2nd Edition (Corrected link)

2010-07-24 Thread Josef Vukovic
Hi, What about the example MATLAB scripts in the book, are they GNU OCTAVE compatible? Josef 2010/7/24 Eric Blossom > On Thu, Jul 22, 2010 at 09:29:17AM -0400, Bob McGwier wrote: > > The 2nd edition of the REALLY expensive ($29.95) SDR book by friend > > and colleague, Behrouz Farhang-Beroujen

[Discuss-gnuradio] SAQ Grimmeton

2010-12-23 Thread Josef Vukovic
Hello, SAQ is onair the 24th. Does someone have tips how to recieve it with gnuradio and the soundcard. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Question about SMA-SMA coaxial cable

2011-06-08 Thread Josef Vukovic
). So if you go along the coaxcable with the probe and you see an increased voltage, something would be faulty. :-( regards Josef Vukovic ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] OSX configure error

2009-08-06 Thread Josef Vukovic
.e. EOF) to exit >>> q68f0:~/gnuradio josefvukovic$ Could someone be so kind to give me a hint what can I do :-( cu Josef Vukovic ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] OSX configure error

2009-08-06 Thread Josef Vukovic
PATH variable, I installed python 2.5 and in the environmentvariable is mentioned python2.3 How can I fix this ? cu Josef Vukovic ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] OSX configure error

2009-08-07 Thread Josef Vukovic
2009/8/7 Colin Stagner > Josef Vukovic wrote: > > Probably the error is in the PYTHONPATH variable, I installed python > > 2.5 and in the environmentvariable is mentioned python2.3 > > > > How can I fix this ? > Look in ~/.bashrc (if it exists) or ~/.bash_login.

Re: [Discuss-gnuradio] OSX configure error

2009-08-07 Thread Josef Vukovic
rtant. You're probably going to need to go > into your profile and ensure it's points to the right place. The given link > has commands to add. I had some problems with python, and hacking that out > got rid of all of them (didn't get rid of all my problems, though :P) &

Fwd: [Discuss-gnuradio] OSX configure error

2009-08-07 Thread Josef Vukovic
-- Forwarded message -- From: Josef Vukovic Date: 2009/8/7 Subject: Re: [Discuss-gnuradio] OSX configure error To: "Chukhman, Ilya A." 2009/8/7 Chukhman, Ilya A. > I am having a similar problem. Have you been able to resolve this error? > > Thanks,

Fwd: [Discuss-gnuradio] OSX configure error

2009-08-07 Thread Josef Vukovic
-- Forwarded message -- From: Josef Vukovic Date: 2009/8/7 Subject: Re: [Discuss-gnuradio] OSX configure error To: "Chukhman, Ilya A." 2009/8/7 Josef Vukovic > > 2009/8/7 Chukhman, Ilya A. > >> I am having a similar problem. Have you been able

Re: [Discuss-gnuradio] OS X Configure script error

2009-08-08 Thread Josef Vukovic
I have the same problem. g77 is not the source of failure I wrote a small fortran programm and g77 test.f produces a.out which runs fine. It must be something wrong with conftest.f I guess. If you have a osx 10.5 (leopard) you can try to install gnuradio from macports sudo port install gnuradio C

[Discuss-gnuradio] Re: OSX configure error

2009-08-11 Thread Josef Vukovic
I have resolved this porblem. The error don't appear when the ./bootstrap script is not run before the ./configure script is run. So don't make a configure scritpt with ./bootstrap instead run simply ./configure. cu Josef Vukovic 2009/8/6 Josef Vukovic > Hello all, > > I a

Re: [Discuss-gnuradio] How to properly generate documentation, and find the files behind the code?

2009-08-12 Thread Josef Vukovic
ptfir.low_pass, so I was able to view the entire code with vi. This is probably not the best way to search for things but it is an approach. hope this helps. cu Josef Vukovic 2009/8/10 Jonathan Coveney > Howdy, > > I want to better understand certain blocks... such as what the pa

Re: [Discuss-gnuradio] The definition of gr_sincosf and doxygen related question

2009-09-14 Thread Josef Vukovic
testporgram with a macro something like __LIBC in it I think, or look in your lib dir. This things can be found like eric mentioned with the tools find, grep and vi which I used alternating during the search. When you have installed the library man pages properly you can man

Re: [Discuss-gnuradio] GR class

2009-09-17 Thread Josef Vukovic
2009/9/16, nansai hu : > there are lots of pre-definited function in GR class. Mean you from > gnuradio import gr, > so is there any dictionary or explanation of these function and how to use > them > Hm, you can get a list of all items in gr but not a dictionary with the dir(gr) command in the p

Re: [Discuss-gnuradio] another newbie question

2009-09-27 Thread Josef Vukovic
n, opensource developemt and much more On the gnuradio website are a lot of information where someone can start reading a lot suggestions are even open. Have fun exploring gnuradio :-) best regards Josef Vukovic PS: grc (gnuradio companion) is not a buildtool for building gnuradio, it is more

Re: [Discuss-gnuradio] GNU Radio session: Call for Presentation, SDRF ERRT 2010

2009-12-11 Thread Josef Vukovic
:-( Searching for the keynote speaker Tero Solante (European defence Agency) leads me to a website which tells me how to became a first class patient. lol 2009/12/11 Martin Braun > Dear GNU Radio developers and users, > > as part of the 2010 European Reconfigurable Radio Technologies > Worksho

Re: [Discuss-gnuradio] small question

2009-12-25 Thread Josef Vukovic
48p26919848.html > Sent from the GnuRadio mailing list archive at Nabble.com. > > > > ___ > Discuss-gnuradio mailing list > Discuss-gnuradio@gnu.org > http://lists.gnu.org/mailman/listinfo/discuss-gnuradio > regards Josef V