strf icon indicating copy to clipboard operation
strf copied to clipboard

Segmentation Fault: Core Dumped when running RFFFT

Open RCCRAFT1 opened this issue 11 months ago • 2 comments

Image

Upon accessing a 16 bit INT baseband recording, strf returns with a segmentation fault while running rffft to generate the necessary .bin files needed to create the .dat file for analysis. In this recording the WAV header was skipped, so there is nothing identifying the WAV.

I am not sure why this is happening, as it seems to work completely fine on a file that is way less in size. The file that works is ~200MB and the file im trying to put into the program is ~2GB. Does the size difference matter? Should I add some kind of compression?

RCCRAFT1 avatar Feb 05 '25 19:02 RCCRAFT1

Image

Removing the -s flag in the initial command does provide the .bin files as well, however pgplot does not display anything. must the recording be in cs16 to work?

RCCRAFT1 avatar Feb 05 '25 21:02 RCCRAFT1

Image

Re-inputting the file as a cs16 (proper file type) also spits back segmentation fault

RCCRAFT1 avatar Feb 05 '25 22:02 RCCRAFT1