Re: [Discuss-gnuradio] varying the bandwidth of a signal in GRC

2014-12-05 Thread jason sam
Thnx Marcus..u mean that if i change the sample rate of USRP sink block in the properties dialog box then the bandwidth will be equal to the changed sample rate?? ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/li

Re: [Discuss-gnuradio] Questions with the blocks inside PSK Mod/Demod blocks

2014-12-05 Thread Tom Rondeau
On Tue, Dec 2, 2014 at 11:03 AM, Yi Chu wrote: > Hello everyone, > > I am working on the GNURadio simulation of a 3-hop system using > non-differential QPSK: source generates QPSK-modulated signal and sends > it to relay, relay performs certain operation on the received complex > samples and sen

[Discuss-gnuradio] usrp b210 and mimo

2014-12-05 Thread Juha Vierinen
I've slowly gathered the courage to try out the B210 devices. I was impressed by the fact that I could get 50 MHz of bandwidth out of it. However, I immediately ran into problems with absolute timing. I've been using the B210 for mimo with USRP N200 devices for testing. The N200 devices all nicely

Re: [Discuss-gnuradio] varying the bandwidth of a signal in GRC

2014-12-05 Thread Marcus Müller
Hi Ali, the Nyquist bandwidth of a complex signal is equal to its sample rate. You can set the sample rate of your usrp_sink during flowgraph construction in the properties dialog, using stream tags, using asynchronous messages or simple method calls: http://gnuradio.org/doc/doxygen/page_uhd.html

[Discuss-gnuradio] varying the bandwidth of a signal in GRC

2014-12-05 Thread jason sam
Hi , Can anyone kindly tell that how i can vary the bandwidth of my transmitted signal in GRC??I am using B210 which has a instantaneous bandwidth of 56MHz.. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinf

Re: [Discuss-gnuradio] Log raw data from the usrp_spectrum_sense.py

2014-12-05 Thread Marcus Müller
Hello Yang, On 12/05/2014 12:47 PM, Leo Yang wrote: > thank u sir, > > now, i just want to export the complex stream that goes into the sink, is > that possible? That is exactly what the file sink does, see the proposed solution I've discussed in this thread. > whats the format of the that complex

Re: [Discuss-gnuradio] Log raw data from the usrp_spectrum_sense.py

2014-12-05 Thread Leo Yang
thank u sir, now, i just want to export the complex stream that goes into the sink, is that possible? whats the format of the that complex stream? cuz, in the my group design, USRP is in charge of signal collection, the rest signal processing(FFT) work will pass to a FPGA. -- View this message

Re: [Discuss-gnuradio] Broadband Applications with USRP

2014-12-05 Thread Marcus Müller
Hi Lefteris, in addition to what Ron wrote: On 12/04/2014 10:44 PM, Lefteris Kampianakis wrote: > Hello Everyone, > > I am interested in developing broadband applications (~30MHZ BW) using the > USRP and I have some questions: > > 0) What is the largest bandwidth I can process using a flow graph w

Re: [Discuss-gnuradio] Log raw data from the usrp_spectrum_sense.py

2014-12-05 Thread Marcus Müller
Hi Yang, the Power of the FFT is only calculated inside the graphical sink, the connection between the USRP source and the graphical sink represents a complex sample stream. I'm still not quite understanding what you really want the USRP to do, would you mind explaining that again? Best regards,

Re: [Discuss-gnuradio] Can a tagged stream block be a source block?

2014-12-05 Thread Martin Braun
On 12/04/2014 10:23 PM, Nowlan, Sean wrote: >> This was actually simpler than expected: >> https://github.com/mbr0wn/gnuradio/tree/tsb/allow_source >> >> I also put an example in there (see the 2nd commit). >> > Just to understand the implications of this change to pdu_to_tagged > stream, max in

Re: [Discuss-gnuradio] HDLC framer

2014-12-05 Thread Marcus Müller
Thank you, Nick, for clarification! Yes, I was kind of messing that up. I've done little PMT work -- is there a convenient way to "reinterpret" the payload of any PMT as u8v/blob? Greetings, Marcus On 12/04/2014 06:01 PM, Nick Foster wrote: > I wrote the HDLC framer to use PMT blobs (specificall

[Discuss-gnuradio] msvc 2010 build problems

2014-12-05 Thread Dietmar Warning
Hello, I made an attempt to compile the actual git master branch with MSVC2010 under win 7. There some issues which I want list as follows. (Sorry for some german compiler messages, but I think there are self explanatory.) It would be fine if gnuradio can also be builded by MSVC compiler in th

Re: [Discuss-gnuradio] [USRP-users] Error to read dat/binary file in octave as well in matlab from gnu radio

2014-12-05 Thread Martin Braun
On 12/05/2014 06:59 AM, alok ranjan via USRP-users wrote: > I am trying the following command in octave to convert but it throws an > error ; > > addpath("/home/username/gnuradio/gr-utils/") > > > data_oct = read_complex_binary("/home/username/datafile name") > > After this second command it is

Re: [Discuss-gnuradio] [USRP-users] RFNoC -- Making FPGA design easy from GNU Radio

2014-12-05 Thread Martin Braun
On 12/04/2014 11:33 PM, Vanush Vaswani wrote: > How does the system know that the downstream block is on host or FPGA? We have our own blocks for processing on the FPGA. They handle the command & control of the FPGA and the transport. M > > On Fri, Dec 5, 2014 at 8:58 AM, Nowlan, Sean > wrote: