PothosCore icon indicating copy to clipboard operation
PothosCore copied to clipboard

The Pothos data-flow framework

Results 51 PothosCore issues
Sort by recently updated
recently updated
newest added

Am really looking to install Pothos for ubuntu-20.04. I do not see any resources. Can someone help me with this? How can I install pothos for ubuntu20.04

Either by design or coincidence, there are certain blocks between modules that are meant to be equivalent. Most intentionally, many PothosGPU blocks are specifically designed to be drop-in substitutes for...

enhancement
wishlist

We really just want this behaviour for numerics, it can cause an issue for other types: * reference https://github.com/pothosware/gr-pothos/pull/17#discussion_r377893888

bug

The build instructions on the wiki for Windows seem to be somewhat incomplete. I have been able to get Pothos to build and install using the following: `cmake -DCMAKE_TOOLCHAIN_FILE=E:\Dev\vcpkg\scripts\buildsystems\vcpkg.cmake -DSoapySDR_DIR="E:\Program...

Inspired by: https://github.com/gnuradio/gnuradio/blob/master/gr-uhd/examples/grc/rfnoc_radio_ddc.grc Currently, the only real hooking into another dataflow infrastructure is in gr-pothos, which hacks in the block_executor to put a GNU Radio block inside a Pothos block....

enhancement
wishlist

`PothosUtil --self-test1` prints all output for the given test, but `PothosUtil --self-tests` redirects stdout and only prints on test failure. While this is reasonable default behavior, it would be nice...

enhancement

https://github.com/Upipe/upipe "Upipe is a flexible dataflow framework. It is primarily designed to be the core of a multimedia player, transcoder or streamer. The framework organizes the processing of incoming data...

wishlist

The primary use case for this would be for Pothos modules implemented in a non-C++ language checking the version of the respective proxy environment. For a specific example: This came...

enhancement

Hello, I'm having problems with Pothos Flow right now. I'm trying to analyze a car key. I am using different blocks and want to display the 2FSK signal in the...

I was thinking it would be useful if rate transforming blocks i.e. decimating/interpolating filter could also scale some label data like "rxRate" and perhaps other user labels. This could be...