[Tinyos-help] Fuzzy Logic
Alban Hessler
alban.mailing at googlemail.com
Thu Apr 16 06:25:10 PDT 2009
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 <abhishek.phadnis at gmail.com>:
> 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
> Tinyos-help at millennium.berkeley.edu
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
More information about the Tinyos-help
mailing list