Respondida
Nonlinear plant in simulink
The key is to model Y(k+1) to Y(k) using a unit delay. The output of the unit delay is the input value from one time step earl...

alrededor de 1 año hace | 0

Respondida
Mask parameter value is ignored with HDL Counter word length
Model Reference is not compatible with what you are trying to do. As an alternative, consider creating a Simulink library and pu...

alrededor de 1 año hace | 1

| aceptada

Respondida
help required for fixed point conversion
Mapping an A2D to a fixed-point data type One way to map an A2D converter to a fixed-point data type is to use two real-world-v...

alrededor de 1 año hace | 0

| aceptada

Respondida
help required for fixed point conversion
The number 395 is how many times that block in the model overflowed during the previous simulation. Suppose the element was a da...

alrededor de 1 año hace | 0

Respondida
help required for fixed point conversion
Hi Gary, That portion of your model will involve 4 data types. Digital measurement of output signal from analog plant Set poi...

alrededor de 1 año hace | 0

Respondida
Overflows when I use Fixed-Point Tool
Two Kinds of Overflows Fixed-Point Tool presents two types of overflows, Actual and Potential. Actual Overflows Actual overfl...

alrededor de 1 año hace | 0

| aceptada

Respondida
Problem with Simulink.NumericType after AUTOSAR-XML (ARXML) import
To simulate the model with the fixed-point data types and see bit-true behavior will require a Fixed-Point Designer license. Ho...

alrededor de 1 año hace | 0

Respondida
Can we replace parameter value with parameter name while generating C code from model?
Please see the documentation Macro Definitions (#define) - MATLAB & Simulink (mathworks.com)

alrededor de 1 año hace | 0

Respondida
Am I missing something, or is the Tip wrong?
Hi, The advise is generally correct. Turning off Integer Saturation and allowing the math to wrap modulo 2^N will lead to lea...

alrededor de 1 año hace | 1

| aceptada

Respondida
Why is my Simulink data type randomly changing?
Yes, this is most likely due to attribute propagation. You likely have an underspecified "chicken and egg loop" in your model. T...

alrededor de 1 año hace | 1

| aceptada

Respondida
What is the efficient code?
Simple Ansewer: Use shift approach unless multiplicative constant is really big In my experience, the multiply by constant foll...

alrededor de 1 año hace | 0

Respondida
Method of Real number multiplication operation
Quick Answer: Shifts are Multiply or Divide by a Power of Two Shift left of M bits is equivalent to multiplication by 2^M wh...

alrededor de 1 año hace | 0

| aceptada

Respondida
Trouble using fixed point type conversion in Simulink
Check rounding and overflow handling mode By default, the Data Type Conversion block rounds to Floor and Wraps overflows. In c...

alrededor de 1 año hace | 0

| aceptada

Respondida
What is the "net slope"
Net slope is used in fixed-point operations to achieve agreement of scaling. The slopes of all the variables involved in an oper...

alrededor de 1 año hace | 0

| aceptada

Respondida
Simulink model converts floating-point numbers to fixed-point numbers
Suggestion consider using modByConstant Since the "denominator" of your modulos are constants, you my wish to use the modByCons...

alrededor de 1 año hace | 0

Respondida
Simulink model converts floating-point numbers to fixed-point numbers
By default zeros() gives double Your output is double because of how it is initialized with the zeros() function n = 3; m = 4...

alrededor de 1 año hace | 0

| aceptada

Respondida
Data type conversion changes the value of the signal
Why cast to single has large quantization error. The cast from fixed-point to single will use single precision for constants an...

alrededor de 1 año hace | 0

| aceptada

Respondida
Data type conversion changes the value of the signal
Brief answer The original value 0.1 is between two representable values (0.099609375 and 0.1005859375) of the type being quanti...

alrededor de 1 año hace | 0

Respondida
Time delay threshold for constant output
I suggest you start by writing down on paper the equations or pseudo code that you think will solve the requirements of your pro...

alrededor de 1 año hace | 0

Respondida
Error in Divide Block - System Generator
The System Generator is a Simulink add-on product developed by AMD (Xilinx). The data types mentioned in the error message, Fix...

alrededor de 1 año hace | 0

| aceptada

Respondida
Remainder of a division operation in System Generator
Consider restructuring your design to work in units of revolutions instead of in degrees. In that case you only need to perform ...

alrededor de 1 año hace | 0

| aceptada

Respondida
Simulink Moving Average block not averaging according to the window length specified
Hi Shani, Please create a simplified model that exercises the Moving Average Block in isolation. Create a test input sequence...

más de 1 año hace | 0

Respondida
Floating-Point to Fixed-Point Conversion of IIR Filters
Hi, Examples often depend on supporting files. To successfully run these examples, all the files needed by the example need to ...

más de 1 año hace | 0

Respondida
FAQ: Why does a value look more precise when displayed in MATLAB or Simulink than in the generated code?
Textual Representation is Often an Approximation The textual representation of values displayed in MATLAB and Simulink is ofte...

más de 1 año hace | 1

| aceptada

Respondida
Which block's fixed format will be optimized firstly in Fixed-Point tool?
Hi Lin, The optimization proceedure used by Fixed-Point Tool Optimization Conversion workflow is not designed to be determinist...

más de 1 año hace | 0

| aceptada

Respondida
Simulink ADD block keeps returning 255
My guess is that Sum block's output data type is uint8, and the block is configured to wrap on integer overflows. So the output...

más de 1 año hace | 0

Respondida
n-D Lookup Table dimension error
There are two issues. For simplicity, I'll assume the block is configured to do linear interpolation and extrapolation. First,...

más de 1 año hace | 1

| aceptada

Respondida
How to read and write to an upper half or a specific bit from a decimal number in Simulink?
Bitwise AND, OR, XOR, NOT (aka complement), shift, ... are the ways commonly used to set, clear, or otherwise manipulate bits ...

más de 1 año hace | 1

| aceptada

Respondida
Interfacing hardware components with fixed bit width in Simulink/HDL Coder
Reinterpret Scaling Cast A technique to achieve goals like you described is to use a "Reinterpret Scaling Cast". The key idea o...

más de 1 año hace | 0

| aceptada

Respondida
define a counter which will starts counting from zero automatically when the count reaches to 10
In a Simulink model, click on the canvas and type "counter" you'll see a list of blocks one of these is called Counter Limited...

más de 1 año hace | 0

Cargar más