[R] help on wavelet

2008-09-09 Thread giov

Hi,
I have little experience using wavelet and I would like to know if it is
possible,using R wavelet package, to have a plot of frequency versus time. 

thank you

giov
-- 
View this message in context: 
http://www.nabble.com/help-on-wavelet-tp19395583p19395583.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] help on wavelet

2008-09-09 Thread stephen sefick
It depends on what you want to do.  In wavelet speak frequency is scale.
these are the libraries:
wmtsa - wavCWT (make sure that you pick the wavelet.  I suggest morlet
because it is compactly supported (disappears to zero quickly))
I would also suggest the fields packages for the tim.colors function
which produces the familiar red to blue color scheme.
sowas- more complex stuff here take a look very interesting if you are
trying to tell if two signals are coherent.

hope this helps

stephen

On Tue, Sep 9, 2008 at 12:03 PM, giov [EMAIL PROTECTED] wrote:

 Hi,
 I have little experience using wavelet and I would like to know if it is
 possible,using R wavelet package, to have a plot of frequency versus time.

 thank you

 giov
 --
 View this message in context: 
 http://www.nabble.com/help-on-wavelet-tp19395583p19395583.html
 Sent from the R help mailing list archive at Nabble.com.

 __
 R-help@r-project.org mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.




-- 
Stephen Sefick
Research Scientist
Southeastern Natural Sciences Academy

Let's not spend our time and resources thinking about things that are
so little or so large that all they really do for us is puff us up and
make us feel like gods. We are mammals, and have not exhausted the
annoying little problems of being mammals.

-K. Mullis

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.