Hi, yes, you can use fuzzy logic in sensor networks. It was for example done in this paper:
http://portal.acm.org/citation.cfm?id=1514274.1514309&coll=&dl=GUIDE&type=series&idx=SERIES11635&part=series&WantType=Proceedings&title=WISEC You can use a free tool, JFS, that generates the fuzzy controller in c. Then importing the c code into nesc is trivial. The only issue is that it contains float operations, which are only supported in software on most sensor platforms.. (no floating point ALU) HTH, Alban 2009/4/6 Abhishek Phadnis <[email protected]>: > hey everyone, > i'm currently working on a project where an individual mote is supposed to > aggregate its own data readings using fuzzy set theory > since i'm a beginner to nesC i ve no idea how to implement the system ..or > if fuzzy logic can even be implemented in tinyos.. > any help is greatly appreciated.. > > thanks! > > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
