Hi Isaac,
I am not sure what you are trying to achive. However, your low pass
filter seems to be set up incorrectly. You have a signal with 1MHz and
10MHz samplerate. Your low-pass filter has a cutoff at 5MHz and then
down-samples by 100. If you want to make sure that there are no
frequency c
Hi Isaac,
I am not sure what you are trying to achive. However, your low pass
filter seems to be set up incorrectly. You have a signal with 1MHz and
10MHz samplerate. Your low-pass filter has a cutoff at 5MHz and then
down-samples by 100. If you want to make sure that there are no
frequency c
Ohh... bandwidth is just half the sample rate of course. So the cutoff
has to be 50k and transition 20k for example.
Am 21.07.22 um 10:45 schrieb Fabian Schwartau:
Hi Isaac,
I am not sure what you are trying to achive. However, your low pass
filter seems to be set up incorrectly. You have a s
Hello GNURadio Community,
No need to respond to my posting, I figured it out.
Thank you!
George
On Wed, Jul 20, 2022 at 1:01 PM George Edwards
wrote:
> Hello GNURadio Community,
>
> I wrote a Python OOT block that takes a vector input and outputs a vector
> of the same size.
>
> In the grc, my
GNU Radio - I'm new to GNU Radio and have been impressed with it! It seems
like GNU Radio is a block based processing framework and I was interested
in using it for modem development. I would normally create a C/C++
simulation all from scratch, but I'd have to build my own modem development
environ
Hello,
first of all I am surly not a gnuradio guru, not a python guru.
I use some scripts written by other peoples
Until last week, all was ok.
After an update ( Kali on raspberry)..
I have removed gnuradio, python3.8 ...
and afte, a new install via apt ( gnuradio, gnuradio-dev osmo-sdr ..
python
Hi Jean-Philippe - did you change your PYTHONPATH from 3.8 to 3.10?
Also, please check the subversion of gnuradio-dev, e.g.,
apt list gnuradio-dev
and the 3.10 should expand to something which looks like this
3.10.2.0-1+b2
-- Cinaed
On 7/21/22 18:25, Jean-Philippe Buchet wrote:
Hello,