Re: [Discuss-gnuradio] Pls help me out

2009-03-14 Thread Mir Ali
h you cannot find an answer then ask us. Good Luck. Ali On Sat, Mar 14, 2009 at 2:49 AM, gnu client wrote: > Hi all, > > I want to make a GNU radio by using USRP , pls help me out. > > > Regards, > Basha. > > -- > So many new op

Re: [Discuss-gnuradio] Problem in Installing gnuradio-3.2_Please help

2009-03-15 Thread Mir Ali
times does not motivate > anyone to help you to solve it. > > Johnathan > > > > ___ > Discuss-gnuradio mailing list > Discuss-gnuradio@gnu.org > http://lists.gnu.org/mailman/listinfo/discuss-gnuradio > -- Mir Murtu

[Discuss-gnuradio] Using one USRP

2009-03-19 Thread ali siddiqi
built in example within gnuradio with which i can test the simultaneous transmission and reception from the BasicTX to the BasicRX respectively on the same usrp? Regards, Ali ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org

[Discuss-gnuradio] vert 400 and Basic TX/RX

2009-03-27 Thread ali siddiqi
hi, if i m not wrong, VERT 400 antenna can work at 144 Mhz, also Basic RX/TX works from 1-250 Mhz. can i use the Basic RX/TX boards with VERT 400? regards, ali ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman

Re: [Discuss-gnuradio] questions in benchmark_tx

2009-03-28 Thread Mir Ali
Look at the while loop in the code. Instead of reading from a file you can substitute data to be whatever you like. use the following option to find out how to send data read from a file. ./benchmark_tx.py -h This will display lots of options that you can use and one of them is the file option. Y

Re: [Discuss-gnuradio] Pls help me out

2009-04-10 Thread Mir Ali
configuration file of gssm. Ali P.S. - Next time when you have a problem CC your question to discuss-gnura...@gnu.org. You will get more help this way as I won't be the only one helping you. On Fri, Apr 10, 2009 at 9:22 AM, gnu client wrote: > Dear Mr.Ali, > > Thanks for your earl

[Discuss-gnuradio] Can we generate .py file with old versions of GRC

2009-05-11 Thread Mir Ali
Hi, Is it possible to generate the .py files using the GRC or does it only create .xml files? I am using GRC 0.70 . Thanks, Ali ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Can we generate .py file with old versions of GRC

2009-05-11 Thread Mir Ali
have a GRC module in it. Thanks, Ali On Mon, May 11, 2009 at 9:25 PM, Josh Blum wrote: > GRC 0.70 and below dynamically generated the flowgraph at runtime from > saved flow graph files. > > The GRC in gnuradio 3.2 and trunk, generates python flow graphs, and then > executes the pytho

Re: [Discuss-gnuradio] New at GNU... linux question

2009-05-12 Thread Mir Ali
Using Ubuntu is easier and installing all the dependencies on it is quicker. On Tue, May 12, 2009 at 3:26 PM, BlueEyeBirdy wrote: > > I'm just starting out working on the GNU radio and I'm wondering is there > any > particular version of linux that is better? Also, does anyone know if > there'

[Discuss-gnuradio] Intermediate frequency question

2009-05-12 Thread Mir Ali
Hi, If I am using RFX2400 then what is the IF frequency and can we change this to some other value? Correct me if the question I asked is wrong. Thanks, Ali ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo

Re: [Discuss-gnuradio] Intermediate frequency question

2009-05-12 Thread Mir Ali
Yeah, I got it. I read in a tutorial and I understand now. Thanks again. On Wed, May 13, 2009 at 12:21 AM, Jason Uher wrote: > > If I am using RFX2400 then what is the IF frequency and can we change > this > > to some other value? Correct me if the question I asked is wrong. > > With the RFX240

[Discuss-gnuradio] Can we use any sampling rate in tunnel.py or benchmark_tx.py

2009-05-14 Thread Mir Ali
that. Isn't it? If yes, then can I just use the "-S samplingrate" option while running the program or is there anything more that I need to consider. Thanks, Ali ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.

[Discuss-gnuradio] Creating .dat file from .mp3 or.wav file!

2009-05-20 Thread Salman Ali
Hello all !I have been experimenting with transmission of audio file in FM range but i could not generate a valid ".dat" file. I would like to know how i could convert an image,video or specially an audio file into a valid ".dat" file format for transmission. Moreover I would like to know what i

[Discuss-gnuradio] usrp_source to file_sink ... what gets written when no transmission

2009-05-20 Thread Mir Ali
I am not transmitting from the other USRP. Is it possible that it might be picking up some stray signals at 2.4GHz? Thanks, Ali ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] Handling Messages

2009-05-20 Thread ali siddiqi
Hi, I am trying to make a flowgraph as given: signal source --> stream2vector --> fft --> c2m --> msg_sink If the size of fft is 4096, then I want to retrieve these 4096 points in python and then do simple maths and logic based on some of the values within these 4096 points within python. And

[Discuss-gnuradio] Handling Messages

2009-05-21 Thread ali siddiqi
Hi, I am trying to make a flowgraph as given: signal source --> stream2vector --> fft --> c2m --> msg_sink If the size of fft is 4096, then I want to retrieve these 4096 points in python and then do simple maths and logic based on some of the values within these 4096 points within python. And

[Discuss-gnuradio] Reading data from an xml file in python

2009-05-27 Thread Salman Ali
Hello all! I have been experimenting with transfer of xml file between different computers. I need help in reading an xml file in pyton. I want the data in the xml file to be put into some variables. I have used minidom put still could not work it out in an easy way. I would be grateful if some

[Discuss-gnuradio] Changing frequency dynamically in benchmark_rx.py

2009-06-17 Thread ali siddiqi
indication to set the frequency of the receiver to another value; 460e6 in my case! How and where in the code should I put this logic? Looking for help! Ali ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listin

Re: [Discuss-gnuradio] Changing frequency dynamically in benchmark_rx.py

2009-06-20 Thread ali siddiqi
On Thu, Jun 18, 2009 at 6:29 PM, Tom Rondeau wrote: > > The first thing that comes to mind is to use threads and a join with a > timeout or a condition with a wait or a timer object. > See: http://docs.python.org/library/threading.html > > You would implement this in benchmark_rx.py. > > Tom > B

Re: [Discuss-gnuradio] Changing frequency dynamically in benchmark_rx.py

2009-06-20 Thread ali siddiqi
On Sat, Jun 20, 2009 at 2:42 PM, ali siddiqi wrote: > > > On Thu, Jun 18, 2009 at 6:29 PM, Tom Rondeau wrote: > >> >> The first thing that comes to mind is to use threads and a join with a >> timeout or a condition with a wait or a timer object. >>

Re: [Discuss-gnuradio] Changing frequency dynamically in benchmark_rx.py

2009-06-26 Thread ali siddiqi
ed to locate the simple framer, but not able to find it. Greping for it takes me to the c code of gr_simple_framer but I am not able to make much sense of it. Can you please elaborate a bit more...? Where does the correlations takes place within the python code. Regards, Ali __

[Discuss-gnuradio] Is the GNU Radio Site Down?

2009-06-30 Thread Ahmed Ali
Hi all, I have been trying to access the site for the past couple of days but in vain. I am new to GNU Radio, I just started using it. Is there a problem with the site? plus subversion is giving me host not found errors Best, Ahmed -- Ahmed Ali ElDin M. Hassan Research Assistant Information

[Discuss-gnuradio] FFT Plot and Benchmark

2009-07-09 Thread ali siddiqi
out how to add FFT Plot in the above programs. Regards, Ali ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] FFT Plot and Benchmark

2009-07-09 Thread ali siddiqi
Hi all, I looked at fftsink_gl.py. It couldnt be executed because of import error of fft_window. Also, if in case I manage to run it, still I am finding it difficult to incoporate it in benchmark_tx.py. Can someone elaborate a bit more on how to add FFT sink in benchmark_tx? Regards, Ali On Thu

[Discuss-gnuradio] gnuradio and python 2.6

2009-07-10 Thread ali siddiqi
Hi all, Does gnuradio work with python 2.6? If yes would I need to first uninstall my gnuradio and python 2.5 first and then install python 2.6 and gnuradio again? I am currently on ubuntu 8.04. Would I need to upgrade to 9.04? Waiting for a quick reply! Regards Ali

[Discuss-gnuradio] Changing frequency dynamically in benchmark_rx.py

2009-07-15 Thread ali siddiqi
subprocess.PIPE).communicate()[0] check_size_1=check_size_1.split(" ")[0]; check_size_2=check_size_2.split(" ")[0]; if(check_size_1!=check_size_2): pass else: process.kill() output

Re: [Discuss-gnuradio] Editing benchmark_rx.py for spectrum access

2009-08-03 Thread ali siddiqi
Hi, Did the flowgraph of the code (in which you added the timeout) involved receive_path??? Regards, Ali On Mon, Aug 3, 2009 at 11:21 AM, Dan Rosenqvist wrote: > > > > Umair Nasir wrote: > > > > Hi all, > > > > This question is asked a number of times. An

[Discuss-gnuradio] Problem with GUI interface of GNU Radio

2008-02-24 Thread zafar ali
Hello All I am new to gnu radio I have installed all dependencies of GNU Radio Still i have no Knowledge of How to work with it . Please tell me how to work with it,how i write code in it. Moreover how to work and get the GUI interface of GNU radio. regards zafar __

[Discuss-gnuradio] Problem while running example dialtone

2008-02-27 Thread zafar ali
Hi ! every one When i run the dial tone example i get the following messages ./dial_tone.py /usr/local/lib/python2.5/site-packages/gnuradio/gr/gnuradio_swig_py_runtime.py:6: RuntimeWarning: Python C API version mismatch for module _gnuradio_swig_py_runtime: This Python has API version 1013, modul

[Discuss-gnuradio] using sound card with GRC

2008-03-03 Thread zafar ali
Hi Every one I am new to GNU Radio I have installed it successfully Please tell me the procedure of using sound card in GRC (The GNU Radio Companion ) I am using Fedora core 7 Thanking all in advance ___ Discuss-gnuradio mailing list Discuss-gnuradi

[Discuss-gnuradio] Using Sound card in GRC

2008-03-05 Thread zafar ali
Hello Please tell me can we use the sound card in the GRC(Gnu radio companion) Please tell me thanking in advance ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] How to install USRP with GNU Radio

2008-03-07 Thread zafar ali
Hi Every one I am new to Linux as well as to GNU Radio Kindly tell me how to install USRP in GNU Radio Thanking in Advance ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] How to write code in python

2008-03-10 Thread zafar ali
Hi Every one Can any one help me! Please tell me how i can write python code in linux . Where should i write it How i can run it Please tell me the complete procedure thanking in Advance ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http:

[Discuss-gnuradio] Recording a sound in GRC form sound card

2008-03-12 Thread zafar ali
Hi I am using Gnu Radio3.1.1 GRC 0.69 on Fedora core 7 Please tell me . How can I record sound from sound card in GNU Radio ? Thanking in advance zafar ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/di

[Discuss-gnuradio] How to record form sound card in GNU Radio

2008-03-13 Thread zafar ali
Hi I have installed GNU Radio on fedora core 7 and i am using GRC0.69 Kindly tell me the procedure to record sound from sound card in gnu radio or grc Thanking in Advance zafar ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.g

Re: [Discuss-gnuradio] How to record form sound card in GNU Radio

2008-03-14 Thread zafar ali
Hi Thank u As you told .i Have done so .but it is not executable On Thu, Mar 13, 2008 at 7:55 PM, Ed Criscuolo <[EMAIL PROTECTED]> wrote: > zafar ali wrote: > > Hi > > > > I have installed GNU Radio on fedora core 7 and i am using GRC0.69 > > Kindly tell me t

[Discuss-gnuradio] how to access sound card through GRC

2008-03-14 Thread zafar ali
hi Every one, i have installed GRC on two computers. what i want to do is that i use GRC to send any signal to sound card of PC1 then connect output port of PC1 with input port of PC2 and finally use GRC on PC2 to read the signal and display it. somebody help me please. ___

[Discuss-gnuradio] How to transmit and receive using two usrps in GRC

2008-03-15 Thread zafar ali
Hi Every one I want to transmit and receive signals using two USRP. in GRC and also want to display them . the daughter boards i have are RFX900 and RFX 2400. can anyone help me ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gn

[Discuss-gnuradio] Communication using 2 USRPs in GRC

2008-03-15 Thread zafar ali
Hi Every one I want to transmit and receive signals using two USRP. in GRC and also want to display them . the daughter boards i have are RFX900 and RFX 2400. can anyone help me ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.g

[Discuss-gnuradio] Communication using 2 USRPs

2008-03-16 Thread zafar ali
Hi Every one I want to transmit and receive signals using two USRP. in GRC and also want to display them . the daughter boards i have are RFX900 and RFX 2400. can anyone help me ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.

[Discuss-gnuradio] To listen FM radio station using GRC in GNU Radio

2008-03-29 Thread zafar ali
Hi Every one ! First, Thanking all those who replied on my queries I have two USRP boards and daughter boards RFX900 and RFX2400. I want to listen FM radio station . Kindly help me if someone has tried before or please give suggestion. ___ Discuss-gnurad

[Discuss-gnuradio] Sample file

2008-04-04 Thread zafar ali
Hello! I want to transmit and receive dial tone on USRP using Dauughter board RFX900.. Any sample file or help is required. regards zafar ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] calculating standard deviation of fft result

2008-04-27 Thread arslan . ali
I am writing a code that will scan and stop if it finds an FM station. For this i need to calculate the standard deviation of the fft result. is there a function built to do this? how can i perform mathametical operations on fft resultant data ? ___

[Discuss-gnuradio] Receiving the same wave form

2008-05-06 Thread zafar ali
Hi! Everyone Thanking all I want to perform transmission between two USRPs using RFX900 or RFX 2400 . I have done amplitude modulation and then transmitted the modulated signal using USRP but on the receiver side whether i transmit or not the out remains the same. kindly help me ___

Re: [Discuss-gnuradio] Could this output be a problem with my Hardware or the python codes?

2008-11-06 Thread ali siddiqi
really need to do this with the XCVR2450, then you will need two of >> them. >> >> Matt >> >> > I have one USRP and 2 pairs of BASIC TX and BASIC RX daughter cards. Can i use the transmitter and the receiver at the same time? Is there any python program implementing t

[Discuss-gnuradio] Python 2.x or 3.x, C++11 or 14 or what?

2015-09-11 Thread Ali The GREAT!
Hi everyone, I am a newbie in GNU Radio and trying to delve into it! I have decided on starting Python and C++ but I don't know which versions I should concentrate on! I searched a lot in the site but nothing! I would be grateful if you could possibly help me . sincerely yours

[Discuss-gnuradio] A question about the KEEP_M_IN_N block source code...

2016-07-11 Thread Ali The GREAT!
Dear Sir, I was wondering if we can use * "set_fixed_rate()"* in the source code of the block "keep_m_in_n" at its constructor instead of using * "int blks = std::min(noutput_items/d_m, ninput_items[0]/d_n);" * at the general_work ? Thanks a mi

[Discuss-gnuradio] qa_polar_xxx and qa_zeromq_xxx failed in the make test!

2016-08-15 Thread Ali The GREAT!
qa_zeromq_pushpull I'm using debian 8.4 and KDE. Thanks in advance! Ali ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] buffer allocation warnings

2016-08-28 Thread Ali The GREAT!
uffer size! Question#2: If I change either F1 or F2 repeat modes to 'No', why is the size of output file is always zero? Regards, Ali ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] data type colors not shown in GRC block parameters

2017-08-06 Thread Ali The GREAT!
Hi all, I wonder why the GRC data type colors in the block's parameters are not shown! All the entry places are just in white! I am running Debian 9 (stretch) with GNOME and I pulled the latest gnuradio (3.7.12) today and installed that. regards

[Discuss-gnuradio] installation problem with v3.7.12

2017-08-11 Thread Ali The GREAT!
have a problem with the data type colors appeared in the GRC (the blocks' parameters are not colored as the previous versions) i have two questions: 1) why is that? 2) how can i install version 3.7.11 (or any previous versions except 3.7.12) instead of 3.7.12 ? thanks a millio

[Discuss-gnuradio] set_history() for multi-input blocks

2018-07-01 Thread Ali The GREAT!
Hi all, the question is this: when there is a multi-input (sync) block, if we put set_history(N) in the constructor, does it mean there are separate histories for each input port? thanks ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://l

[Discuss-gnuradio] "sample delay" in "Decimating FIR Filter" at GRC

2018-07-02 Thread Ali The GREAT!
hi all, I was wondering what the "Sample Delay" parameter in "Decimating FIR Filter" block in GRC does. Thanks in advance! regards, Ali ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] parameter types of hier blocks in GRC

2018-07-02 Thread Ali The GREAT!
hi all but Marcus, cause we've just greeted ;-) when making a hier block in GRC, why doesn't the parameters type transfer to the block? (they always get the 'raw' type!) thanks, Ali ___ Discuss-gnuradio mailing list Discuss-gn

[Discuss-gnuradio] two channel configuration in GRC

2018-11-25 Thread Ali The GREAT!
SRP Source" blocks in GRC!? Setting "A:0" for one USRP Source and "B:0" for the other does NOT work! Thanks in advance! regards, Ali ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] Error regarding....WXgui

2010-01-17 Thread Muhammad Ali Khan
Hi, I have an error regarding wxgui. I am trying to use USRP board, it is detected successfully, benchmark.py file is running fine. When i try to use usrp_wbfm_rcv.py it gives an error. Traceback (most recent call last): File "/home/ali/Desktop/usrp_wfm_rcv.py", line 28, in

Re: [Discuss-gnuradio] Error regarding....WXgui

2010-01-17 Thread Muhammad Ali Khan
hi, Thanks Josh for the reply that error is removed, now there is another error by compiling the same file *usrp_wfm_rcv.py *that is Traceback (most recent call last): File "/home/ali/Desktop/usrp_wfm_rcv.py", line 26, in from gnuradio import blks2 File "/usr/local/lib

[Discuss-gnuradio] reagarding calculating power...its kind of urgent plz

2010-01-26 Thread Muhammad Ali Khan
hi, i have a problem to share with, i want to calculate power of the FM signal at different frequencies in one time. Is there any variable in "* usrp_wfm_rcv.py*" file in which the frequency and gain at those frequency are present. Because it must be some where because you cannot plot the graph wi

[Discuss-gnuradio] How to call .py file into another .py file

2010-01-26 Thread Muhammad Ali Khan
hi guy, I am facing some problem. I want to execute a (.py) extension file into another (.py) extension file. i am tired of searching on websites but didn't get any satisfactory results. Is it possible or is there any other way of doing this. can anyone help please.

Re: [Discuss-gnuradio] How to call .py file into another .py file

2010-01-26 Thread Muhammad Ali Khan
Thanks for your suggestions guys. But i think i didn't convey myself properly. Right now i want to fetch out the gain at some frequency using (usrp_wfm_rcv.py) in a loop in which i can change my frequency in every iteration. is there any way i can get it. Thanks Ali On Tue, Jan 26, 2010 at

Re: [Discuss-gnuradio] Questions about synchronization and modulation in benchmark

2010-02-02 Thread Mir M. Ali
Check the source code of costas loop and Mueller Mueller clock recovery blocks. They have the link to the reference papers used for the implementation. Regarding your bpsk/dbpsk question. There is a differential encoder block in the transmit_path of this modulator. Remove this from the connect pat

[Discuss-gnuradio] A strange question involving costas loop

2010-02-04 Thread Mir M. Ali
Hi, What is expected if I input a costas loop block with a complex sine wave signal? Will the Costas track the sine and give me a baseband output containing nothing? ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/l

Re: [Discuss-gnuradio] Questions about synchronization and modulation in benchmark

2010-02-04 Thread Mir M. Ali
't > receive it in properly. the signal can't be locked. > I plot the result from gr.mpsk_receiver (see attached file). > > Any suggest? > > > > On Tue, Feb 2, 2010 at 5:21 PM, Mir M. Ali wrote: > >> Check the source code of costas loop and Mueller Muelle

Re: [Discuss-gnuradio] A strange question involving costas loop

2010-02-04 Thread Mir M. Ali
cor...@corganenterprises.com> wrote: > On Thu, Feb 4, 2010 at 09:23, Mir M. Ali wrote: > > > What is expected if I input a costas loop block with a complex sine wave > > signal? Will the Costas track the sine and give me a baseband output > > containing nothing? > > You will g

Re: [Discuss-gnuradio] A strange question involving costas loop

2010-02-04 Thread Mir M. Ali
Thank you very much. :) On Thu, Feb 4, 2010 at 8:26 PM, Jason Uher wrote: > On Thu, Feb 4, 2010 at 4:37 PM, Mir M. Ali wrote: > > In GRC I have a complex sine source with amplitude 10 and frequency > 2000Hz > > sampled at 4000Hz as a input to the costas loop through a throt

[Discuss-gnuradio] C++ Vector equivalent in Python using swig

2010-04-13 Thread Mir M. Ali
Hi, I have a Gnuradio block that i built in C++ that has a vector passed to it. When I want to import the python equivalent of that block in python how will i pass a vector to it. I thought lists were an equivalent but it doesn't work. Thanks Mir ___ Dis

[Discuss-gnuradio] Regarding...modulation used by usrp...

2010-04-21 Thread Muhammad Ali Khan
Hello, I am using USRP with FLEX900 daughter board, i want to ask you that while transmission what kind of *modulation technique*, used by USRP for transmitting data. Thanks Ali ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http

[Discuss-gnuradio] Parallel transmission and reception....

2010-05-02 Thread Muhammad Ali Khan
are the factors creating hurdles in this. Thanks Ali ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] File Source and FIle Sink

2010-05-03 Thread Mir M. Ali
There are many examples in the python files. Look into the logging section of any modulator/demodulator code. If you are reading or writing complex data use these gr.file_source(gr.sizeof_gr_complex,"filename") gr.file_sink(gr.sizeof_gr_complex,"filename") The first argument is the sizeof(dataty

Re: [Discuss-gnuradio] FITS File storage and reading

2010-05-06 Thread Mir M. Ali
I would just store the data using gr.file_sink and format it accordingly by writing a routine. But if you want to build a block that stores the data in the format you require then you can build a block yourself and add it to the grc. To add it to grc you can look at this page, http://gnuradio.org/

Re: [Discuss-gnuradio] output is all 0 in howto_square_ff::general_work()

2010-05-23 Thread Mir M. Ali
The scheduler chooses the amount of data to process each time. Here it chose 4 the first time it ran the general_work() function and the next time it chose 1. You can look into the scheduler's implementation to know how it chooses this. If you want to make it choose 5 the first time then you can ca

Re: [Discuss-gnuradio] How to write a signal processing block problems

2010-05-28 Thread Mir M. Ali
./bootstrap ./configure make make install If you have errors then check your changes. Was that difficult? :) On Thu, May 27, 2010 at 7:50 AM, Tobias Schmid wrote: > Hello, > > I am working on project ofdm project using gnuradio. Up til now I just used > python blocks to build my flowgraphs. Bu

Re: [Discuss-gnuradio] How to use forecast()?

2010-05-30 Thread Mir M. Ali
if you still wanna use forecast and general_work then this is how you do it ... void your_block::forecast(int noutput_items,gr_vector_int &ninput_items_required){ ninput_items_required[0]=100 * noutput_items; ninput_items_required[1]=100 * noutput_items; } the scheduler will choose the number

[Discuss-gnuradio] I need HYDRA software.......

2010-10-03 Thread Kashan Ali Syed
Dear All, I am working on the initial process of the installation of GNU radio and HYDRA software. If anyone have the HYDRA software or know from where I can download the software then kindly inform me. I am waiting for reply. BR, Syed Kashan Ali Student MS(Wireless & Photo

[Discuss-gnuradio] Need help regarding GNUradio software !!

2010-10-10 Thread Kashan Ali Syed
Dear All , Hope u are doing your best. I want to know that is there any software similar to HYDRA for wireless MIMO channel estimation ? I am waiting for the reply. BR, Syed Kashan Ali Student MS(Wireless & Photonics Engineering) Chalmers University of Technology Göteborg, Sweden. Mo

[Discuss-gnuradio] How to change the frequency of USRP !!

2010-11-01 Thread Kashan Ali Syed
Dear all, I want to change the frequency of USRP RFX2400: 2.3-2.9 GHz transceiver. Can you suggest how can i do this thing as currently i am using 2.4GHz and its working. BR, Syed Kashan Ali Student MS(Wireless & Photonics Engineering) Chalmers University of Technology Göteborg, Sw

[Discuss-gnuradio] Fw: Call for Papers: (ICC2012) SaCoNeT-III

2011-10-20 Thread Sajjad Ali Mushtaq
Please accept our apologies in advance , if you receive this CFP multiple times. == Please Spread the word! Call for Papers 3rd IEEE International Workshop on SmArt COmmunications in NEtwork Technologies (SaCoNeT-III) http://ww

raspberry pi + dvb-t2

2021-03-18 Thread Ali G. Dezfuli
Hi all, Is there any experience in transmitting DVB-T2 with gnuradio and raspberry pi (any version)? I just wonder if it can work real-time with about 9 MHz sampling frequency of 8 MHz DVB-T2. Thank you! BR, AGD

qt gui frequency sink problem with PSD level

2021-06-26 Thread Ali G. Dezfuli
at line as the spectrum with -30 dB (= -30 dBW) but surprisingly it shows -33 dB !!! I use GNU Radio Companion 3.7.13.4 and ubuntu 16.04. Would be grateful if you could help me in this matter. regards, Ali

spectrum analyzer problem

2021-06-30 Thread Ali G. Dezfuli
ine as the spectrum with -30 dB (= -30 dBW) but surprisingly it shows -33 dB !!! I use GNU Radio Companion 3.7.13.4 and ubuntu 16.04. Would be grateful if you could help me in this matter. regards, Ali

vector index selector

2021-11-13 Thread Ali G. Dezfuli
Hi all, is there a block in GRC to get a vector and output a vector with selected indexes (as a parameter)? thanks, AGD

Re: vector index selector

2021-11-15 Thread Ali G. Dezfuli
vectors, or to add > a block "Vector > Extract" that does what you describe (take vectors in, and have a > parameter with indices > to extract) to master, would certainly be welcome. > > On 14.11.21 07:55, Ali G. Dezfuli wrote: > > Hi all, > > is there a block in GRC to get a vector and output a vector with > selected indexes (as a > > parameter)? > > thanks, > > AGD >

time division duplexing (TDD) with USRP B2xx

2022-01-15 Thread Ali G. Dezfuli
I am going to implement a real-time TDD link (in the order of one-millisecond burst durations) using two laptops and two USRP B2xx (in either single antenna or dual-antenna ways). I searched a lot on the net especially GNU Radio's mailing list but could not find any clear techniques or tutorials to

usrp n200 problem: error when running uhd_cal_tx_dc_offset

2022-12-28 Thread Ali G. Dezfuli
Hi all, I have gnuradio on this system: ubuntu 22.04 uhd 4.3.0.0-14-g1e718d9b gnuradio v3.11.0.0git-316-gc11667ef I have a USRP N200 from 2011 but have not worked with it for the last couple of years. After a long while, I just run $ uhd_cal_tx_dc_offset but got the following error: Creating the

Re: usrp n200 problem: error when running uhd_cal_tx_dc_offset

2022-12-28 Thread Ali G. Dezfuli
late commands:0 Num timeouts (Tx):0 Num timeouts (Rx):0 Done! On Thu, Dec 29, 2022 at 8:04 AM Ali G. Dezfuli wrote: > thanks Marcus, > I have checked benchmark_rate with no lost packets even at the highest > rate of 25 Ms/s. > It is connected via ethernet

Re: usrp n200 problem: error when running uhd_cal_tx_dc_offset

2022-12-28 Thread Ali G. Dezfuli
wrote: > On 28/12/2022 23:35, Ali G. Dezfuli wrote: > > thanks Marcus, > I have checked benchmark_rate with no lost packets even at the highest > rate of 25 Ms/s. > It is connected via ethernet 1G. > > Isn't it because of outdated firmware and fpga? > > If the FPG

Re: usrp n200 problem: error when running uhd_cal_tx_dc_offset

2022-12-28 Thread Ali G. Dezfuli
Ok, thanks! You are a great help! On Thu, Dec 29, 2022 at 8:33 AM Marcus D. Leech wrote: > On 28/12/2022 23:55, Ali G. Dezfuli wrote: > > seems it's ok: > > > > $ uhd_usrp_probe > > [INFO] [UHD] linux; GNU C++ version 11.3.0; Boost_107400; > > UHD_4.3.0.0-1

DQPSK constellation

2023-01-08 Thread Ali G. Dezfuli
Hi all, I've managed to get to the same signal of the block "Constellation Modulator" by using these blocks in concatenation: { --> repack bits --> differential encoder --> constellation encoder (or: chunks to symbols) --> polyphase arbitrary resampler --> } and tried them for bpak, qpsk, 8psk,

Re: DQPSK constellation

2023-01-09 Thread Ali G. Dezfuli
Hi Cinaed, thanks for your reply, GR version: v3.11.0.0git-316-gc11667ef the GRC file is attached. thanks On Tue, Jan 10, 2023 at 1:49 AM Cinaed Simson wrote: > Hi Ali - please state the version of gnuardio you're using and post the > flowgraph used to generate your problem. &g

Constellation Modulator delay calculation

2023-01-10 Thread Ali G. Dezfuli
Hi everybody, I just want to know how the delay of the "Constellation Modulator" block in GRC is calculated. In fact, whether you set the block's last parameter "truncate filter transient" or not, a delay of 86 samples could be generated, no matter how many points are in the constellation. This m

Re: Constellation Modulator delay calculation

2023-01-10 Thread Ali G. Dezfuli
thank you, Jared and Cinead! Sure it helps Jared! On Wed, Jan 11, 2023 at 7:39 AM U L wrote: > Ali, > > I think the example uses the generic_mod block > <https://github.com/gnuradio/gnuradio/blob/main/gr-digital/python/digital/generic_mod_demod.py> > inside. This block u

DOA - gr-doa

2023-02-14 Thread Ali Mahbas (Staff)
. Kind regards, Ali

building OOT blocks in Qt editor

2023-06-04 Thread Ali G. Dezfuli
Hey! I just switched to the latest versions (GR: 3.6.10, Ubuntu 22.04, UHD 4.3.0, Qt Creator 10.0.1). I've just added an OOT module and block and could successfully build and add it to the gnuradio and it works well. To have a better graphical editor, I just want to develop in Qt editor (qtcreator)

OOT modules config for versions

2023-06-12 Thread Ali G. Dezfuli
Hi all, I'd like to use libgnuradio-filter in my OOT module/blocks. I've read the following link which is about configuring OOT modules for adding other parts of gnuradio: https://wiki.gnuradio.org/index.php/OutOfTreeModulesConfig I couldn't find the line: set(GR_REQUIRED_COMPONENTS RUNTIME) in

Re: OOT modules config for versions

2023-06-12 Thread Ali G. Dezfuli
. Like so: > > https://github.com/drmpeg/gr-atsc3/blob/master/lib/CMakeLists.txt#L42 > > Ron > On 6/12/23 00:01, Ali G. Dezfuli wrote: > > Hi all, > > I'd like to use libgnuradio-filter in my OOT module/blocks. > I've read the following link which is about configuri

OOT modules: adding a faulty block causes whole OOT module not to work

2023-06-12 Thread Ali G. Dezfuli
Hi all, I made an OOT module named gr-tmo, adding some blocks and everything was ok. But when I add another block which uses gnuradio filter (from fir_filter.h), the whole module stops working and even removing the faulty block using gr_modtool doesn't help, which makes me start the whole module fr

B2xx round trip delay

2023-08-12 Thread Ali G. Dezfuli
Hi all, I'd like to measure the round-trip delay (RTD) between two B200 USRPs. For that, I send a raised-cosined-filtered, BPSK modulated PN-sequence, and as soon as I get this signal at the receiver, send back the same sequence from the Rx to the Tx, and by correlation, I find the RTD. The questio

Re: B2xx round trip delay

2023-08-12 Thread Ali G. Dezfuli
I appreciate the information and advice you have shared and sincerely thank you for the assistance. On Sun, Aug 13, 2023 at 8:15 AM Marcus D. Leech wrote: > On 13/08/2023 00:36, Ali G. Dezfuli wrote: > > Hi all, > > I'd like to measure the round-trip delay (RTD) between two

Re: B2xx round trip delay

2023-08-12 Thread Ali G. Dezfuli
13, 2023 at 8:15 AM Marcus D. Leech wrote: > On 13/08/2023 00:36, Ali G. Dezfuli wrote: > > Hi all, > > I'd like to measure the round-trip delay (RTD) between two B200 USRPs. > > For that, I send a raised-cosined-filtered, BPSK modulated > > PN-sequence, and as soon

phase maintenance in a USRP loop

2023-08-15 Thread Ali G. Dezfuli
Hi all, I have two transceivers A and B each one is connected by cables to a USRP B200mini (TX/RX for send and RX2 for receive) Using GNU Radio, for each iteration, transceiver A starts to send a burst of RC-filtered, BPSK-modulated PN sequence. Side B waits for the burst and as soon as it gets t

<    1   2   3   >