Displaying 8 results from an estimated 8 matches for "morlet".
Did you mean:
morley
2009 Jun 04
1
Morlet wavelet analysis
Dear,
I am using "cwt "function from Rwave package to perform Morlet wavelet analysis.
d1<-c(1.31673209591515, -0.171333455797346, -1.67618546079420,
-0.931604651010362, -0.954614183224057, -1.19821794547758, 0.516096363353144,
-0.0432811977638559, 0.737764943619919, 0.438046629673177, -0.208607167908743,
-0.3091308821262, -1.42473112931594, 0.234125312118165...
2007 Feb 01
1
Wavlet filter using morlet mother wavelet
Hi, List ,I am searching any package on R which can do wavelet filtering for mother wavelet morlet ,is anybody having any script for the same ? I am new to the RwAVELET ANALSSIS.. THANKS IN ADVANCE ANIL KUMAR ANIL KUMAR( METEOROLOGIST) LRF SECTION NATIONAL CLIMATE CENTER ADGM(RESEARCH) INDIA METEOROLOGICAL DEPARTMENT SHIVIJI NA...
2008 Dec 06
1
Morlet wavelet not supportd by wavCWTPeaks
...a.tree <- wavCWTTree (aa.cwt)
aa.peak <- wavCWTPeaks(aa.tree)
sorry I didn't realize that only the mexican hat wavelet could be used
for the peak function. This should work fine. and Use the tim.colors
argument in the plot() function. I hope this helps.... This reason I
suggested the morlet wavelet is that it is compactly suppoted
On Sat, Dec 6, 2008 at 1:39 AM, <mauede at alice.it> wrote:
> aa.cwt <- wavCWT(aats,wavelet="morlet")
>> aa.cwt
> Continuous Wavelet Transform of aats
> ------------------------------------
> Wavelet :...
2008 Sep 09
1
help on wavelet
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.
2008 Dec 05
2
Help with wavCWTPeaks
I cannot understand the following error printed out when I try to get the extrema of my time series.
I would appreciate some suggestion as I really cannot interpret the error. I might not be using a proper
set of parameters in calling such functions. I am learning by doing ...
> aa.peak <- wavCWTPeaks (aa.tree)
Error in `row.names<-.data.frame`(`*tmp*`, value = c("1",
2008 Nov 01
2
Hidden line algorithms and a different kind of waterfall
This is not the same as the recent thread on a waterfall graph.
I'm thinking about the rolling FFT display used in acoustics and other
spectrum analysis tasks.
Here's an example of a very fancy 3-D waterfall display:
http://www.ultimaserial.com/UltimaWaterfall.html
I was just wondering if there are any simple hidden-line tools in R that
I could use to draw simple waterfall displays.
2008 Sep 11
3
periodicity validation
There is a series of data contains time in fixed step and energy
varying with time, how to test its periodicity?In R, it seems there is
no direct tools since I have search the R manual with periodic and I
have not found any related topic.
Thanks a lot
2008 Sep 22
1
R-help Digest, Vol 67, Issue 23
...;fields", dependencies=TRUE)
tim.colors is in this package and it has a blue to red color scheme-
blue being the lowest and red being the highest. This color scheme
makes sense to me and is a common thing that a people (read engineers)
familar with matlab or the like will understand.
USE the morlet wavelet it is compactly supported which means that it
quickly goes to zero once it gets out of the scale that it is fitting.
Making it good for a localized fit.
what you are looking at is the modulus (absolute value) of the
convolution of the wavelet with the signal at a particular scale (kind
of...