Statistics
RANK
1.309
of 257.688
REPUTATION
37
CONTRIBUTIONS
14 Questions
17 Answers
ANSWER ACCEPTANCE
92.86%
VOTES RECEIVED
13
RANK
17.510 of 17.757
REPUTATION
0
AVERAGE RATING
4.40
CONTRIBUTIONS
8 Files
DOWNLOADS
57
ALL TIME DOWNLOADS
1558
RANK
of 109.942
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Submitted
Deep Learning Toolbox Model Quantization Library
Quantize and Compress Deep Learning models
2 mesi ago | 37 downloads |

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?
3 mesi ago | 1 answer | 0
1
answerQuestion
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 ...
5 mesi ago | 1 answer | 0
1
answerQuestion
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...
circa un anno ago | 1 answer | 0
1
answerQuestion
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...
oltre un anno ago | 1 answer | 0
1
answerQuestion
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?
oltre un anno ago | 0 answers | 0
0
answersSubmitted
Fixed-Point Made Easy for FPGA Programming
Material used in the "Fixed-Point Made Easy for FPGA Programming" webinar.
oltre un anno ago | 7 downloads |
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...
oltre un anno ago | 1 answer | 0
1
answerHow 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. ...
oltre un anno ago | 0
| accepted
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...
oltre un anno ago | 1 answer | 0
1
answerWhy 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...
oltre un anno ago | 0
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...
oltre un anno ago | 0
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...
oltre un anno ago | 0
| accepted
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...
oltre un anno ago | 1 answer | 0
1
answerHow 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...
oltre un anno ago | 0
| accepted
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...
oltre un anno ago | 1 answer | 1
1
answerInternal error in deep neural network quantification?
To avoid a ‘coder.internal.getSupportedLayerTypes’ error on creation of a dlquantizer object, install the ‘GPU Coder Interface ...
circa 2 anni ago | 0
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...
circa 2 anni ago | 0
| accepted
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...
circa 2 anni ago | 1 answer | 0
1
answerWhat 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...
circa 2 anni ago | 0
| accepted
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...
circa 2 anni ago | 1 answer | 0
1
answerWhat 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...
oltre 2 anni ago | 0
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...
oltre 2 anni ago | 2
Where can I find some introductory material for Fixed Point?
The following resources provide a good overview of the basic concepts for you to get started with fixed-point: These resources...
oltre 2 anni ago | 2
| accepted
Question
Where can I find some introductory material for Fixed Point?
Are there some useful resources to get started with fixed-point basic concepts?
oltre 2 anni ago | 1 answer | 0
1
answerWrap/Saturate on overflow
I think it’s important to understand if these overflows are a concern in the context of the numerical behavior of your control a...
oltre 2 anni ago | 4
How to use derived ranges for gain and constant blocks using derive range analysis?
In this scenario, your parameter is not considered as tunable and therefore treated as an invariant constant. So the design rang...
oltre 2 anni ago | 2
| accepted
Question
How to use derived ranges for gain and constant blocks using derive range analysis?
I am trying to use derived range analysis and I am specifying design min, max for the gain block parameter as shown in the model...
oltre 2 anni ago | 1 answer | 0
1
answerWhy do I get this error when I am using fxpopt for fixed-point Optimization: Inconsistent numeric values for port 1 ...
This happens when your model simulation violates your design ranges (min, max specifications). Fxpopt throws this error, as it c...
oltre 2 anni ago | 2
| accepted
Question
Why do I get this error when I am using fxpopt for fixed-point Optimization: Inconsistent numeric values for port 1 ...
Why do I get this error: Inconsistent numeric values for port 1 of 'mDesignRange/output_signal': Output value (24.7745429376543...
oltre 2 anni ago | 1 answer | 0