Re: [Discuss-gnuradio] GRC Working Group Meeting/Hangout

2014-07-04 Thread Sebastian Koslowski
Hey, notes on the GRCWG call be found on the wiki [0] Sebastian [0] http://gnuradio.org/redmine/projects/gnuradio/wiki/Call20140702 On 06/25/2014 04:37 PM, Sebastian Koslowski wrote: Hey, I have scheduled a GRC Working Group Meeting/Hangout for July 2nd, 17:00 UTC. There is a wiki page

Re: [Discuss-gnuradio] difference b/w sample rate and symbols per second

2014-07-04 Thread jason sam
Thanx Martin,but where in GRC we can set samples per symbol??I am new to this so i don't know yet... Ali On Tue, Jul 1, 2014 at 2:18 PM, Martin Braun martin.br...@ettus.com wrote: On 06/26/2014 11:06 AM, jason sam wrote: I am bit confused b/w the two terms.I have read some material and i got

[Discuss-gnuradio] BER measurement for GMSK transmission with USRP wirelessly

2014-07-04 Thread Sun Wenbin
Good day everyone, My sincere apology in advance if this question has been asked before, but i tried search thru the archives but to no avail. Currently, I am trying to calculate the BER for GMSK, But first I started off on a perfect channel without USRP. My current block diagram is as

Re: [Discuss-gnuradio] BER measurement for GMSK transmission with USRP wirelessly

2014-07-04 Thread Vanush Vaswani
GMSK Mod takes in packed bytes, Demod outputs unpacked bytes (e.g. 1 bit per byte). You may need to perform a conversion. Best way to figure out is to post a screenshot of your flowgraph. On Fri, Jul 4, 2014 at 6:18 PM, Sun Wenbin sun.wen...@outlook.com wrote: Good day everyone, My sincere

Re: [Discuss-gnuradio] difference b/w sample rate and symbols per second

2014-07-04 Thread Marcus Müller
Hi Ali, as said several times: Sampling rate, samples per symbol etc are concepts that are meaningful only for certain blocks, and thus there is no sense in setting those globally. Greetings, Marcus On 04.07.2014 08:33, jason sam wrote: Thanx Martin,but where in GRC we can set samples per

Re: [Discuss-gnuradio] difference b/w sample rate and symbols per second

2014-07-04 Thread jason sam
Yes Marcus,u are r right and i am also asking about such blocks like the FM Mod block..In this block u have an option to set sample rate but how can u set samples per symbol?? On Fri, Jul 4, 2014 at 6:08 PM, Marcus Müller marcus.muel...@ettus.com wrote: Hi Ali, as said several times: Sampling

Re: [Discuss-gnuradio] difference b/w sample rate and symbols per second

2014-07-04 Thread Marcus Müller
Not at all, because for these blocks, symbols have no meaning. On 04.07.2014 17:38, jason sam wrote: Yes Marcus,u are r right and i am also asking about such blocks like the FM Mod block..In this block u have an option to set sample rate but how can u set samples per symbol?? On Fri, Jul 4,

[Discuss-gnuradio] Using VOLK in a new gr-block

2014-07-04 Thread Abhishek Bhowmick
Hi, I am trying to use VOLK in a new module that will have some new fast blocks (hopefully). Being new to the cmake system, I have some difficulty in including the volk headers and linking it. Specifically, I am trying to figure out what changes to make to the CMakeLists.txt in the new-module

Re: [Discuss-gnuradio] Using VOLK in a new gr-block

2014-07-04 Thread Martin Braun
On 07/04/2014 09:29 PM, Abhishek Bhowmick wrote: Hi, I am trying to use VOLK in a new module that will have some new fast blocks (hopefully). Being new to the cmake system, I have some difficulty in including the volk headers and linking it. Specifically, I am trying to figure out what