I don't know of any official code but I have a little
C demo I made for myself years ago here:
    http://www.etantdonnes.com/DATA/FFT.zip

The problem is that the micro-controllers have very
little RAM and no math support beyond an integer
multiply instruction. You can use the above code
to do fixed point calculations which will alleviate
the problems but it's not ideal. It would be better
to do calculations at the host node.

MS


Christian To wrote:
> Hello!
> 
> I am an undergraduate student trying to build a wireless sensor network 
> that monitors vibration from civil structures.
> 
> I was wondering if TinyOS has an implementation of FFT (Fast Fourier 
> Transform) so that I can do modal analysis.
> 
> If there is so, can anyone please tell me?
> 
> Thank You!
> 
> - Christian To
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> 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