[Tinyos-help] Fuzzy Logic
Michael Schippling
schip at santafe.edu
Mon Apr 6 11:04:05 PDT 2009
yes and no...
Anything that requires lots of math or memory is not a good match
for micro-controller programming because our little processors have
a minimum of both -- there's no floating point hardware and only 4-8K
of RAM.
If you have small sets and can convert your arithmetic to fixed point
so it can be done with integers you have a chance, but you will have
to analyze your resource usage and timing requirements carefully.
MS
Abhishek Phadnis wrote:
> 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