LTSpice is a free opensource tool for simulating digital and analog circuit; But after saveing the result of simulation, the software choose an unknown and unconstant sampleling frequency to save the output file. During my search it's an unsolved problem for long times. So I wrote this script to fix the LTSpice output data witch I used it in my ML works.
Initial release is Feb 2021.
to use this softare type in terminal:
python3.8 fixLTspicedata_Example.py [original file] [number of output point]
Developer: P.Zahedi
E-mail: p.zahedi@live.com
Hope you enjoy It.