රොබෝ තාක්ෂණය ගැන දන්න අය අනිවාර්යෙන් මේක &#351

dgsoft

Active member
  • Sep 1, 2010
    511
    78
    28
    maha polawa matha
    Yes mostly on xilinx boards. First you will have to make your model in matlab and get it running.
    Next move to simlink and covert.it to a machine design. ( more difficult)
    Then you can generate the vhdl code.
    I have already written the VHDL code for my control system using Altera Cyclone V. All that is needed is to connect the Matlab to fine tune the variables and build an equivalent mathematical model for the actual system. So my question is how to build a connection between FPGA and Matlab?
     

    nethdeco

    Active member
  • Sep 12, 2012
    210
    90
    28
    Colombo, Japan
    zonexyz.blogspot.com
    I have already written the VHDL code for my control system using Altera Cyclone V. All that is needed is to connect the Matlab to fine tune the variables and build an equivalent mathematical model for the actual system. So my question is how to build a connection between FPGA and Matlab?
    I don't know what you mean by "written the VHDL code for my control system". The general process is to develop the model in Matlab and then convert it to HDL. This conversion may have problems, so that's why we would use Simulink, which provides a more machine oriented design. You can use HDL Coder toolbox to do the conversion.