Re: Link error GC

2023-02-10 Thread Jeff Long
Please keep replies on the list. Have you run through the documentation and tutorials on wiki.gnuradio.org? On Fri, Feb 10, 2023, 19:04 Raúl Parada Medina wrote: > I've added the Vector to Stream blocks for an output of 1024 but as N I > cannot get float numbers, I mean 1024/8. Here is my full

Re: Link error GC

2023-02-10 Thread Jeff Long
A Vector Source produces items from a vector ... it does not actually produce a vector type unless the Vector Length parameter is set to something other than 1. In this case, you would want the Vector Length to be the same as the FFT Size parameter in the FFT block. In other places, you would need

Link error GC

2023-02-10 Thread Raúl Parada Medina
Hi, I get this error in the links (red arrows). I don't know where is the error (the SDR-RTL is not connected yet). GNU Radio Companion 3.10.4.0 (Python 3.10.6) on Windows 10. Thanks. Raúl [image: image.png]