Beantwortet
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...

fast 2 Jahre vor | 0

| akzeptiert

Beantwortet
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...

fast 2 Jahre vor | 0

Beantwortet
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,...

fast 2 Jahre vor | 1

| akzeptiert

Beantwortet
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 ...

etwa 2 Jahre vor | 1

| akzeptiert

Beantwortet
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...

etwa 2 Jahre vor | 0

| akzeptiert

Beantwortet
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...

etwa 2 Jahre vor | 0

Beantwortet
fiaccel set fi numeric type based on input
When using MATLAB Code with MATLAB Coder, MATLAB Function Block, or fiaccel, the numeric type of a variable is not allowed to ch...

etwa 2 Jahre vor | 2

| akzeptiert

Beantwortet
INHERIT VIA BACKPROPAGATION MEANS
Inherit via Back Propagation The purpose of the setting Inherit via Back Propagation is for a block have its output data type ...

etwa 2 Jahre vor | 2

| akzeptiert

Beantwortet
Changing significant digits of constant block
The constant block is showing the text that is entered for the parameter, and is not showing the evaluated numeric value. You do...

etwa 2 Jahre vor | 2

| akzeptiert

Beantwortet
Why does fi signed plus unsigned produce needless range bits?
The behavior observed when adding signed and unsigned inputs is currently a limitation in Fixed-Point Designer. The sum output d...

etwa 2 Jahre vor | 0

| akzeptiert

Beantwortet
How to create FMU source code for Linux 64 in windows with LONG_MAX set to 64 bit
Simpler need If you're goal is just to have the size of long defined as 32-bits in the generated code, then you can change the ...

etwa 2 Jahre vor | 0

Beantwortet
Simulink Counter counts random numbers (not by order)
If you have not already done so, try using the Simulink debugger. Instead of clicking the Run icon on the toolstrip, click the ...

etwa 2 Jahre vor | 0

Beantwortet
Simulink Counter counts random numbers (not by order)
Check the sample times of the blocks being used. One hunch is that your are running the blocks in continuous-time. And, the Sc...

etwa 2 Jahre vor | 0

Beantwortet
Tapped delay with Number of delays parameter of datatype "Single"
I believe the block currently requires that the MATLAB code entered in the edit box for parameter "Number of delays" to ev...

etwa 2 Jahre vor | 0

| akzeptiert

Beantwortet
overflow detected due to mux signal
To understand why overflow is not reported for the scalar case you described, my suggestion is to Turn on show port data type ...

mehr als 2 Jahre vor | 0

| akzeptiert

Beantwortet
overflow detected due to mux signal
Hi, The branches leading to the inputs of the switch block will normally all get evaluated in simulation even though the result...

mehr als 2 Jahre vor | 0

Beantwortet
This assignment writes a 'int16' value into a 'double' type.
My guess is you are using this code in a situation that explicitly or implicitly requires generation to C/C++ code such as ...

mehr als 2 Jahre vor | 0

| akzeptiert

Beantwortet
Usage of Switch block according to the MAAB guidelines
To satisfy the MAAB guideline, drop in a relational operator block and a constant just prior to the switch block's middle input....

mehr als 2 Jahre vor | 1

Beantwortet
How quantization is impletemented in matlab ( by quantization i mean either the conversion from floating point format to fixed point or the conversion from fixedpoint q-format to an other fixed point format)
Yes, Fixed-Point Designer product makes it easy to handle fixed-point in MATLAB and Simulink. will make it easy to handle fixed...

mehr als 2 Jahre vor | 0

Beantwortet
Binary Point scaling Vs Slope Bias scaling
Slope and Bias Scaling can Maximize Accuracy Per Bit The key motivation for Slope and Bias scaling is maximize accuracy per bit...

mehr als 2 Jahre vor | 0

| akzeptiert

Beantwortet
I need fixed point calculation in brief for fixdt(0/1,wl,slope,bias) defination?
Fixed-Point Scaling Equation The Fixed-Point Scaling Equation is described at this link. real_world_value = (slope * sto...

mehr als 2 Jahre vor | 0

Beantwortet
Transition not executed despite true condition
@Scherer Gábor Hi, I did a quick spot check of the functionality I've attached a model showing transitions based on relation...

mehr als 2 Jahre vor | 0

Beantwortet
Integrator block: Deriving velocity from acceleration
Let me describe a systematic way to get from Your knowledge of the physical equations describing your system to Si...

mehr als 2 Jahre vor | 0

Beantwortet
Accelerating the compilation time of optimisation problem
You can get dramatic speed-ups across multiple simulation by using Simulink's Fast Restart and several related features. See thi...

mehr als 2 Jahre vor | 1

Beantwortet
Obtain variable name in TLC
Consider doing it in two parts bytes = LibBlockInputSignalWidth(0) * sizeof( LibBlockInputSignal(0, "", "", 0) )

mehr als 2 Jahre vor | 0

| akzeptiert

Beantwortet
Hold multiple values in a signal
These ideas may get you moving forward. 1) In Simulink (unlike MATLAB) signals have fixed maximum lengths and most commonly th...

mehr als 2 Jahre vor | 0

Beantwortet
how to find the minimum resolution for controller output signal ?
Minimum resolution could mean multiple things. My guess is you want to do a rough what-if-analysis to determine how coarsely yo...

mehr als 2 Jahre vor | 0

Beantwortet
How do i get the slope of a running simulink file?
Look at the Discrete Derivative block.

mehr als 2 Jahre vor | 0

| akzeptiert

Beantwortet
Programmatically get propagated datatype of a block
Hi, The attached function provides an example of how to use Simulink API's to get data type information from signals and run-ti...

mehr als 2 Jahre vor | 0

| akzeptiert

Beantwortet
How to use Convolution in Simulink?
You can quickly model this BEHAVIOR using the two Tapped Delay blocks one Dot Product block I emphasized BEHAVIO...

mehr als 2 Jahre vor | 1

Mehr laden