제출됨


Numeric Efficiency Examples
Examples of crafting numeric efficienct embedded designs using mixtures of fixed-point, floating-point and approximations.

6년 초과 전 | 다운로드 수: 1 |

0.0 / 5

제출됨


Tutorial on Simulink Data Type Propagation Engine
Tutorial on Simulink Data Type Propagation Engine

거의 8년 전 | 다운로드 수: 1 |

0.0 / 5

답변 있음
What is stored integer value of a fi object?
Please see https://www.mathworks.com/help/fixedpoint/ug/scaling_f6389.html

거의 8년 전 | 0

답변 있음
How can I convert binary data into fixed point data
First, get the raw integer values in to MATLAB as either uint32 values or int32 values. Second, use the reinterpretcast funct...

거의 8년 전 | 0

| 수락됨

답변 있음
Is it possible to force single precision instead of double precision when generating code from simulink?
Hi, This <https://www.mathworks.com/videos/data-type-exploration-and-visualization-of-signal-ranges-1506620567017.html video> s...

거의 8년 전 | 2

답변 있음
Force single precision floating-point in generated c code
Hi, There is a Single Precision Converter tool that ships with Fixed-Point Designer that will automatically convert a subsys...

거의 8년 전 | 3

답변 있음
How to get Port Data Type inside a Masked Block
Hi, There is no way to get this information up to the Mask initialization code a compile time, but blocks under the mask can s...

거의 8년 전 | 0

답변 있음
Why does simulink generate warnings about quantization error when running my simulation?
Hi, I assume the coefficients have been entered using with MATLAB code like this coef = [0.05 0.15] Since MATLAB de...

거의 8년 전 | 0

답변 있음
Hello. I have an issue related with the precission loss.
The code generation warning about using emulated types is not directly related to the primary question about parameter precision...

거의 8년 전 | 1

답변 있음
Hello. I have an issue related with the precission loss.
I realized this is an old question, but I see there are multiple recent views, so providing a very late answer :-( is still li...

거의 8년 전 | 1

답변 있음
Sil - mil compare for simulink model
Hi Giuseppe, Allowing the idealized floating point behavior to be compared with fixed-point behavior is a key feature of Fixe...

거의 11년 전 | 2

| 수락됨