Hello everybody,
I am trying to to dynamically change hier block
content and connections.
Let me explain with a minimal example below.
Why the method delete_path does not want to work?
Thanks a lot for
help.
Ivan
from gnuradio import gr, blocks, TestModule
class
Example(gr.hier_block2):
Dear All,
I would like share with you the special track CASTAWAYS:
Criteria and Technologies for the Development of a "New Space"
Ecosystem, in the context of the IEEE MetroAeroSpace 2024 that this year
will be held in Lublin (Poland).
It can be interesting especially for
students and software
Hi Marcus,
No, I'm not referring to the category. I'm talking about
the file group ownership.
I would like that the generated python
scripts had the same user/group owner of the grc file opened in GRC.
Thanks for help.
Ivan
Il 08.02.2024 11:14 Marcus Müller ha scritto:
> Hi Ivan,
>
> I
Hello guys!
I am searching for a GRC option such that the group
name of the generated python scripts is automatically set.
I do not
know if this option is already available, but i would like the generated
python scripts belong to the same group name of the relative grc file.
Thanks for help.
Hi Marcus!
Thanks for answering.
I don't know if time raster is
good for me.Let me explain.
My block is of sync type, i receives as
input a stream of scalars and produce as output as stream of vectors of
length L=M*N.
I want to display the output as a NxM 2D graphic with the
color mapped by
Hi all!
I wrote a custom python block that emits items consisting on
flattened matrices.
I would like to dynamically plot these matrices as a
coloured surface (similar to the waterfall sink) and update the surface
based on refresh rate provided by the user.
How could I implement this
using gnurad
Hello List!
I'm trying to implement a sync block into a OOT module
that use previous samples of the input streams.
So, I'm using the
method set_history in the constructor.
The problem is that when I use
self.set_history(N) I obtain the following errors:
Generating:
'/home/userr/workspace/gn
Hello guys!
Few years ago I implemented a ADS-B spoofer
(transmitter) composed by an external python module that evaluates the
ADS-B payload (given position information and aircraft ID) and a
gnuradio OOT module that generates the waveform.
I should share my code
on github, let me know if you
Hi Volker.
I'm sorry for late.
Setting correct paths in [grc]
section of ~/.gnuradio/config.conf works for seeing the blocks into the
block tree.
The problem now is that when I launch GRC from gnome shell
I obtain:
ImportError: cannot import name 'customModule' from
'gnuradio'
It seems gno
Hi Volker!
In order to see the local blocks in GRC, I also set
$GRC_BLOCKS_PATH.
Based on your suggestions, at the moment I added the
following variable definitions in .bashrc:
export
GNURADIO_OOT_LOCAL_PATH=$HOME/workspace/gnuradio-oot
export
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$GNURADIO_OOT_LO
Hello guys!
My aim is to setup a workstation with GNU Radio and a
set of system-wide OOTs installed (managed by the administrator) to be
used by all of the users, while still allowing the users to create their
own OOTs for local experiments and install them in $HOME/local/.
At
the moment I
Hello everybody!
I have just found out the "Single Pole IIR Filter"
of the gnuradio core library does not provide the possibility to set a
complex pole.
Is there a specific reason? Which is the best way to
realize this functionality without exploiting the more complex "IIR
Filter"?
Thanks for
Hello guys!
I'm trying to implement a python custom (general) block
with the following in/out signature:
- in_sig=[(np.complex64, M)]
-
out_sig=[np.complex64]
The block has three parameters: M, N and L.
The
idea is to get 2D frames (N,M), do some signal processing, and output
N*M+L serial s
I'm sorry, I've not been reading you first email (you're on Ubuntu).
Probably you have to set your library path.
Please, show me the output
of "sudo ldconfig -v".
Ivan
Il 18.01.2022 13:01 Michelle ha scritto:
> hello,
>
> I created an OOT module, added a block and made the
block availab
Dear all,
finally I cross-compiled my OOT module for running on
USRP E310.
Based on the instructions at
"https://kb.ettus.com/Software_Development_on_the_E3xx_USRP_-_Building_RFNoC_UHD_/_GNU_Radio_/_gr-ettus_from_Source";,
I set the environment variable PYTHONPATH a little bit different, to
po
Hi guys,
I'm trying to compile one of mine OOT module (C++), but
I'm obtaining a curious error.
https://pastebin.com/ZyfJcHCa
Looking
at warnings, it seems that several header files are got from
/usr/include, and not from sdk sysroot.
What's going on?
Thank you.
Ivan
Con Tiscali Mobile
As I stated I correctly compiled GNU Radio 3.8.
Now I'm trying to
compile one of mine C++ OOT module, and I'm obtaining a curious error.
https://pastebin.com/ZyfJcHCa
>From warnings it seems that several
header files are got from /usr/include, not from sdk sysroot.
Where is
the problem?
Tha
I answer to myself.
I solved error adding
-DCMAKE_NO_SYSTEM_FROM_IMPORTED=ON
to the cmake line.
Thanks at all.
Ivan
Il 10.02.2020 12:11 kron...@tiscali.it ha scritto:
> Hi Ron!
> your flags solved the specific error.
> The error on stdlib.h still
occurs.
> Ivan
>
> Il 10.02.2020 11
Hi Ron!
your flags solved the specific error.
The error on
stdlib.h still occurs.
Ivan
Il 10.02.2020 11:25 Ron Economos ha
scritto:
> For the "selected processor does not support `pld
[aVector,#128]' in ARM
> mode" error, you can try adding these flags to
the cmake command line.
>
> -DC
Dear all,
I'm compiling GNU Radio 3.8 for E310 using the newer file
system and SDK.
Cmake runs smoothly, but when I compile I can see
mainly two errors:
- stdlib.h not found: this is impossible, because I
can find it in the sysroot of the SDK.
- "selected processor does not
support `pld [aVe
manpage
compression optional, allow setting of PKG_DOC_DIR
> from the CMake
command line, add replay example, fix missing 'project',
> replace
ENABLE_PYTHON3 with a simpler Python detection, clean up
> superfluous
modules, improve log statements, bump dependency min
> versi
usrp_e3xx.html#e3xx_software_dev_sdk,
[2].
>>>>> When I try to compile the uhd drivers I obtain:
>>>>>
https://pastebin.com/SAAFxXzv [3]
>>>>> It seems that python libraries
are not found.
>>>>> How can I solve?
>>>>> Thanks so
uhd drivers I obtain:
>>>>
https://pastebin.com/SAAFxXzv [3]
>>>> It seems that python libraries
are not found.
>>>> How can I solve?
>>>> Thanks so much.
>>>> Ivan
>>>>
>>>> Con Tiscali Mobile Smart 30 hai mi
Hello guys!
I'm trying to cross-compile uhd drivers for my E310 (SD
image just updated).
I installed the toolchain as in
http://files.ettus.com/manual/page_usrp_e3xx.html#e3xx_software_dev_sdk,.
When I try to compile the uhd drivers I obtain:
https://pastebin.com/SAAFxXzv
It seems that pyth
, about 2 Hz), but my custom gr block output
continuously!
How could I realize this type of burst transmission?
Thank
you.
Ivan
--
by krono86 ...e vada come vuole, un uomo non puo che
morire una sola volta http://www.krono86.netsons.org
Con OpenStar hai Giga, SMS e i minuti che vuoi da 4,99
; Now the output of cmake is:
>>>
https://pastebin.com/e4gBZg4d [2]
>>> and the content of CMakeError.log
is:
>>> https://pastebin.com/Bv9YWp7P [3]
>>> Thank you.
>>> Ivan
>>>
>>> Il 04.04.2019 17:04 kron...@tiscali.it [4] ha scritto:
_9e4e6.dir/src.cxx.o' failed
>>>>> make[1]: ***
[CMakeFiles/cmTC_9e4e6.dir/src.cxx.o] Error 1
>>>>> make[1]: Leaving
directory
'/home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp'
>>>>>
Makefile:126: recipe
g if the include file
AudioUnit/AudioUnit.h exists failed with the following output:
>>>
Change Dir:
/home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp
>>> Run
Build Command:"/usr/bin/make" "cmTC_dfba5/fast"
>>> /usr/bin/make -f
CMakeFiles
ilation terminated.
>>
CMakeFiles/cmTC_f42fb.dir/build.make:65: recipe for target
'CMakeFiles/cmTC_f42fb.dir/CheckIncludeFile.cxx.o' failed
>> make[1]:
*** [CMakeFiles/cmTC_f42fb.dir/CheckIncludeFile.cxx.o] Error 1
>>
make[1]: Leaving directory
'/home/user/work
Hi guys!
I'm Ivan, researcher at Italian Aerospace Research Centre.
I'm working on algorithms for optimizing aerospace communications based
on SDR paradigm.
I will use an USRP E310, first in "network mode" for
rapid troubleshooting of the algorithms. I correctly built the uhd
drivers enabling
30 matches
Mail list logo