Re: [Discuss-gnuradio] Control Port Thrift Issues

2017-09-14 Thread Mark Koenig
ort (it's a system to remotely access statistics and specifics knobs and levers in GNU Radio)? Many (most) users don't really. Best regards, Marcus On 09/13/2017 04:41 PM, Mark Koenig wrote: > > I am seeing an error during ?Make?

Re: [Discuss-gnuradio] Control Port Thrift Issues

2017-09-18 Thread Mark Koenig
rds, Marcus On 09/14/2017 02:17 PM, Mark Koenig wrote: > Hi Marcus, > > I do believe I need control ports active. I am using GNUradio as the framework for some code that I believe uses control ports. > > Mark > > > On 9/14

[Discuss-gnuradio] Control Port Thrift Issues

2017-09-13 Thread Mark Koenig
I am seeing an error during “Make” and it has to do with the controlport and thrift….not sure what is going on. Any help would be appreciated. Thanks Mark After running “Make” I see the following error: [ 11%] Building CXX object

[Discuss-gnuradio] Error with gnuradio 3.8 and python 3

2019-09-16 Thread Mark Koenig
Hello, I am trying to build a module and I keep seeing the error below during cmake. Any deas? #9 3.713 -- Found VOLK: Volk::volk #9 3.729 -- Checking for module 'thrift' #9 3.761 -- Found thrift, version 0.10.0 #9 3.840 CMake Error at

Re: [Discuss-gnuradio] Error with gnuradio 3.8 and python 3

2019-09-18 Thread Mark Koenig
atly appreciated. From: Michael Dickens Date: Monday, September 16, 2019 at 5:21 PM To: Mark Koenig Cc: "discuss-gnuradio@gnu.org" Subject: Re: [Discuss-gnuradio] Error with gnuradio 3.8 and python 3 Hi Mark - Interesting issue. Is SWIG/Python -not- enabled in your GR install? Following

Re: qt-gui problems with GNU 3.8

2019-11-18 Thread Mark Koenig
Try to build GNU Radio now! Best regards, Marcus On Fri, 2019-11-15 at 21:46 +0200, Vasil Velichkov wrote: > Hi Mark, > > On 15/11/2019 21.19, Mark Koenig wrote: > > I am trying to build gnuradio branch maint-3.8 and I am having trouble getting

qt-gui problems with GNU 3.8

2019-11-15 Thread Mark Koenig
I am trying to build gnuradio branch maint-3.8 and I am having trouble getting qt-gui to enabled. I am currently using the new distro CentOS 8, and I cannot find any ‘qwt’ packages. Has anyone got gnuradio to build on CentOS 8 yet? I am very close to having all the modules I desire to be

[Discuss-gnuradio] GNU 3.8 OOT module problem

2019-10-21 Thread Mark Koenig
Hello, I have a number of OOT tree modules I am porting over to GNU 3.8, and all but one module seem to be going well. I am able to build and install all of the modules without errors, but when I try to call one of them, I get the error below. I believe I have modified CMakeLists.txt

Re: qt-gui problems with GNU 3.8

2019-11-19 Thread Mark Koenig
il Velichkov wrote: > Hi Mark, > > On 15/11/2019 21.19, Mark Koenig wrote: > > I am trying to build gnuradio branch maint-3.8 and I am having trouble getting qt-gui to enabled. I am currently using the new distro CentOS 8, and I cannot find any ‘qwt’ packages. Has anyone go

Re: qt-gui problems with GNU 3.8

2019-11-19 Thread Mark Koenig
Marcus On Tue, 2019-11-19 at 15:31 +0000, Mark Koenig wrote: > Marcus, > > Here is some feedback regarding using the rpms you helped me create. > > I can run ‘cmake’ with no errors, but running ‘make’ I see the errors below with respect to the qt

Re: qt-gui problems with GNU 3.8

2019-11-19 Thread Mark Koenig
.3-11.el8.noarch.rpm > x86_64/qwt-qt5-6.1.3-11.el8.x86_64.rpm > x86_64/qwt-qt5-devel-6.1.3-11.el8.x86_64.rpm > x86_64/qwt-debugsource-6.1.3-11.el8.x86_64.rpm > x86_64/qwt-qt5-debuginfo-6.1.3-11.el8.x86_64.rpm > [root@hash RPMS]# cd x86_64 &

Resampling radio data

2021-02-16 Thread Mark Koenig
Hello, I am receiving data from a radio at 23Msps, and I would like to resample to a rate of 25Msps in which my software program can ingest it. I am aware of the Fractional Resampler and the Rational Resampler. Is one better than other, take less CPU cycles, etc.? Is there a different block

Re: Resampling radio data

2021-02-16 Thread Mark Koenig
1 5:17:32 PM To: Mark Koenig Cc: discuss-gnuradio@gnu.org Subject: Re: Resampling radio data On Tue, Feb 16, 2021 at 4:14 PM Mark Koenig mailto:mark.koe...@iubelttechnologies.com>> wrote: Hello, I am receiving data from a radio at 23Msps, and I would like to resample to a rate of 25M

Re: Resampling radio data

2021-02-16 Thread Mark Koenig
Thanks for all of the suggestions. I will look to try them out tomorrow. Mark Get Outlook for iOS<https://aka.ms/o0ukef> From: Brian Padalino Sent: Tuesday, February 16, 2021 5:37:20 PM To: Mark Koenig Cc: discuss-gnuradio@gnu.org Subject: Re: Resa