StollLab / EasySpin

MATLAB toolbox for Electron Paramagnetic Resonance (EPR) spectroscopy
http://easyspin.org
MIT License
48 stars 25 forks source link

Merge resonator and resonatorconv #283

Closed stestoll closed 1 year ago

stestoll commented 1 year ago

These are two function with very similar code, but only resonator is documented and tested.

cetait commented 1 year ago

resonatorconv is using a different approach with Matlab conv and deconv functions and the time-domain impulse response instead of the Fourier convolution and deconvolution used in resonator. It is less general and has no additional functionality, so I removed it.