And let me just add: Good Luck With That.

Most of the tinyos controllers have very little RAM --
4-8Kb at most, and no math support beyond an integer multiply --
but sometimes it's a whopping 16 bit MUL.

If you can send your raw data to a "real" computer you will
probably have better results.

MS

Sergio Valcarcel wrote:
> Hi,
> 
> Assuming you have followed all the tutorials, I understand your question 
> is how to implement a wavelet transform that can process some data out 
> of the regular modules, available in TinyOS, right? 
> 
> Then you have two options: 
> 1) implement your own module in nesC
> 2) use regular C functions (or even libraries) and call them from the 
> nesC modules (you can find how to do it in earlier posts of this list)
> 
> Cheers!
> Sergio
> 
> 
> On Fri, Jun 15, 2012 at 4:10 PM, Nahr Elk <nahr...@gmail.com 
> <mailto:nahr...@gmail.com>> wrote:
> 
>     Hi,
> 
>     I would like to process signals received from telosb motes using
>     signal processing techniques. How can I do this please. Which
>     features shall I use?
>     My purpose is to apply a wavelet transform on the received signal.
> 
>     Please help me.
> 
>     Best regards,
>     Nahr Elk
> 
>     _______________________________________________
>     Tinyos-help mailing list
>     Tinyos-help@millennium.berkeley.edu
>     <mailto:Tinyos-help@millennium.berkeley.edu>
>     https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Tinyos-help mailing list
> Tinyos-help@millennium.berkeley.edu
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to