[Discuss-gnuradio] Decimation rate

2008-09-03 Thread WeiXiaowei


Hi,
 
In gnuradio 3.1.2, we can actully get 16MHz bandwidth when using 8-bit per 
sample (8 bit for I and Q respectively) and decimation = 4, the lowest 
decimation value defined in the software.
 
Does anyone know whether it is possible to set demication rate to be 2 to 
double the bandwidth when running usrp_rx_cfile.py to record the incoming 
signal?
 
Thanks.
 
Xiaowei Wei
_
一点即聊,MSN推出新功能“点我!”
http://im.live.cn/click/___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] ISM band signal recording problem

2008-08-30 Thread WeiXiaowei
Hi,

I am trying to use GNU radio with daughterboard RFX2400 to record a few period
of signal with Bandwidth 20MHz and centered at 2.4GHz ISM band. 





Here is the command I use to record signalPython usrp_rx_cfile.py �Cf 2400M �Cs 
�Cno-hb -8 data.dat

 

I have a few options,
but unfortunately neither of them works.

 

Option 1. use decimation,
so the command will be 

Python usrp_rx_cfile.py �Cf 2400M �Cd 4 �Cs �Cno-hb -8 data.dat

 

The default decimation
is 16 and can be chosen from the range of [4, 256].

My test result are as
follows:

If Decimation = 64

USB sample frequency is
1MHz à no uOuO error
message

If Decimation = 32

USB sample frequency is
2MHz à uOuO error
message appears about 5-10 seconds of recording.

If Decimation = 16

USB sample frequency is
4MHz à uOuO error
message appears about 2-4 seconds of recording.

 

I found that the lower
decimation rate I choose, the ealier the error message appears.

 

Question 1: If I choose
a relatively low decimation rate, say 4. Is it possible to record the accurate
signal before the uOuO error message appears? Because 1-2 seconds of the signal
is sufficient for me.

 

I have tested the USB
speed with the program “usrp_benchmark_usb.py”, it shows it works properly at
32MB/sec. Therefore, theoretically, the USB speed is 256Mbit/sec.

 

Question 2: If I choose
Decimation = 32, USB sample frequency = 2MHz and 8 bit per sample (8 bit for I
channel and 8 bit for Q channel), the data rate will be (8 bit + 8bit) * 2MHz =
32 Mbit/sec, which is much lower than the USB limit 256 Mbit/sec. But the data
overflow message uOuO still appears, why?

 

Option 2. If I do not
want to use decimation, but choose to drop some bits before recording, is it 
possible?
Which files do I need to modify and how to modify?

For example, if I choose
8 bit for I channel and 8 bit for Q channel. In order to reduce the data rate to
avoid the data overflow, I would like to record the 4 most significant bits and
drop the rest, as I believe 4 bits is accurate enough for this signal. Is it 
possible
with minor changes in the code?





Thanks. 


Alessandro
_
快来看看这些猫咪有多逗,爆笑!
http://cnweb.search.live.com/video/results.aspx?q=%E5%8F%AF%E7%88%B1%E7%8C%AB%E5%92%AA&Form=MEVHAA___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] "sudo: addgroup: command not found"

2008-07-09 Thread WeiXiaowei

Hi,

When I follow the steps listed on "http://gnuradio.org/trac/wiki/UdevConfig"; to 
configure non-root access to the USRP. 

The first step is: Define a group named usrp.
 $ sudo addgroup usrp

but terminal returns "sudo: addgroup: command not found"

Does anyone meet the same problem, and any suggestion to fix it?

Thanks.

Alessandro


_
这里好多好玩的视频,用鼠标点到视频看看,有惊喜!
http://cnweb.search.live.com/video/results.aspx?q=%E5%A5%A5%E8%BF%90%E5%9C%A3%E7%81%AB&mkt=zh-cn&FORM=WLMTWC


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] Compiling problem

2008-05-05 Thread WeiXiaowei

Hi,

I have got a problem when following all the steps in the link below to build 
the GNU radio.
http://gnuradio.org/trac/wiki/BuildGuide

When I reach the last step of compiling, i.e $ sudo make install
It keeps on asking for the password.
If I input the password for root of Fedora or the password for current user 
account.
It says "Alessandro is not in the sudoers file.  This incident will be 
reported." (Alessandro is the current account name)

Has anyone got same problem before? Could you please let me know how to solve 
it? Thanks

Kindest regards,

Alessandro
_
用手机MSN聊天写邮件看空间,无限沟通,分享精彩!
http://mobile.msn.com.cn/


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio