hat), so either you rely on an external application for
that or you would have to write an OOT GNU Radio module (or perhaps someone
already did, I am not sure).
Franco
On 06/13/2022 8:47 PM Stefan Oltmanns wrote:
Thank you very much for that information, haven't seen that somebody
continu
rectly.
I personally haven't tried this approach so I don't really know if it works or
not, but I thought you might find this information useful.
Franco
On 06/13/2022 3:26 PM Stefan Oltmanns wrote:
Hello,
is there any way to use devices exposed as /dev/swradioN by the v4l2
Linux k
Hello,
is there any way to use devices exposed as /dev/swradioN by the v4l2
Linux kernel API with GNURadio directly?
At the moment there are only two in-tree kernel drivers, one for the
RTL2832U and the other for the Mirics MSi2500. For the RTL2832U
librtlsdr seems to be the better option, as it
upply a diagram (through GRC/or otherwise) to help explain what
> you want to achieve?
>
> Blake
>
>> On Nov 5, 2017, at 1:35 PM, Stefan Oltmanns wrote:
>>
>> Hello Blake,
>>
>> can you explain what the advantage of using a hier block is? At the
>> mom
low graph
> 2. swap in/out the null sink(s) [1]
> 3. unlock the flowgraph
>
> [1] https://gnuradio.org/doc/doxygen/classgr_1_1blocks_1_1null__sink.html
>
> Respectfully,
> Blake
>
>
>
> Sent from my iPhone
>> On Nov 4, 2017, at 7:13 PM, Stefan Oltmanns wro
Hello,
I've got a flowgraph with one source that will end in several sinks. Not
all paths of the flowgraph are needed all the time and I would like to
enable/disable a path without stopping the flowgraph to reduce processor
load.
When I leave a path unconnected by default the application will cras
n
>
> On Thu, Oct 23, 2014 at 7:57 PM, Michael Dickens
> wrote:
>> Oh goody! I have a MacPorts ticket with this issue, and my AVX Mac is
>> currently unavailable for fixing this. Maybe somebody (Nathan? Tom?) can
>> figure out the correct fix? - MLD
>>
>> On Oc
You'll have to
> reinstall gr-osmosdr too. I'm installing the 10.10 preview right now for GR
> / UHD testing; I'll try this code on 10.10 and 10.9 soon. - MLD
>
> On Sep 25, 2014, at 1:15 PM, Stefan Oltmanns wrote:
>
>> The NooElec R820T
>> (http:
23, 2014 at 12:37 PM, Stefan Oltmanns
> wrote:
>> I just got the latest git version of gnuradio and tried to compile, but
>> I get compilation errors resulting from avxintrin.h:
>>
>> http://pastebin.com/uq4uGeNs
>>
>> These errors seems to be common and result
I just got the latest git version of gnuradio and tried to compile, but
I get compilation errors resulting from avxintrin.h:
http://pastebin.com/uq4uGeNs
These errors seems to be common and result from using non-standard
GCC-extensions that clang does not support.
Any ideas?
___
device #0 Realtek RTL2838UHIDIR SN: 0001
Found Rafael Micro R820T tuner
I compiled with the same command-line, unfortunately I do not have
access to a 10.8 mac.
Am 25.09.2014 18:25, schrieb Michael Dickens:
> On Sep 25, 2014, at 10:22 AM, Stefan Oltmanns wrote:
>> Unfortunately I do not
Unfortunately I do not have any other hardware than two different RTL
devices (one with E4000 tuner and one with R820T).
I attached the most simple program to reproduce that error, it just
connects the OsmoSDR source with a null sink, starts the flowgraph,
waits a second and then stops it and exit.
probably a bit too much.
Thanks
Stefan
Am 18.09.2014 17:11, schrieb Michael Dickens:
> Hi Stefan - Do you have an example program that I could do testing on? That
> would help expedite any fix. Thanks! - MLD
>
> On Sep 18, 2014, at 10:39 AM, Stefan Oltmanns wrote:
>> my C++ program
esn't
> discourage you or any other contributor.
>
> Cheers,
> M
>
> On 08/21/2014 07:43 PM, Stefan Oltmanns wrote:
>> Hi,
>> I posted the issue with a patch about 2 weeks ago, I´m not sure anybody
>> has seen it yet:
>> http://gnuradio.org/redmine/issue
Hi,
my C++ program is already working great, except one major bug on OS X:
I cannot stop the flowgraph: When I call on the top block:
gr_tb->stop();
gr_tb->wait();
It will hang on the wait. That means the program cannot quit nicely, but
will always crash at exit. It´s working fine on Linux and W
issue on gnuradio.org, and
> describe as clearly as possible what you need? A patch, even if small,
> also helps to make things clearer for us.
>
> M
>
> On 08/02/2014 07:50 PM, Stefan Oltmanns wrote:
>> Hello,
>>
>> my application is monitoring the RF level and of
work around it
> without a hack. - MLD
>
> On Aug 5, 2014, at 11:19 PM, Stefan Oltmanns wrote:
>> Confirmed it´s the allocator:
>> Recompiling with other allocation engine removed did not work.
>> Removed my hack and compiled with posix_memalign: Stable.
>> Thank
Confirmed it´s the allocator:
Recompiling with other allocation engine removed did not work.
Removed my hack and compiled with posix_memalign: Stable.
Thank you very much
Stefan
Am 05.08.2014 21:54, schrieb Stefan Oltmanns:
> Yes, it´s OS X 10.9, but I think I compiled with 10.7 compatibil
Yes, it´s OS X 10.9, but I think I compiled with 10.7 compatibility,
will check what happens when I recompile with the other allocation
engine removed.
Am 05.08.2014 21:27, schrieb Michael Dickens:
> On Aug 5, 2014, at 3:17 PM, Tom Rondeau wrote:
>> Great, that explains it. On Linux, you're using
07fff993f91a1 in thread_start ()
> }}}
> --
> Michael Dickens, OSX Programmer
> Ettus Research Technical Support
> Email: supp...@ettus.com
> Web: http://www.ettus.com
>
> On Aug 4, 2014, at 7:20 PM, Stefan Oltmanns wrote:
>> thank you very much for testing! The cod
t;. - MLD
> --
> Michael Dickens, OSX Programmer
> Ettus Research Technical Support
> Email: supp...@ettus.com
> Web: http://www.ettus.com
>
> On Aug 3, 2014, at 12:00 AM, Stefan Oltmanns wrote:
>> thank you very much for your help. I´ve attached the program in it´s
>
Hello,
I want my program to be platform independent (it should work on Linux,
OS X and Windows).
Although it runs stable on Linux (Xubuntu 14.04 amd64), on both Windows
(Win 7 x64) and OS X (10.9) it´s crashing after about a minute.
For OS X I followed the build guide provided (installed using por
Hello,
my application is monitoring the RF level and often changeing the
frequency. Unfortunately it takes some time for probe_avg_mag_sqrd to
adjust to the new RF level (about 2 seconds if old level -10dB and new
level -40dB).
I found out the the iir-filter probe_avg_mag_sqrd uses has a reset
fun
Hello,
I was able to create a flowgraph in GRC to demodulate a signal
(low-frequency battery telegram of wireless microphones). Now I started
to port the generated code from Python to C++.
I had to realize that some blocks are Python-only, like the FM
Demodulator. I was able to rebuild the FM Demod
24 matches
Mail list logo