what does the "percentage of occurrences along the Y-axis" mean in fixed point converter app?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
lai chengxuan
am 26 Jan. 2024
Kommentiert: lai chengxuan
am 29 Jan. 2024
- i want to know the the relation between histogram and the simulation value. Does it mean the probability of 1 of specific bit position?
- why the histogram will shift to the right for 1 bit when I clearing Signed option?
0 Kommentare
Akzeptierte Antwort
Andy Bartlett
am 29 Jan. 2024
Hi,
The histograms in quantization workflows put each value observed in simulation in a power of two bin.
For example, the values 1.25, 1.51234, and 1.75 are all in the power of two bin from 2 to 4.
The values -4.7, -5.9, and -7.8765432 are all in the power of two bin from -8 to -4.
This documentation page does a very nice job of explaining histogram bins in quantization workflows.
Andy
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Fixed-Point Designer finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!