Thanks marcus ,
That means , if i use i5 processor and make some tweaking in gnuradio in
right areas , i could be able to process my 100 Mhz bandwidth using my 200
MSPS ADC, 32 channel DDC which will only send data of only 3500Khz bandwidth
data to the CPU, in spite of inviting a big overhead to
i should require to make the
100Mhz bandwidth to be able to process in my 200MSPS ADC,
Sorry for late reply.
Thanks.
On Mon, Apr 25, 2011 at 7:26 PM, Marcus D. Leech wrote:
> On 25/04/2011 9:33 AM, ton ph wrote:
>
>> Thanks marcus ,
>> i very much appreciate the info and has
illogical post from my side .
Thanks.
On Mon, Apr 25, 2011 at 6:35 PM, Marcus D. Leech wrote:
> On 25/04/2011 8:34 AM, ton ph wrote:
>
>> Hi marcus
>> thanks for immediate reply and your guide was very helpful from my
>> side ... Now the question is ,
>> su
.
Thanks , and i highly apologize if my post is a bit out of track or may be
called a bit illogical
Thanks marcus.
On Mon, Apr 25, 2011 at 4:49 PM, Marcus D. Leech wrote:
> On 04/25/2011 03:45 AM, ton ph wrote:
> > Thank marcus for the information ,
> > Thou it may be a out of
, because as i think gnuradio can
support only 8Mhz bandwidth at a time , will we be able to make changes in
gnuradio ? I highly apologize if any of my question is illogical or
out of track.
Thanks
On Fri, Apr 22, 2011 at 7:14 PM, Marcus D. Leech wrote:
> On 04/22/2011 01:54 AM, ton
Hi guys ,
I am using DBSRX , now i am trying to trace the data flow in the
usr-gnuradio . I see AD9862 ADC in the usrp and some of the block diagrams
, and i think that the daughterboard
passes the analog signals to the ADC in the I and Q format . Please guide me
if this is right or wrong ...
On Sun, Apr 17, 2011 at 1:00 PM, Josh Blum wrote:
>
> > As the question sounds to be a bit ambigous , what i was trying to
> figure
> > out was that , I have a hardware drivers written in labview programming
> ie.
> > .vi format, now as per the usrp it uses .rbf files to talk to the usrp
> > h
and highly apologize for the ambiguity.
Thanks
On Sat, Apr 16, 2011 at 8:18 PM, Tom Rondeau wrote:
> On Sat, Apr 16, 2011 at 1:27 AM, ton ph wrote:
>
>> Hi everyone ,
>> I think this is true that gnuradio is a general purpose signal
>> processing framework , not onl
Hi everyone ,
I think this is true that gnuradio is a general purpose signal
processing framework , not only for USRP. Now i have a question regarding
this , suppose i have a hardware in which
the hardware drivers are given in .vi [ labview ] or matlab compatible
format . At this situation what
...
Thanks , and i highly apologies for any mistaken information in my post .
Thanks
On Wed, Apr 13, 2011 at 11:33 AM, Josh Blum wrote:
>
>
> On 04/12/2011 10:45 PM, ton ph wrote:
> > -- Forwarded message ------
> > From: ton ph
> > Date: Wed, Apr 13, 2011
-- Forwarded message --
From: ton ph
Date: Wed, Apr 13, 2011 at 11:14 AM
Subject: Re: [Discuss-gnuradio] Guide : what is the value of the IF
converted before feeding the ADC in usrp/gnuradio
To: "Marcus D. Leech"
Thanks Marcus for your immediate reply. Now i have a
Hi everyone ,
I would like to know what is the actual last converted IF frequency which
is actually fed to the ADC in usrp/gnuradio , since ADC rate is 64MS/s , I
hope it IF should be less than 2xSampling rate of ADC, which implies IF
could not be 70Mhz. So what is the value of IF before entering
present in a particular frequency .. and as per the demodulation block
applied to the captured file , we get the required information.
Thanks.
On Thu, Apr 7, 2011 at 9:51 PM, Nick Foster wrote:
> On Thu, 2011-04-07 at 20:04 +0530, ton ph wrote:
> > Hi guys ,
> > I Just want to
the captured file i ll get the
properly formatted output as per the GSM protocol ... right.
Thanks
On Thu, Apr 7, 2011 at 10:02 PM, Marcus D. Leech wrote:
> On 07/04/2011 10:34 AM, ton ph wrote:
>
>> Hi guys ,
>> I Just want to confirm a thing regarding the demodulation of the
Hi guys ,
I Just want to confirm a thing regarding the demodulation of the digital
dat in the gnuradio as the signals are received from the usrp. The doubt
are,
1. Where is the demodulation is implemented in the gnuradio .
2. What demodulation is implemented by default in the urp_rx_cfile ...
pl
Hey guys ,
I am searching the point / code where the c++ part accepts / pick data from
the usrp fifo . I have search out some and could grasp some idea of the
gr_buffer. Can someone guide me in helping me understand how the
usrp_basic.cc , usrp_prims_common.cc etc interacts and take out data from
Hi everyone ,
I apologise in advance if i have asked a very insignificant and illogical
question , I am trying to understand the gnuradio programming architecture
so as i can make my own module/block so as i can implement and do some
experiment on my concepts of dsp using gnuradio.Please someone gu
Hi guys ,
I am trying to know the way how usrp processes when i provide frequency to
the usrp_rx_cfile.py. Please someone eleborate me where i am actually
providing my frequency.
Where my frequency parameter is actually been fixed in which part of the
usrp .. example : Daughterboard , ADC etc.
Tha
hi everyone,
As i was searching for a book on gnuradio and usrp , i found a book
"Software Defined Radio : with GNU Radio and USRP: 1st Edition" by corby ,
and i beleive this could clear me much of my doubts. But a problem is that i
am not able to get any place to download this book. Can someone h
HI everyone ,
I want to know a thing regarding gnuradio to all the guys out there
regarding the gnuradio implementation using the c++ programming only.
What i mean to say is that i want to use c++ part of the gnuradio and remove
the python part in my experiment regarding the signal processing blo
Hi everyone,
I am a bit trying to understand the relationship of the gain,offset and
decimation parameter in the USRP and
what it reflects in the capturing of the files ... If i want to get a proper
output of a particular frequency with proper
output how can i adjust them.
Althou i do realise my
Hi everyone,
As I was trying to tune usrp from my python thread, I am not able to use
my thread to tune the USRP. I am trying to tune using my python function,
def tune_usrp(ms,freq):
print "Tuning to frequency : "+str(freq)
ms.tune_freq(freq)
where my "ms" is an object of a class whi
hi everyone,
As i was exploring through the gnuradio code/blocks, I was thinking what i
have to do,if i want to use another hardware by replacing USRP. I was
thinking to to disable usrp block while configuring and also make changes to
the makefiles. Please someone guide me if my approach is right
Hi everyone,
As i was trying to tune usrp with different frequencies alternately in an
interval of time using my python script.I got a message
"WARN: BSIC changed ".can someone please explain me what this message is
saying and is there any harm with this message.
Thanks guys
Ton
___
Hi everyone ,
I have been trying an experiment in trying to capture different frequencies
using python thread to alternately capture different frequencies.
what i am trying is like this [ pseudo code ].
#freq_list = [ '222','787']
1: capture 222 using usrp_rx_cfile.py... by supplying freq =
Hi everyone ,
I was just wondering if we can capture multiple frequency from usrp
simulataneously.If not why is it so.And if we can , can some one tell me if
we need to change the usrp programming part , means fpga programming /c++
programming / or any.
Thanks all for your concern in advance.
__
provide me
if any solution we have to solve this
problem.
Hope i ll get a response soon, and thanking u all in advance.
:-(
Ton ph
Affan Ahmed wrote:
>
> Tom,
> most of my problems have to do with compilation i.e. my new block
> doesnt compile as somewhere there is a refer
27 matches
Mail list logo