Changeset 82


Ignore:
Timestamp:
11/20/2008 04:19:01 PM (15 years ago)
Author:
marcus
Message:

r64 | walther | 2008-11-20 16:33:43 +0100 (Do, 20 Nov 2008) | 2 lines

  • support for 100 Hz data
File:
1 edited

Legend:

Unmodified
Added
Removed
  • SH_SHM/trunk/command/WRITESEED_NEW.SHC

    r16 r82  
    3939   if  "smprate eqi 20 goto/forward smprate_20: 
    4040   if  "smprate eqi 80 goto/forward smprate_80: 
     41   if  "smprate eqi 100 goto/forward smprate_100: 
    4142   if  "smprate eqi 28 goto/forward smprate_28: 
    4243   goto/forward smprate_x: 
     
    5253      goto/forward smprate_end: 
    5354   smprate_80: 
     55      calc s &chan = |hh|^comp("cnt)| 
     56      calc i &smpfac = "smprate 
     57      calc i &smpmul = 1 
     58      goto/forward smprate_end: 
     59   smprate_100: 
    5460      calc s &chan = |hh|^comp("cnt)| 
    5561      calc i &smpfac = "smprate 
Note: See TracChangeset for help on using the changeset viewer.