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?