discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] Real Data only Transfer?


From: Kilian Timmler
Subject: [Discuss-gnuradio] Real Data only Transfer?
Date: Tue, 06 Jun 2006 22:10:06 +0200

Hi,

after some time spent on other issues I finally have some time to play with the 
gnuradio again.

One important problem I had was that I would have liked to have a real data 
only mode to get 16MSamples/s 
with one channel an dno processing. After I had a look at rx_buffer.v, I found 
that the 8-bit mode already 
reduces the rate to the one needed by a real mode only receive scheme. 

So if I would change line 104 in rx_buffer.v to:

assign fifodata_8 = {bottom};

I should get now only I data, when using 8 bit mode. I'm interested in keeping 
changes small because my Verilog 
skills have become quite rusty since college. Quartus doesn't complain much 
except about 'top' never being read.

I havn't tried yet, since I'm not sure how much luck I would have with running 
my own bitstream 
(can I destroy anything with a simple change like this?).

I assume that I can use only one channel and set the decimation to 4, to 
finally get to 16MSamples/s. To get the real straight through operation I 
suppose I would
have to switch off the filtering (more Verilog) and set the NCO to zero 
frequency, but maybe keep the decimator or use an external clock source. 

Please tell me whether I'm on the right track.

Regards,

Kilian



__________________________________________________________________________
Erweitern Sie FreeMail zu einem noch leistungsstärkeren E-Mail-Postfach!        
        
Mehr Infos unter http://freemail.web.de/home/landingpad/?mc=021131





reply via email to

[Prev in Thread] Current Thread [Next in Thread]