Re: [Discuss-gnuradio] doubt about linking library to gnuradio

2011-08-17 Thread Josh Blum
Are we talking about comedi support? That was patched pretty recently to
work with recent versions of libcomedi. See commit:
http://gnuradio.org/cgit/gnuradio.git/commit/?id=8cb0981894000e8239ee2425b4e99ded9841604a

 sorry to ask this question , will you tell me the process to installed and
 compile the gnuradio and blocks .
  i had tried , i am not getting.
 

http://gnuradio.org/redmine/projects/gnuradio/wiki/BuildGuide

-josh

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] doubt about linking library to gnuradio

2011-08-17 Thread patiljagdish154

i had compile the code and installed the block successfully.
but now while running i am getting error.
Traceback (most recent call last):
  File /home/jagdish/top_block.py, line 13, in module
import comedi
  File /usr/local/lib/python2.6/dist-packages/comedi/__init__.py, line 40,
in module
from comedi_swig import *
  File /usr/local/lib/python2.6/dist-packages/comedi/comedi_swig.py, line
24, in module
_comedi_swig = swig_import_helper()
  File /usr/local/lib/python2.6/dist-packages/comedi/comedi_swig.py, line
20, in swig_import_helper
_mod = imp.load_module('_comedi_swig', fp, pathname, description)
ImportError: /usr/local/lib/libgnuradio-comedi-3.3.0.so.0: undefined symbol:
comedi_open 

i am wonder whether comedilib is link to gnuradio or not.
because while installing block i didn't get any error as far as comedilib
functions are concern.
i also made change in Makefile.common in main folder.
AM_CXXFLAGS = @autoconf_default_CXXFLAGS@ \
   -lcomedi -lm -I/usr/include -L/usr/lib 


Josh Blum-2 wrote:
 
 Are we talking about comedi support? That was patched pretty recently to
 work with recent versions of libcomedi. See commit:
 http://gnuradio.org/cgit/gnuradio.git/commit/?id=8cb0981894000e8239ee2425b4e99ded9841604a
 
 sorry to ask this question , will you tell me the process to installed
 and
 compile the gnuradio and blocks .
  i had tried , i am not getting.
 
 
 http://gnuradio.org/redmine/projects/gnuradio/wiki/BuildGuide
 
 -josh
 
 ___
 Discuss-gnuradio mailing list
 Discuss-gnuradio@gnu.org
 https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
 
 

-- 
View this message in context: 
http://old.nabble.com/doubt-about-linking-library-to-gnuradio-tp32270282p32277415.html
Sent from the GnuRadio mailing list archive at Nabble.com.


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] doubt about linking library to gnuradio

2011-08-17 Thread patiljagdish154

i had installed gnuradio -3.2.2.tar.gz
and used following command to installed
cd path to gnuradio-3.2.2
./configure
make
make check
sudo make install

after that i am getting error while starting GRC from command line .
will you tell me how to unistalled the gnuradio -3.2.2 or other solution to
let both version of gnuradio to work on my ubuntu 10.10

patiljagdish154 wrote:
 
 sorry to ask this question , will you tell me the process to installed and
 compile the gnuradio and blocks .
  i had tried , i am not getting.
 
 Marcus Müller-4 wrote:
 
 Hi Jagdish Patil,
 Archives of old Versions can be found at
 http://ftp.gnu.org/gnu/gnuradio/
 Since you'll have to compile things anyway, installing from source won't 
 hurt you.
 
 Version 3.2.2 is included in debian sid as well as in Ubuntu since lucid,
 so I guess you either run an outdated system or a rather obscure one,
 meaning that installing most libraries from source might be good advice 
 anyway.
 
 Greetings
 Marcus Müller
 
 Am 16.08.2011 13:19, schrieb patiljagdish154:
 thanks.
 i am close to finished it. in my synaptic manager gnuradio 3.2.2 is not
 available.
 i had gone through those files also , some files are missing .


 Martin Braun-4 wrote:
 On Tue, Aug 16, 2011 at 01:57:19AM -0700, patiljagdish154 wrote:
 hi all,
 i want to know  while installing block in gnuradio , if i didn't get
 error
 it's that means i had linked the library.
 actually i am working on comedi-gnuradio. while installing the
 block(for
 comedi)  i didn't get any error.

   comedi is collection of drivers for a variety of common data
 acquisition
 plug-in boards . comedilib is a user-space library that provides a
 developer-friendly interface to Comedi devices.

 to compile comedi code in C language i used
 gcc -filename.c -lcomedi -lm

 can any one tell me how include comedi library in gnuradio.
 what i did is  i made modification in Makefile.common in main folder .
 check
 for attachment (Makefile.common) . i made changes in line 26
 http://old.nabble.com/file/p32270282/Makefile.common Makefile.common
 AM_CXXFLAGS = @autoconf_default_CXXFLAGS@ \
 -lcomedi -lm -I/usr/include -L/usr/lib
 Hi patiljagdish154,

 libcomedi support for GNU Radio was deprecated a few versions ago. I
 think the last version with comedi support was 3.2.2--you should check
 out old versions of GNU Radio to see how this works. There's no need to
 do all the work yourself, much has been done already.

 MB

 -- 
 Karlsruhe Institute of Technology (KIT)
 Communications Engineering Lab (CEL)

 Dipl.-Ing. Martin Braun
 Research Associate

 Kaiserstraße 12
 Building 05.01
 76131 Karlsruhe

 Phone: +49 721 608-43790
 Fax: +49 721 608-46071
 www.cel.kit.edu

 KIT -- University of the State of Baden-Württemberg and
 National Laboratory of the Helmholtz Association



 ___
 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
 
 
 
 

-- 
View this message in context: 
http://old.nabble.com/doubt-about-linking-library-to-gnuradio-tp32270282p32277469.html
Sent from the GnuRadio mailing list archive at Nabble.com.


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] doubt about linking library to gnuradio

2011-08-17 Thread patiljagdish154

i am attaching the whole folder that i used to installed the block .
please check  http://old.nabble.com/file/p32277516/gr-comedi%2B.tar.gz
gr-comedi+.tar.gz 

Josh Blum-2 wrote:
 
 Are we talking about comedi support? That was patched pretty recently to
 work with recent versions of libcomedi. See commit:
 http://gnuradio.org/cgit/gnuradio.git/commit/?id=8cb0981894000e8239ee2425b4e99ded9841604a
 
 sorry to ask this question , will you tell me the process to installed
 and
 compile the gnuradio and blocks .
  i had tried , i am not getting.
 
 
 http://gnuradio.org/redmine/projects/gnuradio/wiki/BuildGuide
 
 -josh
 
 ___
 Discuss-gnuradio mailing list
 Discuss-gnuradio@gnu.org
 https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
 
 

-- 
View this message in context: 
http://old.nabble.com/doubt-about-linking-library-to-gnuradio-tp32270282p32277516.html
Sent from the GnuRadio mailing list archive at Nabble.com.


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] How to link gnuradio library with applications outside of gnuradio/usrp?

2011-08-17 Thread Alexandru Csete
On Wed, Aug 17, 2011 at 5:08 AM, Marcus M gnu.f...@gmail.com wrote:
 Actually I wanted to profile some classes that I wrote for my gnuradio
 application. In these classes I use gr_complex and the gri_fftw class. As I
 do not know how to use gprof in a gnuradio application I thought I will use
 the classes outside of gnuradio to run the profile tests. So that's why I
 want to link the gr_complex and gri_fftw in the test application.

Hi Marcus,

Both are in the gnuradio-core package and you can use pkg-config to
get the appropriate flags:

pkg-config --libs gnuradio-core

You can use the above directly in the linker command by surrounding it
with back-quotes(?)

`pkg-config --libs gnuradio-core`

Alex

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] uhd firmware and fpga image

2011-08-17 Thread Marcus D. Leech
On 08/17/2011 07:14 AM, sma s wrote:
 Hello,

 I am trying to use the usrp2 board with uhd. The firmware and fpga
 image for uhd:
 http://www.ettus.com/downloads/uhd_releases/master_images/
 doesn't seem to work. I have tried the same with the usrp2 firmware
 and fpga image and things are fine. So, could you please suggest how
 to go about this. I have installed gnuradio + uhd from the build
 script and the openbts uhd. All the software installations seem fine.
 The only thing which is stopping me is the uhd firmware and fpga image
 which doesnt seem to recognize the board. Please help. Thanks.

 Regards,
 Sma
   
What does uhd_usrp_probe --args addr=192.168.10.2

Return?


-- 
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
http://www.sbrac.org



___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] LTE LTE-Advanced using GNU Radio

2011-08-17 Thread Alexander Chemeris
Thank you, I will try.

Do you know what flavor of LTE do they implement? Is it something
which can be useful in Europe, or it's only Chinese version of LTE?

On Mon, Aug 8, 2011 at 13:47, Lin HUANG huanglin.b...@gmail.com wrote:
 Try this:
 http://www.openairinterface.org/overview/page1011.en.htm

 Lin
 2011/8/4 Thomas Tsou tt...@vt.edu

 On Tue, Aug 2, 2011 at 7:31 PM, Lin HUANG huanglin.b...@gmail.com wrote:
  This link is for download.
  https://twiki.eurecom.fr/twiki/bin/view/OpenAirInterface/GetSources
  But the username seems not usable. You have to contact the server
  administrator to get an account.

 I couldn't find any contact information for the administrator or
 anything on getting access. Do you know where I can find that
 information?

  Thomas





-- 
Regards,
Alexander Chemeris.

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] raw input data for those without hardware

2011-08-17 Thread Alexander Chemeris
Ben,

I'm a bit late, but may be this will be helpful:
http://signals.radioscanner.ru/base/
Site is in Russian, but signal names are in English and you could also
use Google Translate:
http://translate.google.com/translate?hl=ensl=ruu=http://signals.radioscanner.ru/base

Hope this helps.

On Sun, Aug 7, 2011 at 01:21, Ben Reynwar b...@reynwar.net wrote:
 I don't have any hardware and am looking for some raw input data to
 play with.  It doesn't really matter what.  Where are good places to
 find this?

 I faintly remember people asking this question here before, but
 haven't come up with the right search terms to bring up those emails.

 Cheers,
 Ben

 ___
 Discuss-gnuradio mailing list
 Discuss-gnuradio@gnu.org
 https://lists.gnu.org/mailman/listinfo/discuss-gnuradio




-- 
Regards,
Alexander Chemeris.

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] How to link gnuradio library with applications outside of gnuradio/usrp?

2011-08-17 Thread Marcus Müller

Hi Marcus M (cool name, actually),

gr_complex is an STL complexfloat, so you won't need the complete GR 
core to use it:
gnuradio-core/src/lib/runtime/gr_complex.h:typedef 
std::complexfloatgr_complex;


gri_fft requires only gr_complex (see above) and gr_sys_paths, which is 
essentially replaceable by
string literals. (and boost filesystemthreads and fftw of course, but 
those are not part of GR)


By the way: You'll be benchmarking FFTW (float implementation) 
complex2real fft, why would you want
to use it wrapped in gri_fft? Using FFTW is -after all- three lines of 
code, using the benchmarking

functions one line more.

Hope this was helpful,

greetings
Marcus Müller


Am 17.08.2011 13:03, schrieb Alexandru Csete:

On Wed, Aug 17, 2011 at 5:08 AM, Marcus Mgnu.f...@gmail.com  wrote:

Actually I wanted to profile some classes that I wrote for my gnuradio
application. In these classes I use gr_complex and the gri_fftw class. As I
do not know how to use gprof in a gnuradio application I thought I will use
the classes outside of gnuradio to run the profile tests. So that's why I
want to link the gr_complex and gri_fftw in the test application.

Hi Marcus,

Both are in the gnuradio-core package and you can use pkg-config to
get the appropriate flags:

pkg-config --libs gnuradio-core

You can use the above directly in the linker command by surrounding it
with back-quotes(?)

`pkg-config --libs gnuradio-core`

Alex

___
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] Split-function implementation of 802.11g OFDM PHY and MAC on USRP2

2011-08-17 Thread Alexander Chemeris
Hi Nick,

On Sat, Aug 13, 2011 at 02:41, Nick Foster n...@ettus.com wrote:
 On Fri, 2011-08-12 at 23:26 +0100, Nemanja Trecakov wrote:
 1) Did anybody use this external SRAM
 on USRP2 before? According to the FAQ page the usual FPGA build is
 not using it.
 (http://gnuradio.org/redmine/projects/gnuradio/wiki/USRP2GenFAQ)
 However, my experience with these pages is that many of them are
 outdated. I also found the folder called extramfifo in
 uhd/fpga/usrp2 folder for which I believe has something to do with
 external RAM.True?

 The external SRAM is currently used for buffering TX packets.

Is it true for USRP N and latest git too?

-- 
Regards,
Alexander Chemeris.

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] The usrp2 can work with an microsoft .net ?

2011-08-17 Thread Julio Héctor Aguilar Renteria

Dear

The usrp2 can work with an microsoft .net ?
 
Sincerely,
 
Julio Hector Aguilar Renteria

  ___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] The usrp2 can work with an microsoft .net ?

2011-08-17 Thread Marcus D. Leech

On 17/08/2011 12:41 PM, Julio Héctor Aguilar Renteria wrote:

Dear

The usrp2 can work with an microsoft .net ?

Sincerely,

Julio Hector Aguilar Renteria


The UHD API for the hardware, and the Gnu Radio signal processing 
framework are all native C++ code and Python.


But with some amount of work, I'm sure you could get your .NET based 
application to make calls to the UHD and Gnu Radio native code.

  I'm pretty-sure nobody has already done this.



___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] The usrp2 can work with an microsoft .net ?

2011-08-17 Thread Josh Blum


On 08/17/2011 10:05 AM, Marcus D. Leech wrote:
 On 17/08/2011 12:41 PM, Julio Héctor Aguilar Renteria wrote:
 Dear

 The usrp2 can work with an microsoft .net ?

 Sincerely,

 Julio Hector Aguilar Renteria


 The UHD API for the hardware, and the Gnu Radio signal processing
 framework are all native C++ code and Python.
 
 But with some amount of work, I'm sure you could get your .NET based
 application to make calls to the UHD and Gnu Radio native code.
   I'm pretty-sure nobody has already done this.
 
 

Yes, if you can call into dll, i guess it should work. Here are some
prebuilt windows installers for uhd and gnuradio:

http://code.ettus.com/redmine/ettus/projects/uhd/wiki#Binary-downloads

http://www.joshknows.com/gnuradio_port

-josh

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Split-function implementation of 802.11g OFDM PHY and MAC on USRP2

2011-08-17 Thread Alexander Chemeris
On Wed, Aug 17, 2011 at 21:15, Nick Foster n...@ettus.com wrote:
 On Wed, 2011-08-17 at 18:00 +0400, Alexander Chemeris wrote:
 Hi Nick,

 On Sat, Aug 13, 2011 at 02:41, Nick Foster n...@ettus.com wrote:
  On Fri, 2011-08-12 at 23:26 +0100, Nemanja Trecakov wrote:
  1) Did anybody use this external SRAM
  on USRP2 before? According to the FAQ page the usual FPGA build is
  not using it.
  (http://gnuradio.org/redmine/projects/gnuradio/wiki/USRP2GenFAQ)
  However, my experience with these pages is that many of them are
  outdated. I also found the folder called extramfifo in
  uhd/fpga/usrp2 folder for which I believe has something to do with
  external RAM.True?
 
  The external SRAM is currently used for buffering TX packets.

 Is it true for USRP N and latest git too?


 yes


By Tx do you mean Ethernet-RF aka RF Tx, or RF-Ethernet aka Eth Tx?


-- 
Regards,
Alexander Chemeris.

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Split-function implementation of 802.11g OFDM PHY and MAC on USRP2

2011-08-17 Thread Colby Boyer
On Wed, Aug 17, 2011 at 10:50 AM, Nick Foster n...@ettus.com wrote:

 On Wed, 2011-08-17 at 21:47 +0400, Alexander Chemeris wrote:
  On Wed, Aug 17, 2011 at 21:15, Nick Foster n...@ettus.com wrote:
   On Wed, 2011-08-17 at 18:00 +0400, Alexander Chemeris wrote:
   Hi Nick,
  
   On Sat, Aug 13, 2011 at 02:41, Nick Foster n...@ettus.com wrote:
On Fri, 2011-08-12 at 23:26 +0100, Nemanja Trecakov wrote:
1) Did anybody use this external SRAM
on USRP2 before? According to the FAQ page the usual FPGA build is
not using it.
(http://gnuradio.org/redmine/projects/gnuradio/wiki/USRP2GenFAQ)
However, my experience with these pages is that many of them are
outdated. I also found the folder called extramfifo in
uhd/fpga/usrp2 folder for which I believe has something to do with
external RAM.True?
   
The external SRAM is currently used for buffering TX packets.
  
   Is it true for USRP N and latest git too?
  
  
   yes
  
 
  By Tx do you mean Ethernet-RF aka RF Tx, or RF-Ethernet aka Eth Tx?

 RF TX. It's there as a buffer so you can use timestamped TX packets to
 say send this data at exactly time X.

 --n

 
 



 ___
 Discuss-gnuradio mailing list
 Discuss-gnuradio@gnu.org
 https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Is the FPGA even big enough to support a full 802.11G receiver (so
many multipliers)? Unless there is a onboard microprocessor/DSP for you to
use, trying to run everything in hardware will get very complicated very
fast. Granted the MAC is offloaded to the host computer, but handling all
the PHY functions is daunting.

There is preamble search, then symbol/freq synchronization + whatever
filtering is needed to accomplish this. After that, there is OFDM
equalization from the pilot symbols. Also viterbi decoders for the FEC.

--Colby
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Split-function implementation of 802.11g OFDM PHY and MAC on USRP2

2011-08-17 Thread Alexander Chemeris
On Wed, Aug 17, 2011 at 21:50, Nick Foster n...@ettus.com wrote:
 On Wed, 2011-08-17 at 21:47 +0400, Alexander Chemeris wrote:
 On Wed, Aug 17, 2011 at 21:15, Nick Foster n...@ettus.com wrote:
  On Wed, 2011-08-17 at 18:00 +0400, Alexander Chemeris wrote:
  Hi Nick,
 
  On Sat, Aug 13, 2011 at 02:41, Nick Foster n...@ettus.com wrote:
   On Fri, 2011-08-12 at 23:26 +0100, Nemanja Trecakov wrote:
   1) Did anybody use this external SRAM
   on USRP2 before? According to the FAQ page the usual FPGA build is
   not using it.
   (http://gnuradio.org/redmine/projects/gnuradio/wiki/USRP2GenFAQ)
   However, my experience with these pages is that many of them are
   outdated. I also found the folder called extramfifo in
   uhd/fpga/usrp2 folder for which I believe has something to do with
   external RAM.True?
  
   The external SRAM is currently used for buffering TX packets.
 
  Is it true for USRP N and latest git too?
 
 
  yes
 

 By Tx do you mean Ethernet-RF aka RF Tx, or RF-Ethernet aka Eth Tx?

 RF TX. It's there as a buffer so you can use timestamped TX packets to
 say send this data at exactly time X.

Thanks. I've updated FAQ:
http://gnuradio.org/redmine/projects/gnuradio/wiki/USRP2GenFAQ#What-is-the-1-Megabyte-SRAM-used-for
Please check if I'm correct.


-- 
Regards,
Alexander Chemeris.

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] How to link gnuradio library with applications outside of gnuradio/usrp?

2011-08-17 Thread Marcus M
@Alexander, thanks for your reply, it worked like a charm.

On Wed, Aug 17, 2011 at 8:48 AM, Marcus Müller g...@mueller-marcus.eu wrote:

 Hi Marcus M (cool name, actually),


 gr_complex is an STL complexfloat, so you won't need the complete GR core
 to use it:
 gnuradio-core/src/lib/runtime/gr_complex.h:typedef std::complexfloat
  gr_complex;

 gri_fft requires only gr_complex (see above) and gr_sys_paths, which is
 essentially replaceable by
 string literals. (and boost filesystemthreads and fftw of course, but
 those are not part of GR)

 By the way: You'll be benchmarking FFTW (float implementation) complex2real
 fft, why would you want
 to use it wrapped in gri_fft? Using FFTW is -after all- three lines of
 code, using the benchmarking
 functions one line more.


I actually wanted to test my gnuradio block that performs acquisition of
DSSS signals. As I am not sure how gprof works in gnuradio I thought i will
use the same classes that I used for my block and test the block using a
test code outside of gnuradio while retaining everything 'gnuradio' in it. I
didn't want to change the code as I suspect that may result in performance
difference.

I use gri_fft in my block so that I can have the block resemble native
gnuradio code. I will use fftw and if it improves performance then I will
use that instead of the gri_fft wrapper.

Thanks everybody.


 Hope this was helpful,

 greetings
 Marcus Müller


 Am 17.08.2011 13:03, schrieb Alexandru Csete:

  On Wed, Aug 17, 2011 at 5:08 AM, Marcus Mgnu.f...@gmail.com  wrote:

 Actually I wanted to profile some classes that I wrote for my gnuradio
 application. In these classes I use gr_complex and the gri_fftw class. As
 I
 do not know how to use gprof in a gnuradio application I thought I will
 use
 the classes outside of gnuradio to run the profile tests. So that's why I
 want to link the gr_complex and gri_fftw in the test application.

 Hi Marcus,

 Both are in the gnuradio-core package and you can use pkg-config to
 get the appropriate flags:

 pkg-config --libs gnuradio-core

 You can use the above directly in the linker command by surrounding it
 with back-quotes(?)

 `pkg-config --libs gnuradio-core`

 Alex

 ___
 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

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Split-function implementation of 802.11g OFDM PHY and MAC on USRP2

2011-08-17 Thread Nick Foster
On Wed, 2011-08-17 at 18:00 +0400, Alexander Chemeris wrote:
 Hi Nick,
 
 On Sat, Aug 13, 2011 at 02:41, Nick Foster n...@ettus.com wrote:
  On Fri, 2011-08-12 at 23:26 +0100, Nemanja Trecakov wrote:
  1) Did anybody use this external SRAM
  on USRP2 before? According to the FAQ page the usual FPGA build is
  not using it.
  (http://gnuradio.org/redmine/projects/gnuradio/wiki/USRP2GenFAQ)
  However, my experience with these pages is that many of them are
  outdated. I also found the folder called extramfifo in
  uhd/fpga/usrp2 folder for which I believe has something to do with
  external RAM.True?
 
  The external SRAM is currently used for buffering TX packets.
 
 Is it true for USRP N and latest git too?
 

yes



___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] The usrp2 can work with an microsoft .net ?

2011-08-17 Thread Julio Hector Aguilar Renteria
thanks, will review

On Wed, Aug 17, 2011 at 12:13 PM, Josh Blum j...@ettus.com wrote:



 On 08/17/2011 10:05 AM, Marcus D. Leech wrote:
  On 17/08/2011 12:41 PM, Julio Héctor Aguilar Renteria wrote:
  Dear
 
  The usrp2 can work with an microsoft .net ?
 
  Sincerely,
 
  Julio Hector Aguilar Renteria
 
 
  The UHD API for the hardware, and the Gnu Radio signal processing
  framework are all native C++ code and Python.
 
  But with some amount of work, I'm sure you could get your .NET based
  application to make calls to the UHD and Gnu Radio native code.
I'm pretty-sure nobody has already done this.
 
 

 Yes, if you can call into dll, i guess it should work. Here are some
 prebuilt windows installers for uhd and gnuradio:

 http://code.ettus.com/redmine/ettus/projects/uhd/wiki#Binary-downloads

 http://www.joshknows.com/gnuradio_port

 -josh

 ___
 Discuss-gnuradio mailing list
 Discuss-gnuradio@gnu.org
 https://lists.gnu.org/mailman/listinfo/discuss-gnuradio




-- 
Cordial Saludo



Muchas Gracias


Atentamente,


*Julio Hector Aguilar Renteria
*Celular: 312 864 2625
Skype: jharvao
MSN: jhar...@hotmail.com
Cali - Colombia
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] usrp2 on windows - network cable unplugged

2011-08-17 Thread Kyle Zhou
I tried to use usrp2 on windows with the newest sd card image. Worked on
ubuntu.

But on windows, when I plug in the Ethernet cable and the power, initially
windows shows acquiring network address, connected firewalled. After a few
seconds, (I think it is when the image has been loaded from sd card to the
mother board) windows shows 'network cable unplugged'

I confirm it is a Gb network card.

What might be the cause of that?

 

 

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] usrp2 on windows - network cable unplugged

2011-08-17 Thread Marcus D. Leech
On 08/17/2011 11:19 PM, Kyle Zhou wrote:

 I tried to use usrp2 on windows with the newest sd card image. Worked
 on ubuntu.

 But on windows, when I plug in the Ethernet cable and the power,
 initially windows shows acquiring network address, connected
 firewalled. After a few seconds, (I think it is when the image has
 been loaded from sd card to the mother board) windows shows 'network
 cable unplugged'

 I confirm it is a Gb network card.

 What might be the cause of that?

  

  

You need to configure that particular network interface to use a
*STATIC* IP address, and *NOT* try to
  acquire an address through DHCP.  Windows is trying to find a DHCP
server on that interface, failing, and
  then declaring the interface dead as a result.


-- 
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
http://www.sbrac.org

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] Errors provoke in latest GnuRadio/GRC

2011-08-17 Thread Marcus D. Leech
Using GRC, instantiating a UHD Source block, and modify its parameters. 
Provokes errors from Python:

 File
/usr/local/lib/python2.6/site-packages/gnuradio/grc/gui/Param.py, line
73, in _handle_changed
self._update_gui()
  File
/usr/local/lib/python2.6/site-packages/gnuradio/grc/gui/Param.py, line
53, in _update_gui
self.set_color(self.param.get_color())
  File
/usr/local/lib/python2.6/site-packages/gnuradio/grc/gui/Param.py, line
126, in set_color
self._input.get_child().modify_base(gtk.STATE_NORMAL,
gtk.gdk.color_parse('#ff'))
AttributeError: 'NoneType' object has no attribute 'modify_base'
Traceback (most recent call last):
  File
/usr/local/lib/python2.6/site-packages/gnuradio/grc/gui/Param.py, line
73, in _handle_changed
self._update_gui()
  File
/usr/local/lib/python2.6/site-packages/gnuradio/grc/gui/Param.py, line
53, in _update_gui
self.set_color(self.param.get_color())
  File
/usr/local/lib/python2.6/site-packages/gnuradio/grc/gui/Param.py, line
124, in set_color
self._input.get_child().modify_base(gtk.STATE_NORMAL,
gtk.gdk.color_parse(color))
AttributeError: 'NoneType' object has no attribute 'modify_base'
Traceback (most recent call last):
  File
/usr/local/lib/python2.6/site-packages/gnuradio/grc/gui/Param.py, line
73, in _handle_changed
self._update_gui()
  File
/usr/local/lib/python2.6/site-packages/gnuradio/grc/gui/Param.py, line
53, in _update_gui
self.set_color(self.param.get_color())
  File
/usr/local/lib/python2.6/site-packages/gnuradio/grc/gui/Param.py, line
124, in set_color
self._input.get_child().modify_base(gtk.STATE_NORMAL,
gtk.gdk.color_parse(color))
AttributeError: 'NoneType' object has no attribute 'modify_base'
/usr/local/lib/python2.6/site-packages/gnuradio/grc/gui/PropsDialog.py:168:
GtkWarning: gdk_drawable_get_display: assertion `GDK_IS_DRAWABLE
(drawable)' failed
  response = gtk.Dialog.run(self)
/usr/local/lib/python2.6/site-packages/gnuradio/grc/gui/PropsDialog.py:168:
GtkWarning: gdk_cursor_new_for_display: assertion `GDK_IS_DISPLAY
(display)' failed
  response = gtk.Dialog.run(self)
/usr/local/lib/python2.6/site-packages/gnuradio/grc/gui/PropsDialog.py:168:
GtkWarning: gdk_window_set_cursor: assertion `GDK_IS_WINDOW (window)' failed
  response = gtk.Dialog.run(self)
/usr/local/lib/python2.6/site-packages/gnuradio/grc/gui/PropsDialog.py:168:
GtkWarning: gdk_cursor_unref: assertion `cursor != NULL' failed
  response = gtk.Dialog.run(self)


This is on a 32-bit Fedora 12 system, with current-as-of-today GIT of
Gnu Radio and UHD.  GRC identifies
  as:

GNU Radio Companion v3.4.0-115-g62768eed


I have Python 2.6.2



-- 
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
http://www.sbrac.org



___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] usrp2 on windows - network cable unplugged

2011-08-17 Thread Kyle Zhou
On 18 August 2011 13:29, Marcus D. Leech mle...@ripnet.com wrote:

 **
 On 08/17/2011 11:19 PM, Kyle Zhou wrote:

  I tried to use usrp2 on windows with the newest sd card image. Worked on
 ubuntu.

 But on windows, when I plug in the Ethernet cable and the power, initially
 windows shows acquiring network address, connected firewalled. After a few
 seconds, (I think it is when the image has been loaded from sd card to the
 mother board) windows shows ‘network cable unplugged’

 I confirm it is a Gb network card.

 What might be the cause of that?

 ** **

 ** **

 You need to configure that particular network interface to use a *STATIC*
 IP address, and *NOT* try to
   acquire an address through DHCP.  Windows is trying to find a DHCP server
 on that interface, failing, and
   then declaring the interface dead as a result.


 --
 Principal Investigator
 Shirleys Bay Radio Astronomy Consortiumhttp://www.sbrac.org

  Yes, I did configured it as static IP 192.168.10.1
Actually windows did show 'connected, firewalled'. but after a few seconds,
it turned to unplugged. This is weird to me.
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] Someone working with a framework .net and usrp2

2011-08-17 Thread Julio Hector Aguilar Renteria
Dear,

Someone working with a framework .net and usrp2

Sincerely,

Julio Héctor Aguilar R.
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] usrp2 on windows - network cable unplugged

2011-08-17 Thread Marcus D. Leech
On 08/18/2011 12:09 AM, Kyle Zhou wrote:

 Yes, I did configured it as static IP 192.168.10.1
 Actually windows did show 'connected, firewalled'. but after a few
 seconds, it turned to unplugged. This is weird to me.
Well, if it really is configured for a static IP, you might see if
there's a way to force the card to only use
  1GiGe.  I don't know how to do that in windows, but I do know that
some 1GiGe PHY implementations
  don't auto-negotiate properly, so if you can force the ethernet
hardware to run always at 1GiGe, and
  not auto-speed negotiate, that sometimes helps.



-- 
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
http://www.sbrac.org



___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] usrp2 on windows - network cable unplugged

2011-08-17 Thread Kyle Zhou
 -Original Message-
 From: Marcus D. Leech [mailto:mle...@ripnet.com]
 Sent: Thursday, 18 August 2011 2:16 PM
 To: Kyle Zhou
 Cc: discuss-gnuradio@gnu.org
 Subject: Re: [Discuss-gnuradio] usrp2 on windows - network cable
 unplugged
 
 On 08/18/2011 12:09 AM, Kyle Zhou wrote:
 
  Yes, I did configured it as static IP 192.168.10.1
  Actually windows did show 'connected, firewalled'. but after a few
  seconds, it turned to unplugged. This is weird to me.
 Well, if it really is configured for a static IP, you might see if
 there's a way to force the card to only use
   1GiGe.  I don't know how to do that in windows, but I do know that
 some 1GiGe PHY implementations
   don't auto-negotiate properly, so if you can force the ethernet
 hardware to run always at 1GiGe, and
   not auto-speed negotiate, that sometimes helps.
 
 
 
 --
 Principal Investigator
 Shirleys Bay Radio Astronomy Consortium
 http://www.sbrac.org
 
Yes, you are right. When I configure the Ethernet interface to the 1Gb only
mode. It works!
Thanks a lot.


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio