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
> [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

Reply via email to