Hello,
I am not certain about those functions: neper2dB and dB2neper
If we consider dB2neper, I think the function should be:
alpha = 100 * alpha .* ((2*pi) / 1e-6).^y .* (20 * log10(exp(1)));
Could you double-check for me ?
Thanks in advance for your time.