답변 있음
This error shows up when I try to convert simulink to HDL
The example seems to be using unsupported 'mod' function for HDL code generation in MATLAB function block. 'mod' operation in Ma...

8년 초과 전 | 0

답변 있음
Simulink real time instead of HDL coder for FPGA-in-loop simulation for simscape
we would like to know more requirements on your use case. please reach out to MathWorks technical support with your requirem...

8년 초과 전 | 0

답변 있음
error input uint8 simulink
can you please share your matlab code or simulink model?

8년 초과 전 | 0

답변 있음
How do you pad zeros to a discrete element-based input?
you may want to try using bitconcat function supported by HDLCoder. z = fi(0, 0,7,0); % create 7-bit zero word y = bitconc...

8년 초과 전 | 0

| 수락됨

답변 있음
how can i create a delay block(like in simulink) with matlab code
delay in MATLAB can be modeled using persistent variable. function y = fcn(u) % Unit delay implementation that maps to a regist...

8년 초과 전 | 1

답변 있음
"hamming window" function for HDL Coder
hi, can you tell more about what is not working for you? thanks.

8년 초과 전 | 0

| 수락됨

답변 있음
Why there is no sample time setting for HDL counter block ?
hi mohammed, It looks like larget delay banalce registers are inserted in your design. Can you look at the following docu...

8년 초과 전 | 0

| 수락됨

답변 있음
Assertion failed: b:\matlab\src\cgir_hdl\pir_transforms\datarateanalyzer.cpp:582:PirUtils::floatEqual(data.getRate(), outputSig->getRate())
<</matlabcentral/answers/uploaded_files/83341/rate_bug.JPG>> Hi, we have analyzed this issue and it looks like some of your b...

8년 초과 전 | 1

| 수락됨

답변 있음
Assertion failed: b:\matlab\src\cgir_hdl\pir_transforms\datarateanalyzer.cpp:582:PirUtils::floatEqual(data.getRate(), outputSig->getRate())
can you please send me reproduction steps with a model? my team will provide a workaround for 17a. thanks. kiran.kintali@ma...

8년 초과 전 | 1

답변 있음
Native floating point setting in HDL coder simulink
I am assuming you are referring to <https://www.mathworks.com/videos/hdl-coder-native-floating-point-123505.html native floa...

8년 초과 전 | 1

답변 있음
HDL Coder atan / atan2
currently, atan2 is supported with single inputs. CORDIC Atan2 with fixpt inputs is on the roadmap. What is the fixpt input ...

거의 9년 전 | 1

| 수락됨

답변 있음
makehdl like functionality for MATLAB Algorithm HDL generation
Native Floating Point generation for MATLAB code is on our roadmap. Code generation for all math functions with single precision...

거의 9년 전 | 0

| 수락됨

답변 있음
double precision simulink hdlcoder support
Double precision support is on the development team's roadmap. We are collecting requirements. Let us know if you want to co...

거의 9년 전 | 0

답변 있음
Error thrown during HDLWFA. Error message insufficient for determining cause.
you are encountering an internal error that should not happen. can you please reach tech support at mathworks with reproduct...

거의 9년 전 | 0

답변 있음
How do I debug Matlab NCO HDL Optimized in loop error?
Can you please try making the chart "Moore" machine? Thanks

거의 9년 전 | 0

답변 있음
how can i generate two axi streams for an IP block?
Can you refer to examples in product documentation? Thanks https://www.mathworks.com/help/search.html?qdoc=AXI+product%3Ahdlc...

대략 9년 전 | 0

답변 있음
Does anyone know about state variables in HDL Code Generation?
Can you please share your design code? One of the modes this error can popup is if you are using MATLAB code, persistent vari...

대략 9년 전 | 0

답변 있음
Can't set 'MSB Position' parameter of HDL Coder Bit Slice block programmatically. Any ideas?
Looking at base mask the edit boxes are associated with lidx and ridx parameter names on the block. >> set_param(gcb, 'lidx',...

대략 9년 전 | 1

| 수락됨

제출됨


Adaptive Median Filter (MATLAB Code)
Converting MATLAB Algorithms into Serialized Designs for HDL Code Generation

9년 초과 전 | 다운로드 수: 3 |

2.33333 / 5

제출됨


DIF Radix2 FFT implementation using embedded MATLAB block
A Simulink model implementing a DIF FFT algorithm modeled completely using embedded MATLAB blocks.

9년 초과 전 | 다운로드 수: 1 |

4.25 / 5
Thumbnail

제출됨


Adaptive Median filter using embedded MATLAB blocks
This demo shows how to implement an adaptive median filter in hardware;

9년 초과 전 | 다운로드 수: 1 |

4.0 / 5
Thumbnail

제출됨


Adaptive median filter using Embedded MATLAB
This demo shows how to implement an adapative median filter in hardware

9년 초과 전 | 다운로드 수: 1 |

3.0 / 5
Thumbnail

제출됨


Computing "mod" using embedded MATLAB
This demo shows how to use embedded MATLAB to compute mod3 of a number in a hardware friendly fashio

9년 초과 전 | 다운로드 수: 1 |

0.0 / 5
Thumbnail

제출됨


Numerically Controlled Oscillator using Embedded MATLAB
This demo shows how to model a fixed point NCO using an embedded MATLAB block

9년 초과 전 | 다운로드 수: 2 |

2.5 / 5
Thumbnail

제출됨


Edge Detection algorithm in Embedded MATLAB
This demos shows to serialize an image and apply sobel operators on it to detect its its edges

9년 초과 전 | 다운로드 수: 1 |

4.0 / 5
Thumbnail

제출됨


Discrete Time Integrator in Embedded MATLAB
This demo shows how to use Embedded MATLAB block parameters to control the algorithm behavior

9년 초과 전 | 다운로드 수: 1 |

0.0 / 5
Thumbnail

제출됨


Modeling Counters and Timers in Embedded MATLAB
Implementing various kinds of counters like Johnson, Gray, Mod counters in Embedded MATLAB.

9년 초과 전 | 다운로드 수: 3 |

4.0 / 5
Thumbnail

제출됨


Vectorized Adaptive noise canceler using LMS filter
This demo shows to call external functions in an Embedded MATLAB block

9년 초과 전 | 다운로드 수: 2 |

5.0 / 5
Thumbnail

제출됨


Bytes to Tuple converter
Using bitsliceget and bitconcat functions to implement a Byte2Tuple converter needed in a DVB system

9년 초과 전 | 다운로드 수: 1 |

0.0 / 5
Thumbnail

더 보기