Changeset 138 for trunk/sample/miscellaneous/sample_if_tanh.mso
- Timestamp:
- Jan 26, 2007, 3:21:01 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sample/miscellaneous/sample_if_tanh.mso
r83 r138 36 36 A = 10*xif + 5*xelse; 37 37 38 xif = (1 + tanh(B * (time - 3)))/2;39 xelse = (1 - tanh(B * (time - 3)))/2;38 xif = (1 + tanh(B * (time/"s" - 3)))/2; 39 xelse = (1 - tanh(B * (time/"s" - 3)))/2; 40 40 41 41 SET
Note: See TracChangeset
for help on using the changeset viewer.