Questions tagged [pyrtlsdr]

2 questions
0
votes
0 answers

How to plot real time graph using python for the signals received from RTL SDR without closing the plot?

I want to plot graph of signal from RTL-SDR dongle but couldn't plot continuously at the same window without closing Here's the code that i tried, from pylab import * from rtlsdr import * from time import sleep sdr = RtlSdr() sdr.sample_rate…
ismail
  • 31
  • 8
0
votes
1 answer

pyrtlsdr installation Windows 10

I am trying to install pyrtlsdr, I first installed SDRUno and checked whether my SDRPlay is connected and working fine. That's ok. Then I try to install pyrtlsdr with pip on Windows 10 with Python 3.11.0 [MSC v.1929 64 bit (AMD64)] on win32. This…
honeymoon
  • 2,400
  • 5
  • 34
  • 43