SDR Flashcards

1
Q

How does Pluto SDR return captured samples?

A

AS numpy.ndarray.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What parameters must be set in SDR in order to receive signals?

A

Center frequency,
Bandwidth,
Sampling rate,
AGC setting

Bandwidth and Sampling rate can be set same.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Pluto: How to set center frequency in Python?

A

sdr = adi.Pluto(‘ip:192.168.2.1’)

sdr.rx_lo = int(10e6)

Set receiver LO (Local Oscillator)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly