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
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
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
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
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
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
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
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
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'
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
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
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.
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
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
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
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
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
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
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
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.
>>
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
__
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
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
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
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
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
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
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
__
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
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
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
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
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:
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
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
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
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.
___
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
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
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.
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
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
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 ?
___
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
___
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
'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
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
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
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
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
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
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
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/
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
./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
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
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
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
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
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
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
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
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
Hi all,
is there a block in GRC to get a vector and output a vector with selected
indexes (as a parameter)?
thanks,
AGD
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
>
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
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
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
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
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
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,
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
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
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
.
Kind regards,
Ali
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)
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
. 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
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
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
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
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
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
101 - 200 of 267 matches
Mail list logo