EmbDev.net

Forum: FPGA, VHDL & Verilog DTW in Verilog


von Sebastian Taylor (Guest)


Rate this post
useful
not useful
So im working on a project and we have a problem making a dynamic time 
wrapping in verilog. Is there anyone who know how to write DTW in 
verilog ? Please help...

von Duke Scarring (Guest)


Rate this post
useful
not useful
Sebastian Taylor wrote:
> dynamic time wrapping
Can you explain this term? I never heard it before.
And where is the relation to a hardware description language like 
verilog?

von Lothar M. (Company: Titel) (lkmiller) (Moderator)


Rate this post
useful
not useful
Sebastian Taylor wrote:
> dynamic time wrapping
Do you mean this: https://en.wikipedia.org/wiki/Dynamic_time_warping

> Is there anyone who know how to write DTW in verilog ?
Just for simulation?
Or for implemenatation on real hardware?
If the second: whats your target hardware?
How much experience do you have with that hareware and with Verilog?
Do you use an embedded processor (hard- or softcore) on that hardware?

As time warping is a algorithmic problem you can get the algorithm 
somewhere in a book or online and you just have to implement on your 
platform. When you have to deal with real hardware, then you will check 
out how you can access memory to store and fetch data. Then you will 
have to implement a processor for the algorithm.

Please log in before posting. Registration is free and takes only a minute.
Existing account
Do you have a Google/GoogleMail account? No registration required!
Log in with Google account
No account? Register here.