Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by felix965

  1. F

    [SOLVED] How to make a robot go straight?

    First you should learn basic clearly....there are lot of sources available in EBooks As per this forum rules,i'm unable to share over here, so kindly refer Ebooks in internets.
  2. F

    nonlinear model predictive controller on FPGA

    Implementation of Nonlinear model predictive controller and stereo camera on FPGA hi, i have learning about nonlinear model predictive controller design which input is given from stereo camera output, by the way this overall process i go to implement on FPGA and i have few doubts for that...
  3. F

    Simulation of particle swarm optimization

    hi everyone, i have small error while simulating this vhdl code.in modelsim 6.4a verision anybody can rectify my problem. "Declaration with designator "cp2" already exists in this region"
  4. F

    Simulation of particle swarm optimization

    implementation of PSO on fpga anyone can suggest me for how to convert this code to verilog code for iter = 1:maxIter swarm(:, 1, 1) = swarm(:, 1, 1) + swarm(:, 2, 1)/1.3; swarm(:, 1, 2) = swarm(:, 1, 2) + swarm(:, 2, 2)/1.3; x = swarm(:, 1, 1); y = swarm(:, 1, 2); fval =...
  5. F

    nonlinear model predictive controller on FPGA

    hello everyone, can anyone suggest me for how to implement the Nonlinear model predictive controller for Mobile Manipulator on FPGA Please anyone share your ideas. with regards, R.Felix anand

Part and Inventory Search

Back
Top