DTW in Verilog

Moderator (Company: Titel) #6250539
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.

Reply

Please log in before posting.

or

Log in with Google account

Registration is free and takes only a minute.

Register now