*in1 = mOverSampler.Process(*in1, [](double input1) {
return std::tanh(input1);
});
*in2 = mOverSampler.Process(*in2, [](double input2) {
return std::tanh(input2);
});
I can’t understand why when switching X2-4-8-16-31 the phase is distorted… who has any ideas?