<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/161138</link>
    <title>MATLAB Central Newsreader - exporting processed singnal using 1 D wavelet</title>
    <description>Feed for thread: exporting processed singnal using 1 D wavelet</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Thu, 20 Dec 2007 12:23:36 -0500</pubDate>
      <title>exporting processed singnal using 1 D wavelet</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/161138#406863</link>
      <author>ammal</author>
      <description>Hi All,&lt;br&gt;
I am processing a 1-D signal using wavelet. i am wondering &lt;br&gt;
how would i export the processed signal (not the figure) to &lt;br&gt;
be able to read the data in Excel.&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
&lt;br&gt;
Ammal  </description>
    </item>
    <item>
      <pubDate>Thu, 20 Dec 2007 14:53:54 -0500</pubDate>
      <title>Re: exporting processed singnal using 1 D wavelet</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/161138#406879</link>
      <author>Steven Lord</author>
      <description>&lt;br&gt;
&quot;AMMAL &quot; &amp;lt;alanazi@ualberta.ca&amp;gt; wrote in message &lt;br&gt;
news:fkdms8$mna$1@fred.mathworks.com...&lt;br&gt;
&amp;gt; Hi All,&lt;br&gt;
&amp;gt; I am processing a 1-D signal using wavelet. i am wondering&lt;br&gt;
&amp;gt; how would i export the processed signal (not the figure) to&lt;br&gt;
&amp;gt; be able to read the data in Excel.&lt;br&gt;
&lt;br&gt;
I'd probably start by looking at XLSWRITE and/or CSVWRITE, and if those &lt;br&gt;
didn't do what you want I'd look at some of the other file I/O functions &lt;br&gt;
listed in &quot;help iofun&quot;.&lt;br&gt;
&lt;br&gt;
Alternately, if you're planning to use Excel to perform some analysis on &lt;br&gt;
your signal, I'd look and see if MATLAB has the capabilities you need to &lt;br&gt;
perform that analysis and skip Excel altogether.  I may be a little biased, &lt;br&gt;
though :)&lt;br&gt;
&lt;br&gt;
-- &lt;br&gt;
Steve Lord&lt;br&gt;
slord@mathworks.com </description>
    </item>
    <item>
      <pubDate>Thu, 20 Dec 2007 15:13:22 -0500</pubDate>
      <title>Re: exporting processed singnal using 1 D wavelet</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/161138#406884</link>
      <author>ammal</author>
      <description>Would you please explain what XLSWRITE is. I just need to &lt;br&gt;
get the data for which the figure is given by wavelet so i &lt;br&gt;
can perform other analysis. &lt;br&gt;
&lt;br&gt;
&quot;Steven Lord&quot; &amp;lt;slord@mathworks.com&amp;gt; wrote in message &amp;lt;fkdvm2&lt;br&gt;
$6iv$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &quot;AMMAL &quot; &amp;lt;alanazi@ualberta.ca&amp;gt; wrote in message &lt;br&gt;
&amp;gt; news:fkdms8$mna$1@fred.mathworks.com...&lt;br&gt;
&amp;gt; &amp;gt; Hi All,&lt;br&gt;
&amp;gt; &amp;gt; I am processing a 1-D signal using wavelet. i am &lt;br&gt;
wondering&lt;br&gt;
&amp;gt; &amp;gt; how would i export the processed signal (not the &lt;br&gt;
figure) to&lt;br&gt;
&amp;gt; &amp;gt; be able to read the data in Excel.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I'd probably start by looking at XLSWRITE and/or &lt;br&gt;
CSVWRITE, and if those &lt;br&gt;
&amp;gt; didn't do what you want I'd look at some of the other &lt;br&gt;
file I/O functions &lt;br&gt;
&amp;gt; listed in &quot;help iofun&quot;.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Alternately, if you're planning to use Excel to perform &lt;br&gt;
some analysis on &lt;br&gt;
&amp;gt; your signal, I'd look and see if MATLAB has the &lt;br&gt;
capabilities you need to &lt;br&gt;
&amp;gt; perform that analysis and skip Excel altogether.  I may &lt;br&gt;
be a little biased, &lt;br&gt;
&amp;gt; though :)&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; -- &lt;br&gt;
&amp;gt; Steve Lord&lt;br&gt;
&amp;gt; slord@mathworks.com &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; </description>
    </item>
    <item>
      <pubDate>Thu, 20 Dec 2007 17:01:19 -0500</pubDate>
      <title>Re: exporting processed singnal using 1 D wavelet</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/161138#406903</link>
      <author>Steven Lord</author>
      <description>&lt;br&gt;
&quot;AMMAL &quot; &amp;lt;alanazi@ualberta.ca&amp;gt; wrote in message &lt;br&gt;
news:fke0qh$fiq$1@fred.mathworks.com...&lt;br&gt;
&amp;gt; Would you please explain what XLSWRITE is. I just need to&lt;br&gt;
&amp;gt; get the data for which the figure is given by wavelet so i&lt;br&gt;
&amp;gt; can perform other analysis.&lt;br&gt;
&lt;br&gt;
Type &quot;help xlswrite&quot; without the quotes at the prompt.  That will give you &lt;br&gt;
the M-file help for the XLSWRITE function; you can do the same thing with &lt;br&gt;
CSVWRITE or just about any function in MATLAB.  If you want more information &lt;br&gt;
than what's in the M-file help, use &quot;doc xlswrite&quot; (again without the &lt;br&gt;
quotes.)&lt;br&gt;
&lt;br&gt;
I'm not sure I exactly understand what you're trying to do -- are you trying &lt;br&gt;
to take some data, that you've plotted, and put it into Excel; are you &lt;br&gt;
trying to take a figure that someone gave you, extract the data, and put it &lt;br&gt;
into Excel; or are you trying to do something else (in which case, please &lt;br&gt;
describe what you're trying to do in more detail.)&lt;br&gt;
&lt;br&gt;
-- &lt;br&gt;
Steve Lord&lt;br&gt;
slord@mathworks.com </description>
    </item>
  </channel>
</rss>

