jessecob13
jessecob13
It is certainly an issue with mtspec, as I have isolated it the problem.
Thank you ncrnalab. Mine is this : band_width = 2.5 k = int(2*band_width - 1) mtspec(in_data, sample_rate, band_width, number_of_tapers=k, quadratic=False, adaptive=True) in_data, sample_rate are nothing too crazy, but working for...
Okay, I have narrowed it done. Something a bit stupid on my part was letting through small data lengths, and that crashes the whole thing with no warning. Looks somewhere...