I am using fixed point toolbox to simulate the fixed point version of an algorithm (R2023b).
I generated the instrumented code with buildInstrumentedMex and get the result of the logging displayed using showInstrumentationResults.
The instrumented code presents logs for complex arrays as a whole. But I want to see the dynamic range for the real and imaginary parts separately as at some point in the algorithm imaginary part of a complex array reduces to almost zero.
Is it possible to configue buildInstrumentedMex so that it shows the histograms for the real and imaginary parts of a complex array separately.
Thanks