Re: [Discuss-gnuradio] UHD fpga code compile error

2011-04-07 Thread James Jordan
I change the all `include "../../../firmware/include/fpga_regs_common.v" > `include "../../../firmware/include/fpga_regs_standard.v" > to > `include "../../../../firmware/fx2/common/fpga_regs_common.v" > `include "../../../../firmware/fx2/common/fpga_regs_standard.v" then compile correct. I thi

Re: [Discuss-gnuradio] Ettus E-100(USRP) newbie's Questions

2011-04-07 Thread Ben Hilburn
> Three questions I have: > 1. Do you know where I can find any document or good website that I can use > for setting and starting up E-100? The best resource for getting started, to my knowledge, is the FAQ on the Wiki: http://ettus-apps.sourcerepo.com/redmine/ettus/projects/usrpe1xx/wiki/FAQ >

[Discuss-gnuradio] Ettus E-100(USRP) newbie's Questions

2011-04-07 Thread Sungho Yoon
Hello guys, I have some troubles during installing UHD using Ettus Research E-100. I basically followed the instruction at http://ettus-apps.sourcerepo.com/redmine/ettus/projects/usrpe1xx/wiki . Three questions I have: 1. Do you know where I can find any document or good website that I can use f

Re: [Discuss-gnuradio] How to use the SNR block in the GRC

2011-04-07 Thread Josh Blum
On 04/07/2011 05:18 AM, intermilan wrote: > > Hi all: > I found these is a block gr_probe_mpsk_snr in the grc which is used to > measure the snr of the bpsk or qpsk signals. But I > do not know how to use this block.In my flow graph, I put the bpsk modulated > data input this block,and put

Re: [Discuss-gnuradio] Help : Where is the demodulation blocks implemented in gnuradio [ GMSK,PSK etc].

2011-04-07 Thread Marcus D. Leech
On 07/04/2011 10:34 AM, ton ph wrote: 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 implem

Re: [Discuss-gnuradio] Help : Where is the demodulation blocks implemented in gnuradio [ GMSK,PSK etc].

2011-04-07 Thread Nick Foster
On Thu, 2011-04-07 at 20:04 +0530, ton ph wrote: > 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 . In any of the

Re: [Discuss-gnuradio] UHD fpga code compile error

2011-04-07 Thread Josh Blum
On 04/07/2011 03:28 AM, James Jordan wrote: > Hi all, > I compile uhd fpga code meet a lot of errors. > I use quartus II 9.1 web edition. > I directly open the fpga project > file(EttusResearch-UHD-Mirror-81e891f\fpga\usrp1\toplevel\usrp_std\usrp_std.qpf) > then choose menu Processing->start comp

[Discuss-gnuradio] Help : Where is the demodulation blocks implemented in gnuradio [ GMSK,PSK etc].

2011-04-07 Thread ton ph
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

[Discuss-gnuradio] How to use the SNR block in the GRC

2011-04-07 Thread intermilan
Hi all: I found these is a block gr_probe_mpsk_snr in the grc which is used to measure the snr of the bpsk or qpsk signals. But I do not know how to use this block.In my flow graph, I put the bpsk modulated data input this block,and put the output of the block to a file_sink. But there is no

[Discuss-gnuradio] UHD fpga code compile error

2011-04-07 Thread James Jordan
Hi all, I compile uhd fpga code meet a lot of errors. I use quartus II 9.1 web edition. I directly open the fpga project file(EttusResearch-UHD-Mirror-81e891f\fpga\usrp1\toplevel\usrp_std\usrp_std.qpf) then choose menu Processing->start compilation then meet a lot of errors. I think the errors majo