Réponse apportée
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...

plus de 3 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 3 ans il y a | 1

Réponse apportée
Data Type Conversion in simulink
To explore the impact of output data type specification rounding mode specification integer overflow handling specification...

plus de 3 ans il y a | 0

Réponse apportée
How to delay a signal arbitrarily without using a Delay block in Simulink
Open Simulink Library Browser search on the term: Delay You will see many blocks that provide different delay capabilities. ...

plus de 3 ans il y a | 0

Réponse apportée
How can I create an S-Function with dynamically typed inputs that support uint64 in Simulink
S-Functions work with features that utilize code generation in a variety of ways. The way I'm familiar with to get the fullest ...

plus de 3 ans il y a | 0

| A accepté

Réponse apportée
How can I create an S-Function with dynamically typed inputs that support uint64 in Simulink
Hi Daniel, Providing one extra argument -lfixedpoint when mex'ing your SFunction should solve the linker issue. An examp...

plus de 3 ans il y a | 0

Réponse apportée
Matlab 2018b Simulink does not recognise the input/output of datatype uint64
Way back in the "dark ages" of the 1990s, 64-bit integer were not main stream integer types like 8-bit, 16-bit, and 32-bit were....

plus de 3 ans il y a | 1

| A accepté

Réponse apportée
How can I get a sum of elements over a specified sample period in simulink?
For the case you described, a known fixed sample time (1ms in your case) and a know fixed time window (32ms in your case) to ave...

plus de 3 ans il y a | 0

Réponse apportée
Error: The class uint64 does not map to a 64-bit C type.
If this error is happening when you are explicitly attempting to generated code with MATLAB Coder, Simulink Coder, or Embedded C...

presque 4 ans il y a | 1

Réponse apportée
check if input data in simulink changes by a certain specific value
Hi Aadithya, Some suggestions. Study and experiment with the full set of capabilities of the Delay block including Initial co...

presque 4 ans il y a | 0

Réponse apportée
how to mask specific bits in a signed fixed point number?
Full-precision multiply A full-precision multiplication of the 16 bit inputs can be done like so format compact format long ...

presque 4 ans il y a | 0

| A accepté

Réponse apportée
Simulink Fixed-Point tool false error
Hi Ali, I suggest you reach out to tech support. For example, use the Request Support button on MATLAB's HOME toolstrip. If yo...

presque 4 ans il y a | 1

| A accepté

Réponse apportée
Error : Constant Operands
I'm puzzled by the error you described "Operands must be constants.". When I attempt to reproduce the issue, I don't observe an...

presque 4 ans il y a | 0

Réponse apportée
Lookup Table Error: Values of 'BreakpointsForDimension1' in 'Model' must be strictly monotonically increasing.
Please check the data type specified for the breakpoints. Quantization of the original value to the specified run-time data typ...

presque 4 ans il y a | 1

| A accepté

Réponse apportée
How to represent this state space form in Simulink model?
Drop 4 integrators (1/s) into your model, do not connect them to anything yet. Draw signal wires leading in and out of each int...

presque 4 ans il y a | 1

Réponse apportée
Colon operation in fixed-point
fi colon integer values only As the fi colon documention mentions, all colon operands must have integer values. Strategy to ge...

presque 4 ans il y a | 0

Réponse apportée
How can I use int64 and uint64 with my Simulink S-function?
Two Key Headers for 64-bit Integers in Simulink S-functions. To use 64 bit integers, your S-function should include these two h...

presque 4 ans il y a | 0

| A accepté

Réponse apportée
Use mask's input into mask intialization
It is not possible to feed a signal into a mask initialization code. Only parameters feed into mask initialization code. Signal...

presque 4 ans il y a | 0

| A accepté

Réponse apportée
Evaluate surface fit in Simulink
Please see if the answer here helps.

environ 4 ans il y a | 0

Réponse apportée
How to use cfit objects in Simulink?
The attached model and MATLAB code show how a fit created with Curve Fitting Toolbox can be called from a MATLAB Function Block ...

environ 4 ans il y a | 1

Réponse apportée
Why does Simulink's Weighted Sample Time block sometimes use fixed-point data types for its output?
Weighted Sample Time block is Polymorphic The Weighted Sample Time Math block is numeric type polymorphic. For inputs, it suppo...

environ 4 ans il y a | 0

| A accepté

Réponse apportée
Update matrix values inside MATLAB Function block
Something to be aware of is that MATLAB Function Block primarily uses code generation mode and not interpreted mode. Interprete...

environ 4 ans il y a | 0

| A accepté

Réponse apportée
How can I use fixdt-tool to convert a matrx variable which has huge range difference of diffenent elements
Fixed-Point Designer does not support per element scaling for vectors and matrices. A good solution to your need will depend on...

environ 4 ans il y a | 0

| A accepté

Réponse apportée
Simulink signal mean without zeros
Two key ideas. Use unit delay block to hold calculated values so far Use conditional logic to control when math does or does n...

environ 4 ans il y a | 0

Réponse apportée
How to pass a string dialog (masked) parameter to TLC file for a Level-2 MATLAB S-function?
See this doc page. https://www.mathworks.com/help/simulink/sfg/writertw.html and in this example edit('adapt_lms.m'); search...

environ 4 ans il y a | 0

| A accepté

Réponse apportée
Is it possible that the "m. file" code is converted from the double precision to the single precision??
Hi, The tools for converting double precision floating-point to single precision for MATLAB code and Simulink models work best ...

environ 4 ans il y a | 0

Réponse apportée
Is There Any Single-Precision Optimization Code?
I'm not sure if there is support for single-precision simulation and code generation of the kind of standalone optimization solv...

environ 4 ans il y a | 0

Réponse apportée
Simulink model: Invalid data type for root level port
I suspect your inport "REEC" is not explicitly specifying its data type and is inheriting data type single via Simulink underspe...

environ 4 ans il y a | 1

| A accepté

Réponse apportée
How to get Tabledata and break point values using command line for look up table
First, get an array of block paths by searching on 'BlockType', 'Lookup_n-D'. Second, iterate over each block in that list to e...

plus de 4 ans il y a | 0

Réponse apportée
How do I input a tranfer function in simulink with just a numerator?
The Laplace operator s represents a derivative and its inverse (1/s) represents an integrator. In concept, you could model 3*s ...

plus de 4 ans il y a | 0

Charger plus