![]() |
|
|
|||||||
![]() |
VHDL - Help for 4th order runge-kutta VHDL implementation |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
Hi all!
I was wondering if some of you could suggest me some document where I can find help in implementing a 4th order Runge-Kutta method on FPGA in VHDL. Relying on you I send you all my greetings Guido Guido |
|
|
|
|
#2 |
|
Posts: n/a
|
Hi,
> I was wondering if some of you could suggest me some document where I > can find help in implementing a 4th order Runge-Kutta method on FPGA in > VHDL. Why don't you try it, and tell us where you get stuck? -Ben- Ben Jones |
|
|
|
#3 |
|
Posts: n/a
|
Guido wrote: > Hi all! > I was wondering if some of you could suggest me some document where I > can find help in implementing a 4th order Runge-Kutta method on FPGA in > VHDL. BTW, have you implemented the second order? Because then the fourth order method follows a bit directly. > Relying on you I send you all my greetings > Guido Just some pointers to solution of your problem. The Runge Kutta Method requires calculation of k-values. So you must have a set of addres and dividers to achieve the final step of caluclation y(n+1). The previous step to this is the caluclation of k-values. In my first opinion, that hardware would be fixed as it depends on the kind of differential eqn you want to integrate. You should store the outputs and reuse them for the next cycle. You can have a comparator to choose check the accuracy. vizziee@gmail.com |
|
|
|
#4 |
|
Junior Member
Join Date: Jan 2009
Posts: 1
|
dear all,
I need to implement the point kinetic equation in VHDL using RK4. I have written the equations and tested in MATLAb. It works fine for very small step size (stiff equation). Can anybody guide me as to how i can write this code effectively in VHDL. The best optimising techniques so that the code can work effectively even with the small step size. Thanks prabal |
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Kodak Easyshare - manual order probs | John Bailey | General Help Related Topics | 0 | 01-08-2009 04:37 PM |
| Why are TV shows on DVD Out Of Order? | mhadley | DVD Video | 3 | 09-20-2007 11:56 PM |