As of August 2020 the site you are on (wiki.newae.com) is deprecated, and content is now at rtfm.newae.com.

Difference between revisions of "Dynamic Time Warp"

From ChipWhisperer Wiki
Jump to: navigation, search
Line 1: Line 1:
Dynamic Time Warp gives the ability to  
+
Dynamic Time Warp gives the ability to automatically resyncronize traces. This uses the Dynamic Time Warp (DTW), which was suggested in the paper [https://www.riscure.com/benzine/documents/elastic_ctrsa_final.pdf Elastic Alignment]. The result is something like the following, showing traces going from unaligned to aligned, where sections of "dead space" are detected:
  
 
[[File:alignfull.gif]]
 
[[File:alignfull.gif]]
 +
 +
== Important Notes ==
 +
 +
Every time the redraw happens, the entire realignment is run. To avoid this you should set the [[Trace Cache]] module as a preprocessing module immediately after the "Dynamic Time Warp". Be sure to enable that module first on the ''Preprocessing Module'' tab. The results should be the DTW is only run when needed, and not EVERY time you redraw traces.
 +
 +
[[File:dtwcache.png|400px]]
 +
 +
You can specify further modules after the trace cache, for example a digital filter. If you adjust the settings of the digital filter (or any other module after the cache), traces will be read from the cache instead of the DTW process rerunning. If you adjust settings of a module infront of the cache (such as a digital filter before the DTW process) the cache is invalidated and the DTW process runs again.
 +
 +
== Known Issues ==
 +
 +
* Current progress bar is nonsensical, and only present to give you some idea of processing status.
 +
  
 
[[Category: Preprocessing Module]]
 
[[Category: Preprocessing Module]]

Revision as of 13:35, 16 May 2017

Dynamic Time Warp gives the ability to automatically resyncronize traces. This uses the Dynamic Time Warp (DTW), which was suggested in the paper Elastic Alignment. The result is something like the following, showing traces going from unaligned to aligned, where sections of "dead space" are detected:

Alignfull.gif

Important Notes

Every time the redraw happens, the entire realignment is run. To avoid this you should set the Trace Cache module as a preprocessing module immediately after the "Dynamic Time Warp". Be sure to enable that module first on the Preprocessing Module tab. The results should be the DTW is only run when needed, and not EVERY time you redraw traces.

Dtwcache.png

You can specify further modules after the trace cache, for example a digital filter. If you adjust the settings of the digital filter (or any other module after the cache), traces will be read from the cache instead of the DTW process rerunning. If you adjust settings of a module infront of the cache (such as a digital filter before the DTW process) the cache is invalidated and the DTW process runs again.

Known Issues

  • Current progress bar is nonsensical, and only present to give you some idea of processing status.