qspectrumanalyzer icon indicating copy to clipboard operation
qspectrumanalyzer copied to clipboard

Error with LimeSDR

Open vchekan opened this issue 7 years ago • 0 comments

I am trying to run LimeSDR board and depending on settings, sometimes it works, sometimes it does not. In particular, I get this:

[WARNING] GetDC_IQ_Interp(108.05 MHz, ch=0, tx=0): no matches between [107.05, 109.05] MHz
[INFO] SoapyLMS7::setFrequency(Rx, 0, BB, 1.36124e-07 MHz)
Traceback (most recent call last):
  File "/home/vadim/.local/lib/python3.5/site-packages/qspectrumanalyzer/backends/soapy_power.py", line 208, in run
    self.parse_output(data)
  File "/home/vadim/.local/lib/python3.5/site-packages/qspectrumanalyzer/backends/soapy_power.py", line 186, in parse_output
    self.databuffer["y"].extend(y_axis)
AttributeError: 'numpy.ndarray' object has no attribute 'extend'
[INFO] SoapyLMS7::setFrequency(Rx, 0, RF, 87.05 MHz)
SetFrequency using cache values vco:1, csw:101

I am on the latest git commit: 625ba9d, Linux Mint 18.1

vchekan avatar May 27 '17 02:05 vchekan