About 80,900 results
Open links in new tab
  1. RTL-SDR in Python | PySDR: A Guide to SDR and DSP using Python

    The RTL-SDR is by far the cheapest SDR, at around $30, and a great SDR to start with. While it is receive-only and can only tune up to ~1.75 GHz, there are numerous applications it can be …

  2. rtl sdr - How to plot real time graph using python for the signals ...

    May 16, 2023 · fig = plt.figure() graph_out = fig.add_subplot(1, 1, 1) def animate(i): graph_out.clear() #samples = sdr.read_samples(256*1024) samples = …

  3. Developing Your Own SDR Applications With Python - RTL-SDR

    Jul 28, 2019 · Max-Felix’s examples take us from the very first steps of setting up the dongle and gathering samples, to plotting the spectrum and creating a waterfall. This generally entails the …

  4. Experimental DSP Python Scripts using an RTL-SDR USB dongle

    Experimental DSP Python Scripts using an RTL-SDR USB dongle. --->Some operating systems (Linux, OS X) seem to result in libusb buffer issues when performing small reads. Try reading …

  5. Welcome to pyrtlsdr’s documentation! — pyrtlsdr 0.3.0 …

    Revision f12444fc. Built with Sphinx using a theme provided by Read the Docs.

  6. python - How to get coordinates of complex RTL-SDR signal …

    Mar 19, 2018 · You first need to: Pick a segment of complex IQ data from the RTL-SDR of length N (you may need to convert the raw IQ samples from unsigned 8-bit to signed floating point), …

  7. IQ Sampling | PySDR: A Guide to SDR and DSP using Python

    In Python you can use np.abs(x) and np.angle(x) for the magnitude and phase. The input can be a complex number or an array of complex numbers, and the output will be a real number(s) (of …

  8. Plotting a graph in matplotlib using IQ data output from ... - Reddit

    Apr 27, 2016 · Plotting a graph in matplotlib using IQ data output from Raspberry Pi. Archived post. New comments cannot be posted and votes cannot be cast. I/Q Data for Dummies: …

  9. GitHub - netx421/pysdr3d: Python RTLSDR Spectrum Analyzer

    Set your desired RTL-SDR parameters, including sample rate, center frequency, and gain. Easily adjust the capture duration, FFT size, and other parameters to suit your needs.

  10. frequency spectrum - How to plot real time graph using python

    Using the below python code, I am able to plot a graph. Can anyone please tell me how to modify this code to plot the graph continuously in real time? from pylab import * from rtlsdr import * ...

Refresh