RE: Re:Re: [Discuss-gnuradio] PACKET FORMAT "error"

2010-05-13 Thread Kuntal
HI Domenico, You can 'make'(from terminal) the folder in which you have modified .cc and .py files. It should work fine if there are not errors in your modifications.. Regards, Kuntal Ray -Original Message- From: discuss-gnuradio-bounces+kray2=mail.uh@gnu.org [mail

[Discuss-gnuradio] analog signal input

2007-05-18 Thread Kuntal
. Then I want to pass it through the DAC and output it back on the Tx-daughterboard and verify that the output is an exact replica of the input. How can I achieve this? Thanks a lot. Regards, Kuntal -- View this message in context: http://www.nabble.com/analog-signal-input-tf3777043.html#a10680219

[Discuss-gnuradio] FPGA

2007-04-19 Thread Kuntal
Hello, Is anyone of you working fulltime with the FPGA? I want to ask a few questions. Because I hardly find any documentation on GnuWiki on that or I hardly get any replies to my posts on the FPGA. Thanks a lot. Kuntal -- View this message in context: http://www.nabble.com/FPGA-tf3606449

[Discuss-gnuradio] Regarding the sample usrp project

2007-04-16 Thread Kuntal
files generated? If yes, where? Thanks a lot. Regards, Kuntal -- View this message in context: http://www.nabble.com/Regarding-the-sample-usrp-project-tf3584360.html#a10015749 Sent from the GnuRadio mailing list archive at Nabble.com. ___ Discuss

Re: [Discuss-gnuradio] usrp_std

2007-04-04 Thread Kuntal
) adder. Send data through the Tx and see the output on the CRO via the Rx. This might sound very trivial for you but solving this would do wonders to my project. If this becomes possible, I plan to implement a whole (I)FFT block on the fpga. Thanks a lot. Regards, Kuntal Eric Blossom wrote

[Discuss-gnuradio] usrp_std

2007-04-03 Thread Kuntal Majumdar
Hello, Is there any relevant documentation on the sample program usrp_std.I mean, any comments or related regarding the codes and what they exactly do? Thanks a lot. Regards, Kuntal Looking for earth

[Discuss-gnuradio] Regarding interfacing USRP

2007-03-29 Thread Kuntal
Hello, Can anyone please tell me how do I interface the USRP with Matlab and Code Composer Studio? I am doing some work on the fpga, so more or less, the work will be with the CCS. Any help in this regard would be appreciated. Thanks a lot. Regards, Kuntal -- View this message in context

[Discuss-gnuradio] Regarding programming the fpga

2007-03-23 Thread Kuntal Majumdar
. I got the tool to generate the rbf file for usrp_std project. And I used the usrper load_fpga command to download the .rbf file to the fpga, am I going in the right direction? How can I read the output from the daughterboards and display them on the CRO? Thanks a lot. Regards, Kuntal

[Discuss-gnuradio] Error on firmware

2007-03-13 Thread Kuntal Majumdar
r sitting between the usb and the fpga? Please tell me a solution for this. Regards, Kuntal Now that's room service! Choose from over 150,000 hotels in 45,000 destinations on Yahoo! Travel to find

[Discuss-gnuradio] Regarding ADCs DACs

2007-03-08 Thread Kuntal Majumdar
Hello, Just one basic doubt. How do I send and receive data between the computer and the ADC-DACs on the USRP? I mean, how do I read that data from the board or send to it using software? Please clear this one in detail. Thanks a lot. Regards, Kuntal

Re: [Discuss-gnuradio] regarding fft-ifft processing

2007-03-07 Thread Kuntal Majumdar
. Regards, Kuntal Trond Danielsen wrote: > I read in an earlier thread that you want to do the (I)FFT processing > in the FPGA. This is not how it is intended to be used. GNU Radio is a > software radio framework, and the goal is to move as much of the > signal processing as possi

Re: [Discuss-gnuradio] OFDM status

2007-03-07 Thread Kuntal Majumdar
Hello, Who is doing the OFDM project? May I get some info on that, because my thesis project is on the same and I would love help in this regard. Thanks a lot. Regards, Kuntal Need Mail bonding? Go to

[Discuss-gnuradio] regarding fft-ifft processing

2007-03-07 Thread Kuntal Majumdar
Hello, Recently, Brian told me that the FFT-IFFT processing is handled by the host side. Can I know how this is done exactly? Is there any relevant documentation for this on the Wiki? Thanks a lot. Regards, Kuntal

Re: [Discuss-gnuradio] Regarding programming the fpga

2007-03-06 Thread Kuntal Majumdar
to the fpga whenever i perform my tests on the board. Thanks a lot for your continued support in this regard. Regards, Kuntal > > Ok, > My project aims at programming the fpga as a fft-ifft block, but i am a > complete novice to the usrp, so as a basic first step, all i

Re: [Discuss-gnuradio] Regarding programming the fpga

2007-03-02 Thread Kuntal Majumdar
Matt's usrp_std and program the fpga with that. Even if I do that, how do I assign the pins for the fpga, I mean, the external IO pins. Or is there any relevant documentation on this anywhere? Thanks a lot for the support. Regards, Kuntal > > > First of all, thanks a lot

[Discuss-gnuradio] Regarding programming the fpga

2007-03-02 Thread Kuntal Majumdar
assignment for the fpga? Clarification of these basic doubts would do a world of good to my project. Thanks a lot. Regards, Kuntal Majumdar Never Miss an Email Stay connected with Yahoo! Mail on your mobile

[Discuss-gnuradio] (no subject)

2007-03-01 Thread Kuntal Majumdar
hello, i just got the new usrp board and built the gnuradio with cygwin installed on windows.the first program i ran was the usrp_fft.py on giving a 1MHz input to the Rx, i correctly observed it in the freq domain, as shown by this program. thanks for all the help on the site on how to build