Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
468 views
in Technique[技术] by (71.8m points)

c++ - How to write VHDL code for DBSCAN clustering algorithm by using HDL generator in MATLAB?

I want to convert MATLAB code of DBSCAN Algorithm to VHDL code, using Hdl-coder in MATLAB, but it keeps sending errors. First the problem was nested function, using two other functions in one function, when it was solved, the error was: "HDL generator can not support 2D-matrices", while the input was 1D. I thought maybe it was because of using "D=squareform(pdist(x))". How can I reach to VHDL code of DBSCAN, it takes too much time writing it in VHDL, and the GitHub C++ code for it does not work in Vivado-hLS:(

question from:https://stackoverflow.com/questions/65919241/how-to-write-vhdl-code-for-dbscan-clustering-algorithm-by-using-hdl-generator-in

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...