;>>> gr_fir_fff: using SSE". I also tried rerunning the make file and
doing make install, but that did not work either.
Thanks for the help,
Mike
--- On Mon, 12/6/10, Tom Rondeau wrote:
From: Tom Rondeau
Subject: Re: [Discuss-gnuradio] filter prints ">>> gr_fir_fff
Hello all,
Whenever I use a gr pre-made filter it prints something like ">>> gr_fir_fff:
using SSE
" depending on the data types.
Can anyone tell me what file I need to edit to stop the filter from printing
text? I have looked through many filter and fir .cc and .py files, but I could
not fin
Hello all,
I am having the following trouble with data types:
I have the following flowgraph working to record FM broadcasts:
{USRP2 source -> LPF -> FM Demod -> File Sink}
Next, I am making another program to transmit the stored FM broadcast audio to
my handheld radio which expects FSK modula
Hello all,
I am writing a report on gnuradio and wanted to include a small portion about
the history of the USRP. The only info that I have found is from wikipedia,
"The GNU Radio project created the Universal Software Radio Peripheral (USRP)
... the USRP was
developed by Matt Ettus." I was sl
Hello All,
I began coding my own waterfall for a program using the Python specgram
function, but noticed that gnuradio has some python files with "waterfall" in
the title.
I cannot figure out what exactly I need to do to include a gnuradio waterfall
gui block in my program. Yes, I am a gnuub.
Hello all,
I am building a USRP2 receiver that captures and stores data on the rising edge
of the pps input. Is there a gnuradio block or C++ function that would allow me
to monitor the pps input or see when its rising or falling edges occur?
Thanks,
Mike
e/mike/gnuradio
Does that make it seem like I have multiple installations (and if so, which
ones should i remove)? How else could I find out?
Thanks for the help,
Mike
--- On Mon, 11/1/10, Eric Blossom wrote:
From: Eric Blossom
Subject: Re: [Discuss-gnuradio] howto module ... please help
T
Hello, I posted this a week ago and received no response. Any comments or
suggestions would be greatly appreciate.
I recently got python programs to successfully import the howto
module, but I cannot use the functions:
Python code:
#!/usr/bin/env python
from gnuradio import gr
import howto
cl
Hello, I recently got python programs to successfully import the howto module,
but I cannot use the functions. Any help or suggestions would be greatly
appreciated:
Python code:
#!/usr/bin/env python
from gnuradio import gr
import howto
class my_top_block(gr.top_block):
def __init__(self)