- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
National Instruments has FPGA modules that can be programmed using LabView. Is it possible with Altera? If not is there any way out? Are there any Block level implementations of FPGA for algorithms like Support Vector machines, Common spatial Pattern etc. Are there any specified toolkits for Optimization, Image Processing, Machine learning etc? Is there a way to convert Processing algorithm implementations in C to Verilog or VHDL? Kindly help me out. I am a beginner in FPGA?
- 태그:
- terasic
링크가 복사됨
1 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
In relation to your first question... is there a reason why you want to use National Instruments?
Altera's Quartus II software has a free web edition that makes it easy to program on the Cyclone IV. https://www.altera.com/products/design-software/fpga-design/quartus-ii/quartus-ii-web-edition.html In relation to your 2nd question... I believe Cyclone IV has a Nios-II processor inside it that can run your C algorithms (assuming there's enough space) - within Quartus you can go to Tools -> Nios II Software Build Tools for Eclipse. Not sure if that helps, but it's a start?