This program implements a PIC-based FUzzy inference engine for the Fudge FUzzy development system from Motorola.
It works by taking the output from Fudge for the 68HC11 processor, and converting it to a MPASM compatible assembler file using the convert
batch file.
This file can then be incorporated with FUzzy.asm to create a FUzzy inference engine.
Tool chain
----------
FUDGE -> FUzzy Rules -> MC68HC11.ASM -> CONVERT.BAT -> RULES.ASM
-> MPASM FUzzy.ASM -> INTEL HEX
FUzzy input registers
---------------------
current_ins 1..8 x 8-bit raw inputs
FUzzy inference function
------------------------
FUzzyEngine
FUzzy output registers
----------------------
cog_outs 1..8 x 8-bit raw outputs
標簽:
FUzzy
development
implements
PIC-based
上傳時間:
2014-01-18
上傳用戶:caozhizhi