sort() in HDL Coder
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi, there is no sort() block in HDL Coder, right? I see there is a Simulink sort block in DSP toolbox under Simulink but it falls away in HDL coder library and is not HDL code generation compatible. Has anyone come across having to sort() for HDL coder as I don't want to write it all from scratch? Thanks
0 comentarios
Respuestas (2)
Bharath Venkataraman
el 22 de Sept. de 2016
If you have the Vision HDL Toolbox, it has a Histogram block that is optimized for HDL.
4 comentarios
Bharath Venkataraman
el 31 de Jul. de 2016
There is no support for sort, but it may be useful to know why you would like to implement sort. Is it for a median filter, which is supported?
3 comentarios
Walter Roberson
el 31 de Jul. de 2016
You do not need sorted order to select the binning process. You need to know the range of values which you can get with max and min
Ver también
Categorías
Code Generation
HDL Coder
HDL Code Generation from Simulink
Speed and Area Optimization
Speed Optimization
Mostrar más
Más información sobre Video Formats and Interfaces en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!