Wondering if a PI detector of the kind described below is feasible:
1. A normal PI transmission in the coil. (The transmission pulse may also be shaped)
2. The response/decay is sampled at 5 micro seconds (or any suitable speed), at least 10 bits (or more), 64 samples (this should be enough).
3. FFT of the 64 samples into 64 frequency strength+phase bins.
4. This gives us 64 frequencies of 3125 hz resolution. (Ground response may be removed like its done in vlf).
5. Run these 64 freq+phase through a neural network for : first learning and then for target characterisation.
6. The transmit and sampling could be done on microcontrollers/processors like ESP32/STM32 (real low cost) or any processor that has preferably a built in adc that can sample at desired speed.
7. The neural network could be run on a tablet/mobile phone/RPI or any suitably powerful device.
Frequency spectrum of an exponentially decaying signal :
https://pages.jh.edu/signals/spectra/spectra.html
FFT library for ESP32 :
https://medium.com/swlh/how-to-perfo...e-45ec5712d7da
My knowledge of signal processing / controllers and neural network is a little old, may be about 20-30 years, and better techniques may be available.
Please opine.
1. A normal PI transmission in the coil. (The transmission pulse may also be shaped)
2. The response/decay is sampled at 5 micro seconds (or any suitable speed), at least 10 bits (or more), 64 samples (this should be enough).
3. FFT of the 64 samples into 64 frequency strength+phase bins.
4. This gives us 64 frequencies of 3125 hz resolution. (Ground response may be removed like its done in vlf).
5. Run these 64 freq+phase through a neural network for : first learning and then for target characterisation.
6. The transmit and sampling could be done on microcontrollers/processors like ESP32/STM32 (real low cost) or any processor that has preferably a built in adc that can sample at desired speed.
7. The neural network could be run on a tablet/mobile phone/RPI or any suitably powerful device.
Frequency spectrum of an exponentially decaying signal :
https://pages.jh.edu/signals/spectra/spectra.html
FFT library for ESP32 :
https://medium.com/swlh/how-to-perfo...e-45ec5712d7da
My knowledge of signal processing / controllers and neural network is a little old, may be about 20-30 years, and better techniques may be available.
Please opine.
Comment