[Discuss-gnuradio] cvs compile error (libtool: compile: specify a tag with `--tag')

2005-02-10 Thread MJ
Hey people,

I wonder if anyone can point me in the right
direction.I started gentoo linux about 4 weeks ago
so please excuse my noobiness.

Grabbing the files from cvs is fine. After doing a
"./for-all-dirs ../buildit" the following error stops
the rest of the compile.

make  all-am
make[5]: Entering directory
`/home/mj/cvs/gnuradio/gr-build/gnuradio-core/src/lib/filter'
/bin/sh ../../../libtool --mode=compile as  @ASFLAGS@
-c -o float_dotprod_sse.lo `test -f
float_dotprod_sse.s || echo './'`float_dotprod_sse.s
libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'
make[5]: *** [float_dotprod_sse.lo] Error 1

i've tried lots of random things mentioned in the
gentoo forums such as emerge --oneshot libtool etc
with no luck.

here's my "emerge --info" if this helps:

Portage 2.0.51-r15 (default-linux/x86/2004.3,
gcc-3.3.5, glibc-2.3.4.20040808-r1, 2.6.10-gentoo-r6
i686)
=
System uname: 2.6.10-gentoo-r6 i686 Intel(R)
Pentium(R) M processor 1600MHz
Gentoo Base System version 1.6.8
Python:  dev-lang/python-2.3.4 [2.3.4 (#1,
Oct 24 2004, 07:40:35)]
ccache version 2.3 [enabled]
dev-lang/python: 2.3.4
sys-devel/autoconf:  2.59-r6
sys-devel/automake:  1.5, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.4.21-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=pentium3 -fomit-frame-pointer
-ftracer -momit-leaf-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb
/usr/kde/2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown
/usr/kde/3/share/config /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo
/etc/env.d"
CXXFLAGS="-O3 -march=pentium3 -fomit-frame-pointer
-ftracer -momit-leaf-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks
sandbox sfperms"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo";
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X alsa apache2 apm arts avi berkdb
bitmap-fonts crypt cups encode f77 fam flac
font-server foomaticdb fortran gdbm gif gpm gtk gtk2
imlib ipv6 java jpeg junit kde libg++ libwww mad
mikmod motif mpeg mysql ncurses nls oggvorbis opengl
oss pam pdflib perl png python qt quicktime readline
samba sdl spell ssl svga tcpd tiff truetype
truetype-fonts type1-fonts xml2 xmms xv zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL,
LDFLAGS, PORTDIR_OVERLAY


Any help would be greatly appreciated :)

cheers,

mj - m0mik
hotstudent.com [are you hot enough?!]




__ 
Do you Yahoo!? 
Yahoo! Mail - Find what you need with new enhanced search.
http://info.mail.yahoo.com/mail_250


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


Re: [Discuss-gnuradio] cvs compile error (libtool: compile: specify a tag with `--tag')

2005-02-10 Thread mj
Hi Ilia,

Thanks for the reply. How do i stop Makefile from
getting overwritten when i do a "./for-all-dirs
../buildit"?

It says this at the top of Makefile:
"# This file is machine generated.  All edits will be
overwritten"

thanks

--- Ilia Mirkin <[EMAIL PROTECTED]> wrote:

> That's funny... I had the exact same problem, on
> gentoo. The way I fixed
> it was to edit the Makefile in that directory
> (src/lib/filter), changing
> the LTASCOMPILE definition from like
> 
> libtool --mode=compile . $(AS) $(ASFLAGS)
> 
> or something along those lines to
> 
> libtool --mode=compile $(CCAS) $(CCASFLAGS)
> 
> (basically stick a CC in front of the AS* variables
> and get rid of the
> AM_FLAGS param)
> 
> Hope this helps,
> 
> Ilia Mirkin
> [EMAIL PROTECTED]
> 
> On Thu, 2005-02-10 at 04:45 -0800, MJ wrote:
> > Hey people,
> > 
> > I wonder if anyone can point me in the right
> > direction.I started gentoo linux about 4 weeks
> ago
> > so please excuse my noobiness.
> > 
> > Grabbing the files from cvs is fine. After doing a
> > "./for-all-dirs ../buildit" the following error
> stops
> > the rest of the compile.
> > 
> > make  all-am
> > make[5]: Entering directory
> >
>
`/home/mj/cvs/gnuradio/gr-build/gnuradio-core/src/lib/filter'
> > /bin/sh ../../../libtool --mode=compile as 
> @ASFLAGS@
> > -c -o float_dotprod_sse.lo `test -f
> > float_dotprod_sse.s || echo
> './'`float_dotprod_sse.s
> > libtool: compile: unable to infer tagged
> configuration
> > libtool: compile: specify a tag with `--tag'
> > make[5]: *** [float_dotprod_sse.lo] Error 1
> > 
> > i've tried lots of random things mentioned in the
> > gentoo forums such as emerge --oneshot libtool etc
> > with no luck.
> > 
> > here's my "emerge --info" if this helps:
> > 
> > Portage 2.0.51-r15 (default-linux/x86/2004.3,
> > gcc-3.3.5, glibc-2.3.4.20040808-r1,
> 2.6.10-gentoo-r6
> > i686)
> >
>
=
> > System uname: 2.6.10-gentoo-r6 i686 Intel(R)
> > Pentium(R) M processor 1600MHz
> > Gentoo Base System version 1.6.8
> > Python:  dev-lang/python-2.3.4 [2.3.4
> (#1,
> > Oct 24 2004, 07:40:35)]
> > ccache version 2.3 [enabled]
> > dev-lang/python: 2.3.4
> > sys-devel/autoconf:  2.59-r6
> > sys-devel/automake:  1.5, 1.9.4
> > sys-devel/binutils:  2.15.92.0.2-r1
> > sys-devel/libtool:   1.5.10-r4
> > virtual/os-headers:  2.4.21-r1
> > ACCEPT_KEYWORDS="x86"
> > AUTOCLEAN="yes"
> > CFLAGS="-O3 -march=pentium3 -fomit-frame-pointer
> > -ftracer -momit-leaf-frame-pointer -pipe"
> > CHOST="i686-pc-linux-gnu"
> > CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb
> > /usr/kde/2/share/config /usr/kde/3.3/env
> > /usr/kde/3.3/share/config /usr/kde/3.3/shutdown
> > /usr/kde/3/share/config /usr/share/config
> > /var/qmail/control"
> > CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo
> > /etc/env.d"
> > CXXFLAGS="-O3 -march=pentium3 -fomit-frame-pointer
> > -ftracer -momit-leaf-frame-pointer -pipe"
> > DISTDIR="/usr/portage/distfiles"
> > FEATURES="autoaddcvs autoconfig ccache distlocks
> > sandbox sfperms"
> > GENTOO_MIRRORS="http://distfiles.gentoo.org
> >
>
http://distro.ibiblio.org/pub/Linux/distributions/gentoo";
> > MAKEOPTS="-j2"
> > PKGDIR="/usr/portage/packages"
> > PORTAGE_TMPDIR="/var/tmp"
> > PORTDIR="/usr/portage"
> > SYNC="rsync://rsync.gentoo.org/gentoo-portage"
> > USE="x86 X alsa apache2 apm arts avi berkdb
> > bitmap-fonts crypt cups encode f77 fam flac
> > font-server foomaticdb fortran gdbm gif gpm gtk
> gtk2
> > imlib ipv6 java jpeg junit kde libg++ libwww mad
> > mikmod motif mpeg mysql ncurses nls oggvorbis
> opengl
> > oss pam pdflib perl png python qt quicktime
> readline
> > samba sdl spell ssl svga tcpd tiff truetype
> > truetype-fonts type1-fonts xml2 xmms xv zlib"
> > Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL,
> > LDFLAGS, PORTDIR_OVERLAY
> > 
> > 
> > Any help would be greatly appreciated :)
> > 
> > cheers,
> > 
> > mj - m0mik
> > hotstudent.com [are you hot enough?!]
> > 
> > 
> > 
> > 
> > __ 
> > Do you Yahoo!? 
> > Yahoo! Mail - Find what you need with new enhanced
> search.
> > http://info.mail.yahoo.com/mail_250
> > 
> > 
> > ___
> > Discuss-gnuradio mailing list
> > Discuss-gnuradio@gnu.org
> >
>
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 
> 




__ 
Do you Yahoo!? 
Yahoo! Mail - Find what you need with new enhanced search.
http://info.mail.yahoo.com/mail_250


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


Re: [Discuss-gnuradio] cvs compile error (libtool: compile: specify a tag with `--tag')

2005-02-10 Thread mj
After changing:

LTASCOMPILE = $(LIBTOOL) --mode=compile $(AS)
$(AM_ASFLAGS) $(ASFLAGS)

to

LTASCOMPILE = $(LIBTOOL) --mode=compile $(CCAS)
$(CCASFLAGS) $(AS) $(ASFLAGS)

and then running "./for-all-dirs ../buildit" it still
gives the same error. The Makefile is overwritten back
to the way it was before.

I am doing everything as root to see if it compiles
properly and marking Makefile as read only has no
effect.

cheers,

mj

> 
> --- Ilia Mirkin <[EMAIL PROTECTED]> wrote:
> 
> > That's funny... I had the exact same problem, on
> > gentoo. The way I fixed
> > it was to edit the Makefile in that directory
> > (src/lib/filter), changing
> > the LTASCOMPILE definition from like
> > 
> > libtool --mode=compile . $(AS) $(ASFLAGS)
> > 
> > or something along those lines to
> > 
> > libtool --mode=compile $(CCAS) $(CCASFLAGS)
> > 
> > (basically stick a CC in front of the AS*
> variables
> > and get rid of the
> > AM_FLAGS param)
> > 
> > Hope this helps,
> > 
> > Ilia Mirkin
> > [EMAIL PROTECTED]




__ 
Do you Yahoo!? 
Yahoo! Mail - Find what you need with new enhanced search.
http://info.mail.yahoo.com/mail_250


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


Re: [Discuss-gnuradio] cvs compile error (libtool: compile: specify a tag with `--tag')

2005-02-11 Thread mj
thanks guys,

with a bit more playing about i have managed to get a
fully compiled cvs :)

moving onto reading the "Booting USRP" posts.

cheers,


=
mj - m0mik
hotstudent.com [are you hot enough?!



__ 
Do you Yahoo!? 
Yahoo! Mail - Find what you need with new enhanced search.
http://info.mail.yahoo.com/mail_250


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


[Discuss-gnuradio] AttributeError: 'module' object has no attribute 'PyEventBinder'

2005-02-14 Thread mj
hi guys,

the non wxpython scripts run fine, but running
usrp_oscope.py and usrp_fft.py gives these errors:

usrp: found usrp rev2
Traceback (most recent call last):
  File "./usrp_oscope.py", line 26, in ?
from gnuradio.wxgui import stdgui, fftsink,
scopesink
  File
"/usr/local/lib/python2.3/site-packages/gnuradio/wxgui/fftsink.py",
line 89, in ?
EVT_DATA_EVENT = wx.PyEventBinder (myDATA_EVENT,
0)
AttributeError: 'module' object has no attribute
'PyEventBinder'


any ideas? i've looked everywhere and have even
upgraded to gcc-3.4.3 and re-compiled everything.

cheers,

=
mj - m0mik
hotstudent.com [are you hot enough?!



__ 
Do you Yahoo!? 
Yahoo! Mail - Find what you need with new enhanced search.
http://info.mail.yahoo.com/mail_250


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


Re: [Discuss-gnuradio] AttributeError: 'module' object has no attribute 'PyEventBinder'

2005-02-14 Thread mj

hey, thanks.

i had wxPython 2.4 installed and i'm currently
upgrading to 2.5 with my fingers crossed :)

cheers,

mj

--- Krzysztof Kamieniecki <[EMAIL PROTECTED]>
wrote:

> Your wxPython is out of date, you need 2.5 . I had
> the same problem, I am
> running debian and I fixed this by getting the
> unstable wxPython package. 
> 
> Quoting mj <[EMAIL PROTECTED]>:
> > hi guys,
> > 
> > the non wxpython scripts run fine, but running
> > usrp_oscope.py and usrp_fft.py gives these errors:
> > 
> > usrp: found usrp rev2
> > Traceback (most recent call last):
> >   File "./usrp_oscope.py", line 26, in ?
> > from gnuradio.wxgui import stdgui, fftsink,
> > scopesink
> >   File
> >
>
"/usr/local/lib/python2.3/site-packages/gnuradio/wxgui/fftsink.py",
> > line 89, in ?
> > EVT_DATA_EVENT = wx.PyEventBinder
> (myDATA_EVENT,
> > 0)
> > AttributeError: 'module' object has no attribute
> > 'PyEventBinder'
> > 
> > 
> > any ideas? i've looked everywhere and have even
> > upgraded to gcc-3.4.3 and re-compiled everything.
> > 
> > cheers,
> > 
> > =
> > mj - m0mik
> > hotstudent.com [are you hot enough?!
> > 
> > 
> > 
> > __ 
> > Do you Yahoo!? 
> > Yahoo! Mail - Find what you need with new enhanced
> search.
> > http://info.mail.yahoo.com/mail_250
> > 
> > 
> > ___
> > Discuss-gnuradio mailing list
> > Discuss-gnuradio@gnu.org
> >
>
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> > 
> 
> 
> 


=
mj - m0mik
hotstudent.com [are you hot enough?!]



__ 
Do you Yahoo!? 
The all-new My Yahoo! - Get yours free! 
http://my.yahoo.com 
 



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


Re: [Discuss-gnuradio] AttributeError: 'module' object has no attribute 'PyEventBinder'

2005-02-15 Thread mj

> Are you using wxPython 2.5.2.7 or later? 

yup i am now. i upgraded from wxpython-2.4 to
wxpython-2.5.3.1

...and after accidentally removing python altogether
all is working great.

cheers,


=====
mj - m0mik
hotstudent.com [are you hot enough?!]



__ 
Do you Yahoo!? 
The all-new My Yahoo! - Get yours free! 
http://my.yahoo.com 
 



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


Re: [Discuss-gnuradio] AttributeError: 'module' object has no attribute 'PyEventBinder'

2005-02-15 Thread mj

hey, i had that error after i installed
wxpython-2.5.3.1 over the other version.

try removing wxpython and wxGTK and then installing
them again. then re-emerge numeric and numarray.

mj

--- Rahul Dhar <[EMAIL PROTECTED]> wrote:

> On Tue, Feb 15, 2005 at 04:09:44AM -0800, mj wrote:
> > 
> > > Are you using wxPython 2.5.2.7 or later? 
> > 
> > yup i am now. i upgraded from wxpython-2.4 to
> > wxpython-2.5.3.1
> 
> I'm using wxPython 2.5.3.1 on top of wxGTK 2.5.3
> (dependency in Gentoo,
> apparntly) and Python 2.3.4.  When I run "python
> fftsink.py" I'm
> getting the error below.  Is fftsink.py even
> something I should be
> running by itself?
> 
> Traceback (most recent call last):
>   File "./fftsink.py", line 24, in ?
> from gnuradio.wxgui import stdgui
>   File
>
"/opt/gnuradio/lib/python2.3/site-packages/gnuradio/wxgui/stdgui.py",
> line 24, in ?
> import wx
>   File
>
"/opt/gnuradio/lib/python2.3/site-packages/gnuradio/wxgui/__init__.py",
> line 45, in ?
> 
>   File
>
"/opt/gnuradio/lib/python2.3/site-packages/gnuradio/wxgui/__init__.py",
> line 20, in ?
> 
> ImportError: No module named wxc
> 
> Am I missing something?  $PYTHONPATH includes
> /opt/gnuradio/lib/python2.3/site-packages/gnuradio
> 
> Unfortunately, I don't know Python, and no one here
> does either.  The
> non-GUI examples work fine, though.
> 
> -Rahul
> -- 
> Rahul Dhar
> [EMAIL PROTECTED]
> Actually, my goal is to have a sandwich named after
> me.
> 

> ATTACHMENT part 2 application/pgp-signature 



=
mj - m0mik
hotstudent.com [are you hot enough?!]



__ 
Do you Yahoo!? 
The all-new My Yahoo! - What will yours do?
http://my.yahoo.com 


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


[Discuss-gnuradio] /dev/parport0: No such device or address

2005-02-16 Thread mj
Hey, can anyone shed some light on this? I can do air
captures to file and then listen to them, but I cannot
listen to the signal live. The first time I tried it I
followed the instructions in the error about making a
/dev/parport0 to no effect.

./wfm_rcv.py 31.3e6
audio: using audio_alsa
usrp: found usrp rev2
/dev/parport0: No such device or address
terminate called after throwing an instance of
'std::runtime_error'
  what():  open
Aborted

thanks.

also... '31.3e6' is Radio2 here in the UK on 89.8MHz.
Is there an easy way to convert ddc into the actual
freq?


=
mj - m0mik
hotstudent.com [are you hot enough?!]



__ 
Do you Yahoo!? 
Read only the mail you want - Yahoo! Mail SpamGuard. 
http://promotions.yahoo.com/new_mail 


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


Re: [Discuss-gnuradio] /dev/parport0: No such device or address

2005-02-16 Thread mj

thanks chuck. all sorted now.

mj

--- Chuck Swiger <[EMAIL PROTECTED]> wrote:

> At 01:57 AM 2/16/2005 -0800, you wrote:
> >Hey, can anyone shed some light on this? I can do
> air
> >captures to file and then listen to them, but I
> cannot
> >listen to the signal live. The first time I tried
> it I
> >followed the instructions in the error about making
> a
> >/dev/parport0 to no effect.
> >
> >./wfm_rcv.py 31.3e6
> >audio: using audio_alsa
> >usrp: found usrp rev2
> >/dev/parport0: No such device or address
> >terminate called after throwing an instance of
> >'std::runtime_error'
> >   what():  open
> >Aborted
> >
> >thanks.
> >
> >also... '31.3e6' is Radio2 here in the UK on
> 89.8MHz.
> >Is there an easy way to convert ddc into the actual
> >freq?
> >
> 
> Comment out the part near 'connect to rf front end'
> that's trying
> to talk to a  gr.microtune_4937_eval_board () thru
> the parallel board.
> Change to:  IF_Freq = freq1  instead of 5.75e6
> 
> The freq is tuned to 5.75Mhz, so you might be
> getting
> 
> 89.8 - 64 + 5.75 = 31.55 ?
> 
> 64 Mhz is the usrp sample freq. 5.75 is the IF freq
> the script tunes to.
> 
> --Chuck
> 
> 
> 


=
mj - m0mik
hotstudent.com [are you hot enough?!]

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


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


[Discuss-gnuradio] Re: usrp wfm problem

2005-02-16 Thread mj
> Am i missing something obvious?
> 

Fixed it. the "freq1 = blah * 1e6" evaded me.

Still not sure on how to receive 433Mhz if anyone
knows.

thanks.

> Also, the max ddc for usrp_fft.py is 32e6 so i'm
> assuming the maximum usrp rf frequency is 32Mhz???
> and
> the Radio2 wfm reception i'm receiving is some
> harmonic. With the standard daughterboard how can i
> receive 433MHz for example?
> 

=
mj - m0mik
hotstudent.com [are you hot enough?!]



__ 
Do you Yahoo!? 
The all-new My Yahoo! - What will yours do?
http://my.yahoo.com 


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


[Discuss-gnuradio] usrp wfm problem

2005-02-16 Thread mj


> >also... '31.3e6' is Radio2 here in the UK on
> 89.8MHz.
> >Is there an easy way to convert ddc into the actual
> >freq?
> >
> The freq is tuned to 5.75Mhz, so you might be
> getting
> 
> 89.8 - 64 + 5.75 = 31.55 ?
> 
> 64 Mhz is the usrp sample freq. 5.75 is the IF freq
> the script tunes to.

The file I used to grab the Radio2 signal (89.8Mhz)
with was ursp_rx_cfile.py (no 5.75Mhz IF mentioned)
with decim=200, dcc-freq=31.3e6. The wfm_rcv_file.py
was used to recover the audio from the generated dat
file easily.

Now, with wfm_rcv.py working and set to the same
settings as usrp_rx_cfile.py I cannot recover the
audio. I can still see the waveform in usrp_fft.py so
it is still there.

Am i missing something obvious?

Also, the max ddc for usrp_fft.py is 32e6 so i'm
assuming the maximum usrp rf frequency is 32Mhz??? and
the Radio2 wfm reception i'm receiving is some
harmonic. With the standard daughterboard how can i
receive 433MHz for example?

thanks


=
mj - m0mik
hotstudent.com [are you hot enough?!]



__ 
Do you Yahoo!? 
Meet the all-new My Yahoo! - Try it today! 
http://my.yahoo.com 
 



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


Re: [Discuss-gnuradio] Re: usrp wfm problem

2005-02-16 Thread mj

> It would be useful to have a function that returned
> the as-aliased 
> frequency for
>   any given input frequency (up to the maximum input
> frequency of the A/D).
>   Trivial, I suppose, but less opportunity for brain
> farts that way.
> 

i tried with python but i'm better with php :)

here's a simple rf freq to ddc freq converter, it only
works in whole MHz at the mo:

http://www.hotstudent.com/gnuradio/

enjoy



=
mj - m0mik
hotstudent.com [are you hot enough?!]



__ 
Do you Yahoo!? 
Yahoo! Mail - 250MB free storage. Do more. Manage less. 
http://info.mail.yahoo.com/mail_250


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


Re: [Discuss-gnuradio] Looking for signals

2005-03-18 Thread mj
hey,

i'm in the UK and can supply a slice too.

is there any chance you could send me the python script to do it? i've
tried playing about with the decim value in usrp_rx_file.py with no
luck on getting a 100KHz chunk.

cheers,

mj


On Fri, 18 Mar 2005 09:39:00 -0700 (MST), [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> Dan,
> 
> I can snap that for you.  What time of day do you want?  I'm in the SW US.
> 
> Any other HF bands?
> 
> On Fri, 18 Mar 2005, Dan Gisselquist wrote:
> 
> > Hello all,
> >
> > I'm looking for someone who could get me a 30 second cut of the 14 MHz band
> > from 14.0 MHz to 14.1 Mhz.  I'm hoping for roughly 30 seconds or so.  I 
> > figure
> > 8 bit samples, at 250 ksps, for 30 secs -> about 7.5 Mbytes.
> >
> > What I'd like is a cut, very similar to the one RFSpace shows at,
> >
> > http://www.rfspace.com/images/20_meter_cw.gif
> >
> > This is a great demo picture, given that it shows a diverse set of signals 
> > all
> > at the same time.  My only problem is, I'd like to tinker with how it was
> > generated, the spectral analysis method, the colors in the display, etc. and
> > to do that I need a real signal.
> >
> > Any takers?
> >
> > Thanks!
> >
> > Dan
> >
> >
> >
> > ___
> > Discuss-gnuradio mailing list
> > Discuss-gnuradio@gnu.org
> > http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> >
> 
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>


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


[Discuss-gnuradio] rf to data file - usrp_rx_file.py

2005-03-23 Thread mj
Hey guys,

I have been trying to find a way to use usrp_rx_file.py to grab a
certain bandwidth and sample rate from my usrp and save it into a
file. By moving the decimation value to max i can't get the bandwidth
down to 12.5khz.

How could I add a bandpass filter to usrp_rx_file.py? Is this even the
right way to go?

Also, is it possible to transmit the captured rf from the file at a later date? 

Thanks for your time,

mj - m0mik
hotstudent.com/gnuradio (real freq to usrp freq converter)


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


Re: [Discuss-gnuradio] rf to data file - usrp_rx_file.py

2005-03-23 Thread mj
nice one, thanks.

i'll have another play.

mj

On Wed, 23 Mar 2005 09:26:23 -0800, Matt Ettus <[EMAIL PROTECTED]> wrote:
> 
> 
> > I have been trying to find a way to use usrp_rx_file.py to grab a
> > certain bandwidth and sample rate from my usrp and save it into a
> > file. By moving the decimation value to max i can't get the bandwidth
> > down to 12.5khz.
> 
> The USRP hardware will only decimate by up to 128 at this time.  That will 
> give
> you 500 ks/s complex and 500 khz of BW.  In software you should then pass the
> signal through a decimating FIR filter to get it down to the width you'd like.
> Nearly all of them examples show how to use one of these filters.
> 
> > How could I add a bandpass filter to usrp_rx_file.py? Is this even the
> > right way to go?
> 
> Yes
> 
> > Also, is it possible to transmit the captured rf from the file at a later
> > date?
> 
> Just reverse the process you used to receive it.
> 
> Matt
> 
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>


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


[Discuss-gnuradio] tvrx nbfm receive

2005-04-23 Thread mj
hey people,

if anyone is interested, the code for a nbfm receiver using the tvrx
daughterboard is available for tearing apart.

http://m0mik.org/gnuradio/

mike - m0mik


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