This python script compares frequency-domain and time-domain method to performs post-processing of a passive near field current sensor.
Near-field current sensor produces a voltage waveform when exposed to a current. This voltage waveform is somehow the derivative of the original current waveform.
The goal of this script is to reconstitute the original current waveform from the voltage waveform.
python run.py config_remi.py
matplotlib
,numpy
,scipy
- Copy
config_remi.json
configuration file and rename it to your own name - Modify all fields to match your own data files (filepath, column delimiters,etc.)
- Run the script and don't forget to pass your custom config file as last argument
Thanks to Fabien Escudie for the algorithm and feedback