[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

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

Re: [Discuss-gnuradio] Hilbert transform

2014-08-18 Thread jason sam
not understanding fully.. On Sun, Aug 17, 2014 at 10:45 PM, Ali user0...@gmail.com wrote: Thanx Marcus and Tom fr ur explanations. I will read further and ask any questions if i have. Tom Rondeau t...@trondeau.com wrote: On Sun, Aug 17, 2014 at 11:04 AM, jason sam user0...@gmail.com wrote: Hi, I have

Re: [Discuss-gnuradio] QT GUI time sink

2014-07-17 Thread jason sam
part. Greetings, Marcus [1] http://i.imgur.com/kfXiRsX.png On 17.07.2014 07:49, jason sam wrote: Hi all, When a complex signal is given to QT time sink block it displays the signal in blue color.There is a red line also at zero level.is this the DC component??And it doesn't display

Re: [Discuss-gnuradio] QT GUI time sink

2014-07-17 Thread jason sam
{} and Im{}. You're just running an older version where the data is simply labeled Data 0 (the real part) and Data 1 (the imaginary part). Tom On 17.07.2014 10:19, jason sam wrote: Hi Marcus, The legend only says 'Data 0'and 'Data 1'.However, it can be changed.Why is the imaginary part

[Discuss-gnuradio] QT GUI time sink

2014-07-16 Thread jason sam
Hi all, When a complex signal is given to QT time sink block it displays the signal in blue color.There is a red line also at zero level.is this the DC component??And it doesn't display the imaginary part as in WX Scope sink block? Regards, Ali ___

Re: [Discuss-gnuradio] Change the x-axis min and max values for QT GUI time sink block

2014-07-10 Thread jason sam
...@ettus.com wrote: On 07/09/2014 06:30 AM, jason sam wrote: Hi all, In WX GUI time sink when we roll the mouse over the plot we can change the range of y-axis and x-axis but in QT GUI time sink it is not changing in this way.We can set the range for y-axis in block parameters but how can I change

Re: [Discuss-gnuradio] Change the x-axis min and max values for QT GUI time sink block

2014-07-10 Thread jason sam
Thanx got it! On Thu, Jul 10, 2014 at 6:22 PM, Tom Rondeau t...@trondeau.com wrote: On Wed, Jul 9, 2014 at 12:30 AM, jason sam user0...@gmail.com wrote: Hi all, In WX GUI time sink when we roll the mouse over the plot we can change the range of y-axis and x-axis but in QT GUI time sink

[Discuss-gnuradio] Change the x-axis min and max values for QT GUI time sink block

2014-07-09 Thread jason sam
Hi all, In WX GUI time sink when we roll the mouse over the plot we can change the range of y-axis and x-axis but in QT GUI time sink it is not changing in this way.We can set the range for y-axis in block parameters but how can I change the x-axis min and max values for QT GUI time sink block

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

2014-07-05 Thread jason sam
and baud_rate in the formulas? On Fri, Jul 4, 2014 at 9:14 PM, Marcus Müller marcus.muel...@ettus.com wrote: 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

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

2014-07-05 Thread jason sam
, Marcus Müller [1]http://gnuradio.org/doc/doxygen/classgr_1_1analog_1_1frequency__modulator__fc.html#a9c252eeb8c9daf6ccd50427d3bc55bd3 On 05.07.2014 09:59, jason sam wrote: Sorry for prolonging the discussion but I am a bit confused here.The sensitivity parameter for Freq Mod block is defined

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

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

2014-07-04 Thread jason sam
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 symbol??I am new to this so i don't know

[Discuss-gnuradio] Making a GUI to execute python scripts generated by GRC

2014-06-17 Thread jason sam
Hi, I have written a python code(wxgui.py) for a simple GUI using wxPython.There is a button in it and by pressing that button i am executing another python file.It's working fine and i am able to call any python file,but when i try to execute the python file created by GRC(uhd_fft.py) i get the

Re: [Discuss-gnuradio] GNu radio examples not running

2014-06-05 Thread jason sam
If i run it in terminal even then its not running. On Thu, Jun 5, 2014 at 12:52 PM, Martin Braun martin.br...@ettus.com wrote: On 05.06.2014 06:28, jason sam wrote: Hi All, When i try to run any of built in examples (in .py form) with GRC,i get the following error: Are you trying

[Discuss-gnuradio] Using WBFM block

2014-06-05 Thread jason sam
Hi All, I am doing simple wide band FM..The flowgraph is as attached..When i execute it i am getting following error: gr_remez: insufficient extremals -- cannot continue Traceback (most recent call last): File /home/ali/Desktop/top_block.py, line 109, in module tb = top_block() File

Re: [Discuss-gnuradio] GNu radio examples not running

2014-06-05 Thread jason sam
'.grc' file is not available,only '.py' is available. On Thu, Jun 5, 2014 at 12:56 PM, jason sam user0...@gmail.com wrote: If i run it in terminal even then its not running. On Thu, Jun 5, 2014 at 12:52 PM, Martin Braun martin.br...@ettus.com wrote: On 05.06.2014 06:28, jason sam wrote

Re: [Discuss-gnuradio] signal level

2014-06-05 Thread jason sam
What will happen if i exceed this limit?Actually with this amplitude the TX power is very less...Is there any other solution? On Thu, Jun 5, 2014 at 12:54 PM, Martin Braun martin.br...@ettus.com wrote: On 05.06.2014 05:17, jason sam wrote: Hi Tom, Can you tell what is the constraint

Re: [Discuss-gnuradio] Doxygen documentation

2014-06-05 Thread jason sam
, to enable doxygen, pass -DENABLE_DOXYGEN=On to the cmake call Greetings, Marcus On 05.06.2014 05:14, jason sam wrote: How can i configure GNU Radio Companion 3.7.3 with Doxygen so taht i can view the blocks' documentation from inside GRC?I have Doxygen installed but its not configured with GRC

Re: [Discuss-gnuradio] GNu radio examples not running

2014-06-05 Thread jason sam
like your audio device being inaccessible and is really more of a configuration problem on your side :) Greetings, Marcus On 05.06.2014 09:59, jason sam wrote: '.grc' file is not available,only '.py' is available. On Thu, Jun 5, 2014 at 12:56 PM, jason sam user0...@gmail.com wrote

Re: [Discuss-gnuradio] Using WBFM block

2014-06-05 Thread jason sam
has sane parameters. Greetings, Marcus On 05.06.2014 09:58, jason sam wrote: Hi All, I am doing simple wide band FM..The flowgraph is as attached..When i execute it i am getting following error: gr_remez: insufficient extremals -- cannot continue Traceback (most recent call last): File

Re: [Discuss-gnuradio] Doxygen documentation

2014-06-05 Thread jason sam
ok On Thu, Jun 5, 2014 at 2:03 PM, Marcus Müller marcus.muel...@ettus.com wrote: You're not using Cmake properly. Please refer to the source build guide in the wiki. Greetings, Marcus On 05.06.2014 10:26, jason sam wrote: I tried to do it but got the following error: CMake Error

[Discuss-gnuradio] signal level

2014-06-04 Thread jason sam
Hi, In GRC is it necessary that we give a signal to any sink having an amplitude greater than 1? Regards, Ali ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] signal level

2014-06-04 Thread jason sam
or exceeding 1.00 (even just on the peak) can cause problems. Also a physical transmitter might have only 12 or 16 bits fixed point dynamic range, so there may be a minimum signal amplitude as well. -- Tom, N5EG On Wed, Jun 4, 2014 at 7:33 PM, jason sam user0...@gmail.com wrote: Hi, In GRC

[Discuss-gnuradio] Doxygen documentation

2014-06-04 Thread jason sam
How can i configure GNU Radio Companion 3.7.3 with Doxygen so taht i can view the blocks' documentation from inside GRC?I have Doxygen installed but its not configured with GRC. Regards, Ali ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

[Discuss-gnuradio] GNu radio examples not running

2014-06-04 Thread jason sam
Hi All, When i try to run any of built in examples (in .py form) with GRC,i get the following error: Error: /usr/local/share/gnuradio/examples/audio/audio_fft.py:1:1:FATAL:PARSER:ERR_DOCUMENT_EMPTY: Start tag expected, '' not found An example of such file is as attached. #!/usr/bin/python

[Discuss-gnuradio] Calling a GRC file in another GUI

2014-05-27 Thread jason sam
Hi, If i make a GUI in python language and i want to call a GRC file from that GUI by pressing a button or something,then it's possible to call a file like that?? Regards, Ali ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

Re: [Discuss-gnuradio] Calling a GRC file in another GUI

2014-05-27 Thread jason sam
in your main Python program. Greetings, Marcus On 27.05.2014 11:37, jason sam wrote: Hi, If i make a GUI in python language and i want to call a GRC file from that GUI by pressing a button or something,then it's possible to call a file like that?? Regards, Ali

Re: [Discuss-gnuradio] Error: /media/Softwares Data/UBUNTU DOWNLOADS/top_block.py:1:1:FATAL:PARSER:ERR_DOCUMENT_EMPTY: Start tag expected, '' not found

2014-05-26 Thread jason sam
The code is as attached. On Mon, May 26, 2014 at 9:42 AM, jason sam user0...@gmail.com wrote: When i execute a GRC file i get the following error.Any info about that? Regards, Ali noise Description: Binary data ___ Discuss-gnuradio mailing list

Re: [Discuss-gnuradio] Frequency modulation in GRC

2014-05-26 Thread jason sam
a momentary phase increase that is proportional to sensitivity and input amplitude [2] d_phase = d_phase + d_sensitivity * in[i]; On 26.05.2014 06:25, jason sam wrote: Hi Marcus, I have seen the doxygen documentation but it's all code there,no description.Can u kindly guide me where

Re: [Discuss-gnuradio] How to set a master clock rate on USRP B200

2014-05-25 Thread jason sam
device args parameter is not in the UHD USRP source/sink block?There is only 'Device addr' On Fri, May 23, 2014 at 9:39 PM, Marcus D. Leech mle...@ripnet.com wrote: On 05/23/2014 12:23 PM, raf raf wrote: Hello All Gnu Radio user, To use a 2 TX, I want to change a clock rate to an

Re: [Discuss-gnuradio] Frequency modulation in GRC

2014-05-24 Thread jason sam
files at other frequencies. http://www.w6rz.net/sine.c Ron On 5/22/2014 9:26 PM, jason sam wrote: Hi, I have made the flowgraph as attached..It is showing the modulation in scope but in fft block it's continuously changing so I am still unable to find out that what are the max and min

Re: [Discuss-gnuradio] How to change a master clock rate on USRP B210

2014-05-24 Thread jason sam
In the device parameter write 'set_master_clock_rate=30e6' On Fri, May 23, 2014 at 9:08 PM, raf raf raf...@hotmail.fr wrote: Hello All Gnu Radio user, To use a 2 TX, I want to change a clock rate to an accepted one, under 30.72 MHz. I use the API with uhd_usrp_probe and it works only for

Re: [Discuss-gnuradio] Frequency modulation in GRC

2014-05-24 Thread jason sam
Correction not 50 Hz but whatever the rate is after interpolation On Sat, May 24, 2014 at 12:23 PM, jason sam user0...@gmail.com wrote: Another question related to my flowgraph that when i use the' Frequency Mod' block...then it will take the center frequency as 50Hz(the freq of the signal

[Discuss-gnuradio] low frequency in GRC

2014-05-15 Thread jason sam
I am using GNU Radio Companion 3.7.3...when i set the frequency of my signal source to low values(in Hz or kHz),i get no signal on my scope or fft sink?? ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

Re: [Discuss-gnuradio] low frequency in GRC

2014-05-15 Thread jason sam
Actually i think the problem is that i have very low sample rate according to the 1024 FFT.. On Thu, May 15, 2014 at 7:38 PM, jason sam user0...@gmail.com wrote: ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org

[Discuss-gnuradio] (no subject)

2014-05-14 Thread jason sam
I am confused about the terms full duplex and half duplex in context of USRP...If i am using two antennas attached on the same channel on B210(one on TX/RX and other on RX2).I am Rxing through one antenna and retransmitting the signal with the other antenna..Am i operating on full duplex or half

Re: [Discuss-gnuradio] (no subject)

2014-05-14 Thread jason sam
transmitting on one connector (TX/RX) and receiving on the other (RX2). Half duplex means you never TX and RX simultaneously. Matt On Wed, May 14, 2014 at 11:09 AM, jason sam user0...@gmail.com wrote: I am confused about the terms full duplex and half duplex in context of USRP...If i am

[Discuss-gnuradio] Sample rate in GRC

2014-05-13 Thread jason sam
I am confused about the sample rate in GRC...if i am RXing a signal by USRP B210 at 2.4 GHz then the sample rate should be 4.8GHz??But USRP B210 uses a direct conversion RX and shifts the signal to 0Hz,so what should be the criteria for setting the sample rate? Another option could be ton set it