Difference between revisions of "Step detection"

From University of Washington - Ubicomp Research Page
Jump to: navigation, search
(Building)
(CVS tags)
Line 12: Line 12:
 
<bash>cvs -d user@bicycle.cs.washington.edu:/projects/ubicomp/uwar/CVS checkout msp_peak_detection</bash>
 
<bash>cvs -d user@bicycle.cs.washington.edu:/projects/ubicomp/uwar/CVS checkout msp_peak_detection</bash>
 
==== CVS tags ====
 
==== CVS tags ====
We're tryign to keep our branch of msp reasonably in-sync with Intel's.  That means we periodically merge in updates from the sourceforge repository maintained by Intel.
+
We're trying to keep our branch of msp reasonably in-sync with Intel Research Seattle's.  That means we periodically merge in updates from the sourceforge repository maintained by Intel.
 
<ul>
 
<ul>
 
<li>msp_peak_detection
 
<li>msp_peak_detection
Line 20: Line 20:
 
<li>merge-2
 
<li>merge-2
 
</ul>
 
</ul>
 +
 
=== Building ===
 
=== Building ===
 
msp_peak_detection is built the same way as other msp branches.
 
msp_peak_detection is built the same way as other msp branches.

Revision as of 09:36, 16 April 2008

Running

Algorithm

Mills

Source

CVS checkout / export

To check out the latest code: <bash>cvs -d user@bicycle.cs.washington.edu:/projects/ubicomp/uwar/CVS checkout msp_peak_detection</bash>

CVS tags

We're trying to keep our branch of msp reasonably in-sync with Intel Research Seattle's. That means we periodically merge in updates from the sourceforge repository maintained by Intel.

  • msp_peak_detection
  • msp_2008_02_05
  • pre-merge-1
  • merge-1
  • merge-2

Building

msp_peak_detection is built the same way as other msp branches. <bash>cd msp_peak_detection/src ./configure # unless you're cross-compiling make cd inference make</bash> If you are cross-compiling, you'll first need to set the environment variable CROSS_COMPILE to the path to your cross-compiler and cross-binutils.

Old Matlab code