<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/165999</link>
    <title>MATLAB Central Newsreader - Resampling IQ data in Matlab</title>
    <description>Feed for thread: Resampling IQ data in Matlab</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>Wed, 19 Mar 2008 18:51:12 -0400</pubDate>
      <title>Resampling IQ data in Matlab</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/165999#421793</link>
      <author>Steve</author>
      <description>Hello all,&lt;br&gt;
I have a set of IQ data sampled at around 4.65Mhz and I want to&lt;br&gt;
resample this data to 19.66MHz.&lt;br&gt;
&lt;br&gt;
I tried the Matlab's resample function.&lt;br&gt;
&lt;br&gt;
Resampled_x = resample(x,4654556,19660800,0);&lt;br&gt;
&lt;br&gt;
I get the following error:&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
??? Error using ==&amp;gt; upfirdn at 82&lt;br&gt;
The product of the downsample factor Q and the upsample factor P must&lt;br&gt;
be less than 2^31.&lt;br&gt;
&lt;br&gt;
Any help is really appreciated.&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
Steve.</description>
    </item>
    <item>
      <pubDate>Wed, 19 Mar 2008 22:08:02 -0400</pubDate>
      <title>Resampling IQ data in Matlab</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/165999#421824</link>
      <author>Dan Haeg</author>
      <description>Steve &amp;lt;sjthomas2@gmail.com&amp;gt; wrote in message&lt;br&gt;
&amp;lt;141afa44-e176-4d4e-be80-eab2c4622cd4@a70g2000hsh.googlegroups.com&amp;gt;...&lt;br&gt;
&amp;gt; Hello all,&lt;br&gt;
&amp;gt; I have a set of IQ data sampled at around 4.65Mhz and I&lt;br&gt;
want to&lt;br&gt;
&amp;gt; resample this data to 19.66MHz.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I tried the Matlab's resample function.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Resampled_x = resample(x,4654556,19660800,0);&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I get the following error:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; ??? Error using ==&amp;gt; upfirdn at 82&lt;br&gt;
&amp;gt; The product of the downsample factor Q and the upsample&lt;br&gt;
factor P must&lt;br&gt;
&amp;gt; be less than 2^31.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Any help is really appreciated.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Thanks,&lt;br&gt;
&amp;gt; Steve.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
According to the help I think you should do this:&lt;br&gt;
&lt;br&gt;
Resampled_x = resample(x,3451,817,0);&lt;br&gt;
&lt;br&gt;
Dan</description>
    </item>
  </channel>
</rss>

