<div dir="ltr"><div>Hi Dennis:</div><div><br></div><div>Thanks very much!</div><div><br></div><div>I am now trying to figure out how to set the parameters and interpret my calculation.</div><div><br></div><div>Suppose that I have 1-d spatial data (size:300) with regular 100 m interval. Using the example wavelet_1.ncl, I set N = 300 and the other parameters unchanged. After the calculation, can I take the Y-axis of power({0:64}, :) as wavelength (unit: 100 m), instead of periods?</div><div><br></div><div>Thanks!</div><div><br></div><div>Ed</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Oct 30, 2015 at 11:45 AM, Dennis Shea <span dir="ltr">&lt;<a href="mailto:shea@ucar.edu" target="_blank">shea@ucar.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Just like &#39;filwgts_lanczos&#39; where examples are focused on time. NCL&#39;s<br>
wavelet function is focused on time. However, like &#39;filwgts_lanczos&#39;<br>
it could be applied to space. In both applications the values must be<br>
equally spaced. (This may require interpolation.)<br>
<br>
As noted at<br>
   <a href="http://www.ncl.ucar.edu/Document/Functions/Built-in/wavelet.shtml" target="_blank" rel="noreferrer">http://www.ncl.ucar.edu/Document/Functions/Built-in/wavelet.shtml</a><br>
<br>
NCL&#39;s wavelet function is a direct interface to the fortran software at:<br>
<br>
   <a href="http://www.ncl.ucar.edu/Document/Functions/Built-in/wavelet.shtml" target="_blank" rel="noreferrer">http://www.ncl.ucar.edu/Document/Functions/Built-in/wavelet.shtml</a><br>
<br>
More details are at:<br>
<br>
Torrence, C. and G. P. Compo, 1998: A Practical Guide to Wavelet<br>
Analysis. Bull. Amer. Meteor. Soc., 79, 61-78.<br>
<br>
     <a href="http://dx.doi.org/10.1175/1520-0477(1998)079" target="_blank" rel="noreferrer">http://dx.doi.org/10.1175/1520-0477(1998)079</a>&lt;0061:APGTWA&gt;<a href="http://2.0.CO" target="_blank" rel="noreferrer">2.0.CO</a>;2<br>
<br>
This will clarify the terminology used by the software.<br>
<br>
Good luck<br>
<div><div class="h5"><br>
On Thu, Oct 29, 2015 at 4:28 PM, yang yang &lt;<a href="mailto:yang.yang816@gmail.com">yang.yang816@gmail.com</a>&gt; wrote:<br>
&gt; Dear Sir/Madam:<br>
&gt;<br>
&gt; specx_anal: Calculates the spectra of a time series. Does NCL have a similar<br>
&gt; function for a 1-D spatial series? For example, I have a radiosonde, would<br>
&gt; like to see the variances vs. wavelength.<br>
&gt;<br>
&gt; wavelet calculates the wavelet transform of a time series and significance<br>
&gt; levels. Does NCL have a similar function for a 1-D spatial series? For<br>
&gt; example, I have a radiosonde, would like to see the wavelet powers for<br>
&gt; different wavelength at different heights.<br>
&gt;<br>
&gt; Thanks very much!<br>
&gt;<br>
&gt; Regards<br>
&gt; Ed<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; ncl-talk mailing list<br>
&gt; <a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
&gt; List instructions, subscriber options, unsubscribe:<br>
&gt; <a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank" rel="noreferrer">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
&gt;<br>
</blockquote></div><br></div>