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