Problem gnuradio.uhd attribute

2021-03-15 Thread COURANT Frederique - Contractor
Hello, I try to test the flow graph that I have created with gnuradio-companion 3.9 but when I run my script I have this error "module gnuradio.uhd has no attribute rfnoc_tx_radio. I work with UHD 4.0, gnuradio 3.8 . Someone have solutions for this error please ? Best regards

Re: OOT Porting from gnuradio v3.7 to v3.8

2021-03-15 Thread Marcus Müller
Sadly, it's really the issue as shown by your output that your linker can't find the itpp library. Since you've said you've installed it, please check whether it's installed where your toolchain expects it. *how* you've installed it, specifically, might be helpful. Was it also using macports? B

GRCON21: Proposal Submission and Survey are Live!

2021-03-15 Thread Morman, Joshua
Greetings GNU Radio Community! The proposal submission system for GRCON 2021 is now live here (https://events.gnuradio.org/event/8/abstracts/) - and the first round of submissions are open through 9 June. Please submit abstracts for your talks, papers, posters, lightning talks, workshops, for

GNU Radio Amateur Radio meeting

2021-03-15 Thread Barry Duggan
Remember! Amateur Radio group meeting **20 March 2021 16:00 UTC** Subject: Ground Station Test Transceiver Presenter: Ray Roberge WA1CYB See the details at https://wiki.gnuradio.org/index.php/Talk:HamRadio No registration required. Remember that Daylight Saving Time has started in the U.S. 73

LimeSDR | Sinewave test | Glitchy behavior

2021-03-15 Thread Anish Mangal
Hi, To properly explain the issue I'm facing, I recorded a video showing Oscilloscope waveforms. https://drive.google.com/file/d/11anGShu-I3NhL9Jet6YAiyBprvwP4kDc/view?usp=sharing The gnuradio flowgraph is here: https://drive.google.com/file/d/1xQz1Kp_feAO1YrZRXXnMF25XEGgqVPSw/view?usp=sharing

Re: Problem gnuradio.uhd attribute

2021-03-15 Thread Marcus D Leech
Your message is confusing. Do you mean that your created the graph under gnuradio-3.9 but are trying to execute it under Gnuradio 3.8? Sent from my iPhone > On Mar 15, 2021, at 4:47 AM, COURANT Frederique - Contractor > wrote: > >  > Hello, > > I try to test the flow graph that I have cre

Re: Combined constellation modulator/Decoder do not seem to work

2021-03-15 Thread George Edwards
Hi Mike, Again, thanks for the great help and sorry to bother you again. The Polyphase Clock Sync seems to have serious problems. It works well at 2 sps, but does not work for 4 or 8 sps. I replaced it with the recommended Symbol Sync block, which appears to work at the different sps based on con

Re: Combined constellation modulator/Decoder do not seem to work

2021-03-15 Thread Christophe Seguinot
The flowgraph I provided (Fri, 12 Mar 2021 19:00:33 +0100) works with 4 sps (delay=58) and 8 sps (delay = 102) On 15/03/2021 20:50, George Edwards wrote: Hi Mike, Again, thanks for the great help and sorry to both

Re: gnuradio-releases PPA installs files different from v3.9.0.0 tag

2021-03-15 Thread schneider
Hi josh, On 04.03.21 16:12, Josh wrote: > schneider, > > I installed gr from the PPA into a fresh docker and it looks like the > header in /usr/include/gnuradio/filter/fir_filter.h matches the commit > in that the decimation argument has been removed.  Is it possible that > the version from the P

Re: gnuradio-releases PPA installs files different from v3.9.0.0 tag

2021-03-15 Thread schneider
On 16.03.21 00:16, schneider wrote: > > I'm still at a loss... I went through my bash history on that machine and I realized that I accidentally installed from the `ppa:gnuradio/gnuradio-master` PPA and not the `ppa:gnuradio/gnuradio-releases` PPA. Maybe this is where things diverge between us.

Re: gnuradio-releases PPA installs files different from v3.9.0.0 tag

2021-03-15 Thread schneider
On 16.03.21 00:22, schneider wrote: > I went through my bash history on that machine and I realized that I > accidentally installed from the `ppa:gnuradio/gnuradio-master` PPA and > not the `ppa:gnuradio/gnuradio-releases` PPA. Maybe this is where things > diverge between us. If I understand corr

Frequency Selective IQ Correction

2021-03-15 Thread Elmore's
Does anyone have any information on the use of the subject block? There is no documentation on the GNU Radio site and a Google search revealed nothing. Thanks, Jim -- This email has been checked for viruses by AVG. https://www.avg.com

Re: Frequency Selective IQ Correction

2021-03-15 Thread Jeff Long
It is delay(x) + fir_filter(conj(x)). The delay is probably to match that of the FIR filter. There isn't any further info about usage in the code base. On Mon, Mar 15, 2021 at 8:02 PM Elmore's wrote: > Does anyone have any information on the use of the subject block? > > There is no documentatio

Re: OOT Porting from gnuradio v3.7 to v3.8

2021-03-15 Thread Louis Jung
I’ve Installed itpp via MacPorts too. Actually I've solved this library problem by adding ITPP_LIBRARIES to target_link_libraries in lib/CMakeLists. However, I got another issue. Although ofdm_parse_payload block (from the OOT module) is well recognized in gnuradio (in GUI app. as shown in the

Re: Frequency Selective IQ Correction

2021-03-15 Thread dd0vs
Hello, you may google for ROCKY sdr. It uses a frequency selective IQ correction to remove images (automatically). It is needed because of the fact that IQ imbalance is frequency dependend too. There are scientific papers available, but currently i have no link, because i searched some years ago a