<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/168622</link>
    <title>MATLAB Central Newsreader - FFT - Output to RMS Equivalents</title>
    <description>Feed for thread: FFT - Output to RMS Equivalents</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>Fri, 02 May 2008 13:22:02 -0400</pubDate>
      <title>FFT - Output to RMS Equivalents</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/168622#429926</link>
      <author>John Costello</author>
      <description>I need some help converting the Matlab FFT output into &lt;br&gt;
equivalent RMS levels for signal analysis.&lt;br&gt;
&lt;br&gt;
I have numerical data from an oscilloscope that has three &lt;br&gt;
primary frequencies:  these are a DC component and two &lt;br&gt;
separate frequencies.  I can calculate the RMS of the &lt;br&gt;
composite signal with a bit of integration and the use of &lt;br&gt;
the RMS defintion.&lt;br&gt;
&lt;br&gt;
The FFT routine identifies the equivalent power at the &lt;br&gt;
discrete frequencies with the Matlab FFT algorithm.  I am &lt;br&gt;
plotting the frequency vs. the FFT * the conjugate of the &lt;br&gt;
FFT to obtain the power signal.  For the n point data &lt;br&gt;
acquisition, I am doing the following to obtain the power:&lt;br&gt;
&lt;br&gt;
Y = fft(v,n);&lt;br&gt;
&lt;br&gt;
Pyy = Y.*conj(Y)/n ;&lt;br&gt;
&lt;br&gt;
Does someone out there know how to extract the equivalent &lt;br&gt;
RMS components of the other frequency content?&lt;br&gt;
&lt;br&gt;
best regards&lt;br&gt;
&lt;br&gt;
J. Costello</description>
    </item>
  </channel>
</rss>

