Hi everyone,
I'm very new to gnuradio, & i'm trying to follow instructions from
http://gnuradio.org/redmine/projects/pybombs/wiki/QuickStart.
On the page it is stated that, Upon running the first install command you
will be prompted for a few simple preferences such as
- which install prefix to u
Sammy,
don't hesitate asking basic questions (as long as they're not answered
directly on the web site :D ).
See comments inline:
On 09/04/2014 09:42 AM, sammy zada wrote:
> Hi everyone,
>
> I'm very new to gnuradio, & i'm trying to follow instructions from
> http://gnuradio.org/redmine/project
Hi Martin,
Thanks for your explanation. I've try to run the instructions on the
website, i build the new directory ~/gnuradio, and run the following
commands under the ~/gnuradio directory:
openbts@openbts:~/gnuradio$ git clone git://github.com/pybombs/pybombs
Cloning into 'pybombs'...
remote: Co
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Sammy!
Just use the default , which is the value in the brackets [], by
hitting enter.
Greetings,
Marcus
On 04.09.2014 11:59, sammy zada wrote:
> Hi Martin,
>
> Thanks for your explanation. I've try to run the instructions on
> the website, i bu
You do not need to put sudo before './pybombs install gnuradio' as it can
install everything as the local user.
Mike
--
Mike Jameson M0MIK BSc MIET
Ettus Research Technical Support
Email: supp...@ettus.com
Web: http://ettus.com
On Thu, Sep 4, 2014 at 11:05 AM, Marcus Müller wrote:
> -BEGI
Hi Martin,
Could you tell me the reference paper that you used in
ofdm_equalizer_simpledfe?
--
Thanks
Tiankun
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
On Thu, Sep 4, 2014 at 9:04 AM, Tiankun Hu wrote:
> Hi Martin,
> Could you tell me the reference paper that you used in
> ofdm_equalizer_simpledfe?
Hello Tiankun,
A decision feedback equalizer (DFE) works like this:
The equalizer keeps track of the channel estimate on every subcarrier i.
Ca
Taking Martin and Marcus' responses here, I've added a bit to the
QuickStart guide to briefly explain the options a bit more. See the bottom
of the page:
http://gnuradio.org/redmine/projects/pybombs/wiki/QuickStart
Tom
On Thu, Sep 4, 2014 at 6:05 AM, Marcus Müller wrote:
> -BEGIN PGP SIG
HI guys,
Thanks in advance.
Currently I have been engaged in a project which is based on the
OFDM_benchmark example. I plan to realize a round trip communication
between two USRP2 node. Concretely, I want to control the node A switch to
RX mode after it finishes transmitting a packet. In such way
On Wed, Sep 3, 2014 at 5:53 PM, Philip Balister wrote:
>
>
> On 09/03/2014 04:30 PM, Nowlan, Sean wrote:
> > I'm trying to boot a ZedBoard with the GNU Radio image here:
> http://gnuradio.org/data/sdk/zedboard_armv7a-hf-vfp-neon/. I picked the
> hard float image even though the tutorial points to
Aditya, thanks your clarify !
在 2014年09月04日 21:31, Aditya Dhananjay 写道:
On Thu, Sep 4, 2014 at 9:04 AM, Tiankun Hu mailto:tiankun...@foxmail.com>> wrote:
Hi Martin,
Could you tell me the reference paper that you used in
ofdm_equalizer_simpledfe?
Hello Tiankun,
A decision feed
Thanks! I've created a ticket for this. With the conference coming up,
we're all crazy busy. Hopefully Johnathan and I will find a few minutes to
go through and close out some of these before then.
Tom
On Wed, Sep 3, 2014 at 5:05 PM, Nick B wrote:
> Subject: [PATCH] gnuradio-runtime: config f
Hi Aditya,
What's use of pilot symbols in "ofdm_equalizer_simpledfe" ?
I just found pilot symbols update their carrier's channel state, but
didn't find what's the use of these pilot channel state, seems them has
no relate with data symbol, data symbol also only use themselves to
update channel
On Thu, Sep 4, 2014 at 11:29 AM, Tiankun Hu wrote:
> Hi Aditya,
> What's use of pilot symbols in "ofdm_equalizer_simpledfe" ?
> I just found pilot symbols update their carrier's channel state, but
> didn't find what's the use of these pilot channel state, seems them has no
> relate with data symb
Hi,
Looks like either the syntax for instantiating multi_usrp has changed
(seems unlikely), or a bug was introduced, likely in 7/2-7/4's recent
gr-uhd refactoring (1eaa96b, 350d285, fe58537, 3c42e79, 691bdaa). Sorry I
haven't gotten more specific than that. The attached flowgraph, when used
with a
On Thu, Sep 4, 2014 at 9:49 AM, Tom Rondeau wrote:
>
> On Wed, Sep 3, 2014 at 5:53 PM, Philip Balister wrote:
>>
>>
>>
>> On 09/03/2014 04:30 PM, Nowlan, Sean wrote:
>> > I'm trying to boot a ZedBoard with the GNU Radio image here:
>> > http://gnuradio.org/data/sdk/zedboard_armv7a-hf-vfp-neon/. I
Hi guys,
everyone has same issue:
Created default thread pool with 8 threads.
>>> gr_fir_fff: using SSE
swig/python detected a memory leak of type 'gr::basic_block_sptr *', no
destructor found.
Traceback (most recent call last):
File "/home/aero/top_block.py", line 77, in
tb = top_block(
On Wed, Sep 3, 2014 at 4:30 PM, Nowlan, Sean
mailto:sean.now...@gtri.gatech.edu>> wrote:
I’m trying to boot a ZedBoard with the GNU Radio image here:
http://gnuradio.org/data/sdk/zedboard_armv7a-hf-vfp-neon/. I picked the hard
float image even though the tutorial points to the soft float image
I am trying to setup a flow graph that has 2 states, in which upon a state
change the flow graph is reconfigured.
FlowGraph 1:
[src] -> [filt] -> [modem-1]
FlowGraph 2:
[src] -> [filt] -> [modem-2]
FG-1 runs to completion, is then disconnected. Then FG-2 is connected and
executed. For both flo
On Sep 4, 2014, at 13:27, Gould, Daniel N. wrote:
> FlowGraph 1:
> [src] -> [filt] -> [modem-1]
>
> FlowGraph 2:
> [src] -> [filt] -> [modem-2]
>
> FG-1 runs to completion, is then disconnected. Then FG-2 is connected and
> executed. For both flowgraphs the src and filt are the same. The mod
Hi everyone,
Thanx for the detail explanation, i have followed some of your advice on
the email above. I use default for the option, these is the results:
...
Run VOLK Profile to choose fastest kernels[Y]/N?
Submit anonymous VOLK performance statistics to stats.gnuradio.org? Y/[N]?
please wait ...
21 matches
Mail list logo