Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error loading saved it file #5

Open
seahorse41 opened this issue Mar 29, 2016 · 0 comments
Open

Error loading saved it file #5

seahorse41 opened this issue Mar 29, 2016 · 0 comments

Comments

@seahorse41
Copy link

I saved some recordings using -r but am unable to load them for later analysis:

$ CellSearch -d /dev/shm -l -s 739e6 -c 1.066369 -p 10
Warning: crystal correction factor appears to be unreasonable
LTE CellSearch (release) beginning. 1.0 to 1.1.0: OpenCL/TDD/HACKRF/bladeRF/ext-LNB added by Jiao Xianjun([email protected])
PPM: 10
correction: 1.0663689999999999003
Captured data will be read from capbufXXXX.it files
*** Assertion failed in /build/libitpp-GeJpkq/libitpp-4.3.1/itpp/base/itfile.cpp on line 1085:
it_ifile::operator>>(): Wrong type (h.type == "ivec")
Aborted

$ ls -l /dev/shm/capbuf_0000.it
-r--r--r-- 1 sandreas sandreas 2457696 Mar 9 12:09 /dev/shm/capbuf_0000.it

$ CellSearch -d /dev/shm -l -s 739e6
LTE CellSearch (release) beginning. 1.0 to 1.1.0: OpenCL/TDD/HACKRF/bladeRF/ext-LNB added by Jiao Xianjun([email protected])
PPM: 0
correction: 1
Captured data will be read from capbufXXXX.it files
*** Assertion failed in /build/libitpp-GeJpkq/libitpp-4.3.1/itpp/base/itfile.cpp on line 1085:
it_ifile::operator>>(): Wrong type (h.type == "ivec")
Aborted

$ cmake .. | grep itpp
-- Found ITPP: /usr/lib/i386-linux-gnu/libitpp.so

Showing the package is installed, I'm running Debian 8.2 on this desktop, and Mint 15.2 on the laptop for collecting data in the field. (same errors)
$ sudo dpkg -l libitpp8 libitpp-dev
||/ Name Version Architecture Description
ii libitpp8:i386 4.3.1-3 i386 C++ library of signal processing and communication routines
ii libitpp-dev 4.3.1-3 i386 C++ library of signal processing and communication routines: Headers

  1. What correction factor is not unreasonable?
    Examining center frequency 739 MHz ...
    Capturing live data
    Saving captured data to file: /home/sandreas/data/lte/capbuf_0000.it
    Calculating PSS correlations
    Searching for and examining correlation peaks...
    Detected a cell!
    cell ID: 182
    RX power level: -22.4598 dB
    residual frequency offset: 49047.6 Hz

(739000+49047)/739000=1.066369

  1. With CellSearch-1.0 from Evrytania I got a Segfault at this point, so this error message is probably more useful than the backtrace I got with gdb.
    Any ideas how to proceed or debug this?
    Thank you
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant