Anyone had any luck with using Picmicro (18F..) programming fuzzy Logic control loop in assembly?
Fuzzy? In .asm? On a PIC?Anyone had any luck with using Picmicro (18F..) programming fuzzy Logic control loop in assembly?
Fuzzy Logic basically uses a series if IF-THEN-ELSE commands to control the loop, and is not predicated on the controlled system being linear as PID analog (discrete-time, digitized form in a computer) loops do."Fuzzy" Logic is a scheme that seems to be a whole lot of "IF, Then" decisions, the goal is for the code to not be so inflexible.