I'm using NXP FlexCAN receive block in MATLAB Simulink, I want to receive data from BMS over CAN, the data is in floating format. But at end of the FlexCAN receive block, I'm getting physical value in decimal form ex: If I want a 3.2 data value then I'm getting 320, or If want 1.2 then getting 120. I also use a multiplier but the same problem. How can I resolve it?