This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS: Viewing IQ Math variables in Scope of Matlab Simulink



Tool/software: Code Composer Studio

Hi,

I am trying to observe the ADC result in scope of Matlab-Simulink. The output of the ADC is coming in integer format. But I would like to see it in real word value . .ie say if output is 4096 it should show value of 3.0 in the scope of Matlab Simulink. I have used data conversion block of Matlab Simulink with setting of output data type as fixdt(1, 32, 19). However, the values seen are the integer type.