tpms icon indicating copy to clipboard operation
tpms copied to clipboard

Cannot extract bursts

Open cucim opened this issue 11 years ago • 1 comments

Hi, i cannot extract bursts. executing ./extract_bursts.py capture.cfile gives me following error: Traceback (most recent call last): File "./extract_bursts.py", line 83, in tb = top_block(sys.argv[1]) File "./extract_bursts.py", line 47, in init target_signal, carrier_freq, sampling_rate, start_date, start_time, capture_device = source_filename.split('_') ValueError: need more than 1 value to unpack

cucim avatar Aug 27 '14 13:08 cucim

Looking at the code you can see that the filename should respect a given format: target_signal, carrier_freq, sampling_rate, start_date, start_time, capture_device separated by '_' The extension is not important.

Hope this could help you.

alynx7 avatar Feb 06 '15 15:02 alynx7