how to implement Matlab gui code in FPGA Board
1 回表示 (過去 30 日間)
古いコメントを表示
best16 programmer
2017 年 5 月 19 日
コメント済み: Walter Roberson
2017 年 5 月 20 日
hi everyone,i have an application developped in matlab gui and want to implement it in a FPGA Board, i don't know from to start.can you please explain in step by step how to do this.
thank you
0 件のコメント
採用された回答
Walter Roberson
2017 年 5 月 19 日
You cannot do that. FPGA do not have any plotting / gui routines.
You could have a look at https://www.mathworks.com/products/vision-hdl.html -- since it would theoretically be possible to compute every pixel for what you want to display on your GUI.
6 件のコメント
Walter Roberson
2017 年 5 月 20 日
Well, an 8 x 8 pixel display is really hard to work with -- just barely big enough for one character. But the work of guimp shows that you can do useful work in 18 x 18 pixel (though, mind you, the author of guimp had multiple colors and intensities to work with.) So if you were to take 4 raspberries and arrange them in a square, then you would have 16 x 16 pixels to work with, and perhaps that would be enough to do something readable with. Maybe not, considering there would be a gap between the 8 x 8 subsections.
Perhaps it would be better to arrange the four in a row so you could use four character words like 'stop' and 'run?'.
Hmmm, maybe even just one board would be enough. You could cycle through symbols like up-arrow and down-arrow, and the user could just wait until the one they wanted came around again and press (whatever) then. Or if you added in the joystick you could do one character at a time the way that you enter your name in the high score of a video game.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Image Processing Toolbox についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!