
REAL :: REAL :: speed_set(3), distance_set(3), brake_set(3)
speed_set = ( 0, 50, 100) ! km/h FUZ( speed_set, slow, town, fast) = speed ! eg speed=40: 0.2, 0.8, 0
distance_set = ( 5, 30, 100) ! m FUZ( distance_set, short, medium, long) = distance ! eg distance=65; 0, 0.5, 0.5
soft = MAX(slow, long) ! eg 0.5 moderate = MAX(town, medium) ! eg 0.8 hard = MAX(fast, short) ! eg 0
brake_set = ( 0, 0.3, 1) brake = FUZ(brake_set, soft, moderate, hard)
|
How your donation will be used, and how to get a HicEst key code in return ©2000-2010 Georg Petrich, HicEst Instant Prototype Computing. All rights reserved. Impressum |