logging - Can we get the instrumented code to plot the histograms for real and imaginary parts of a complex array separately - S

admin2025-04-25  3

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

转载请注明原文地址:http://anycun.com/QandA/1745528446a90799.html