MathWorks Fixed Point Team - MATLAB Central
photo

MathWorks Fixed Point Team

MathWorks

Last seen: environ 2 mois il y a Actif depuis 2017

Followers: 0   Following: 0

Message

Statistiques

All
MATLAB AnswersFile ExchangeFrom 09/17 to 03/25Use left and right arrows to move selectionFrom 09/17Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

20 Questions
18 Réponses

File Exchange

8 Fichiers

RANG
1 708
of 297 503

RÉPUTATION
39

CONTRIBUTIONS
20 Questions
18 Réponses

ACCEPTATION DE VOS RÉPONSES
95.0%

VOTES REÇUS
14

RANG
20 007 of 20 449

RÉPUTATION
0

CLASSEMENT MOYEN
4.40

CONTRIBUTIONS
8 Fichiers

TÉLÉCHARGEMENTS
104

ALL TIME TÉLÉCHARGEMENTS
3936

RANG

of 159 017

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • Knowledgeable Level 1
  • Revival Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

A soumis


Deep Learning Toolbox Model Compression Library
Optimize deep learning models with efficient compression techniques

3 mois il y a | 78 téléchargements |

3.8 / 5
Thumbnail

Question


FAQ: Why does Fixed-Point fi variable times MATLAB floating-point variable error out in code generation, MATLAB Function Block, etc.?
FAQ: Why does Fixed-Point fi variable multiplied by a MATLAB floating-point variable error out in code generation, MATLAB Functi...

environ un an il y a | 1 réponse | 0

1

réponse

Question


FAQ: What's the difference between the two Simulink Precision Loss Diagnostics for Parameters and Fixed-Point Constants?
What is the difference between the Detect precision loss that applies to fixed-point constants and the Detect precision loss for...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


FAQ: How can I resolve the error due to lookup table not allowing repeated breakpoints?
I'm trying to model abrupt discontinuities using lookup tables. For example, consider this data that has abrupt discontinuities...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


FAQ: Why does a value look more precise when displayed in MATLAB or Simulink than in the generated code?
A value used in my design looks more precise when displayed in MATLAB or Simulink. The same value in C or C++ generated by Embe...

environ 2 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
FAQ: Why is a fixed-point type's Fraction Length or Integer Length sometimes negative?
Maximizing precision for limited bits The ability to have a negative fraction lengths or a negative integer lengths is a very g...

plus de 2 ans il y a | 0

| A accepté

Question


FAQ: Why is a fixed-point type's Fraction Length or Integer Length sometimes negative?
Sometimes fixed-point variables have fraction lengths that are negative. a = 5.6632765314184e+15 aFi = fi(a,1,4) curFractionL...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


Why does fi signed plus unsigned produce needless range bits?
When adding signed and unsigned fi variables with the default full-precision settings, sometimes the output type has needless ra...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


How can I use int64 and uint64 with my Simulink S-function?
How can I use int64 and uint64 with my Simulink S-function?

environ 3 ans il y a | 1 réponse | 0

1

réponse

Question


Why does Simulink's Weighted Sample Time block sometimes use fixed-point data types for its output?
In Simulink, I want to get the sample time of a signal and use that value in other calculations. The Weighted Sample Time block ...

environ 3 ans il y a | 1 réponse | 0

1

réponse

Question


How can I use fractional data types when the values are beyond the interval [-1, +1) ?
Many references describe implementing fixed-point designs using fractional data types. These signed fractional data types repres...

presque 4 ans il y a | 1 réponse | 0

1

réponse

Question


FAQ: Why aren't boolean and 1 bit unsigned integers treated as the same data type?
Variables and signals of the boolean data type (called logical in MATLAB) only represent the values 0 and 1. Variables and sign...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


Best practices for converting MATLAB code to fixed point
I have tried to use fixed-point data types (i.e. fi) for MATLAB code. Are there any best practices for this process?

plus de 4 ans il y a | 1 réponse | 0

1

réponse

A soumis


Fixed-Point Made Easy for FPGA Programming
Material used in the "Fixed-Point Made Easy for FPGA Programming" webinar.

plus de 4 ans il y a | 7 téléchargements |

4.0 / 5

Question


Some forms of Simulink logging write 64 bit integers as fi objects. Does that mean I need a Fixed-Point Designer license?
I've observed that some forms of logging in Simulink write integer variables out to MATLAB as fi objects. For example, DSP Bina...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
How can I use custom constraints for fxpopt?
fxpopt workflow allows user to automatically assign fixed-point data types on a system by trying a basic trial and error loop. ...

plus de 4 ans il y a | 0

| A accepté

Question


How can I use custom constraints for fxpopt?
I am trying to use fxpopt with custom constraints and I cannot figure out how to do it. I am trying to have optimization be base...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
Why is matlab fixed pint arithmetic so slow?
Hi, There are two aspects to speed that you may be concerned about. The first is the speed of generated code running on your e...

plus de 4 ans il y a | 0

Réponse apportée
fixed point to the power 0 changes word length
fi's element-wise power a.^b https://www.mathworks.com/help/fixedpoint/ref/embedded.fi.power.html is not designed to give t...

plus de 4 ans il y a | 0

Réponse apportée
How do I show the hex or binary representation for an integer or fixed-point signal in Simulink?
Simulink provides two ways to show hex and binary of signals, Display Block, and Simulink Value Display (yellow boxes). To do t...

plus de 4 ans il y a | 0

| A accepté

Question


How do I show the hex or binary representation for an integer or fixed-point signal in Simulink?
When designing or debugging integer or fixed-point algorithms, there are many cases where it is helpful for the display of value...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
How do I show the hex or binary representation for an integer or fixed-point variable in MATLAB?
Use of MATLAB's format command and/or Fixed-Point Designer's fipref object can be use to achieve hex display, binary display, or...

plus de 4 ans il y a | 1

| A accepté

Question


How do I show the hex or binary representation for an integer or fixed-point variable in MATLAB?
When designing or debugging integer or fixed-point algorithms, there are many cases where it is helpful for the display of value...

plus de 4 ans il y a | 1 réponse | 1

1

réponse

Réponse apportée
Internal error in deep neural network quantification?
To avoid a ‘coder.internal.getSupportedLayerTypes’ error on creation of a dlquantizer object, install the ‘GPU Coder Interface ...

plus de 4 ans il y a | 0

Réponse apportée
How can I export ranges from the Fixed-Point Tool to an excel sheet?
Currently (as of 20a) there is no way to automatically export data you see in the spreadsheet. Nevertheless you can use the Comm...

presque 5 ans il y a | 0

| A accepté

Question


How can I export ranges from the Fixed-Point Tool to an excel sheet?
I would like to export the range information I see on the spreadsheet of the Fixed-Point Tool to an excel sheet to share with my...

presque 5 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
What does the shared simulation range mean in the Fixed-Point Tool?
The Fixed-Point Tool collects ranges and proposes data types by data type groups rather than individual blocks. A Data type gr...

environ 5 ans il y a | 0

| A accepté

Question


What does the shared simulation range mean in the Fixed-Point Tool?
I am using the Fixed-Point Tool to propose data types and I see that my signal has the specified design range, but it also has a...

environ 5 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
What does this mean and how can I get rid of it ?
Hello, please refer to this answer for more information on what this error means. Could you please add your model and script you...

environ 5 ans il y a | 0

Réponse apportée
Wrong conversion from double to fixed point
Hello, you can try to use any of the Fixed-Point designer workflows to achieve this task. Please find attached a script that u...

environ 5 ans il y a | 2

Charger plus