Viewing IQ Math variables in Scope of Matlab Simulink

7 ビュー (過去 30 日間)
SACHIN DEVASSY
SACHIN DEVASSY 2019 年 7 月 2 日
Hi,
I am trying to observe the ADC result of 28027 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.

採用された回答

Venkatesh Chilapur
Venkatesh Chilapur 2019 年 7 月 2 日
Hi Sachin,
Please find the attached model which is created in 2019a version of MATLAB.
We have used fixdt(1, 32, 19) data type for the math.
Please let us know if this helps.
Regards,
Venkatesh C
  4 件のコメント
SACHIN DEVASSY
SACHIN DEVASSY 2019 年 7 月 4 日
Thankyou Venkatesh. Its working.
Is the computational budern same or reduced if we use TI IQ math libraries for multiplication (_IQmpy) and division (_IQdiv) instead of direct multiplication and division (all the numbers being in fixdt(1,32,19).
Venkatesh Chilapur
Venkatesh Chilapur 2019 年 7 月 4 日
Hi Sachin,
Yes, the IQ Math libraries are optimized to be computational efficeint for fixed point data type.
You can enable the CRL for the same by setting the same TI C28x or TI C28x (ISO) CRL under Code Generation -> Interface Tab.
Capture11.JPG
Capture12.JPG
Capture13.JPG
HTH,
Regards,
Venkatesh C

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by