<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/151699</link>
    <title>MATLAB Central Newsreader - Narrow band Noise generation</title>
    <description>Feed for thread: Narrow band Noise generation</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, 06 Jul 2007 08:14:42 -0400</pubDate>
      <title>Narrow band Noise generation</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/151699#381382</link>
      <author>Matt Joseph</author>
      <description>I am trying to generate some narrow band noise. I have so far used&lt;br&gt;
the rand object to generate white noise but am now unsure as to how&lt;br&gt;
to go on from there. I eventually want to have a sample of sound to&lt;br&gt;
use.&lt;br&gt;
&lt;br&gt;
Thanks Matt</description>
    </item>
    <item>
      <pubDate>Fri, 06 Jul 2007 08:40:29 -0400</pubDate>
      <title>Re: Narrow band Noise generation</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/151699#381387</link>
      <author>Rick Rosson</author>
      <description>You might consider using the WGN or AWGN functions to generate your white &lt;br&gt;
noise signals.  For more info, type:&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;doc wgn&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;OR&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;doc awgn&lt;br&gt;
&lt;br&gt;
at the command prompt.&lt;br&gt;
&lt;br&gt;
Once you have your white noise signal, try passing it through a low-pass &lt;br&gt;
filter to create narrowband noise.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&quot;Matt Joseph&quot; &amp;lt;still_feel_alive@yahoo.co.uk&amp;gt; wrote in message &lt;br&gt;
news:ef5ca3f.-1@webcrossing.raydaftYaTP...&lt;br&gt;
&amp;gt;I am trying to generate some narrow band noise. I have so far used&lt;br&gt;
&amp;gt; the rand object to generate white noise but am now unsure as to how&lt;br&gt;
&amp;gt; to go on from there. I eventually want to have a sample of sound to&lt;br&gt;
&amp;gt; use.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Thanks Matt </description>
    </item>
    <item>
      <pubDate>Fri, 06 Jul 2007 08:59:30 -0400</pubDate>
      <title>Re: Narrow band Noise generation</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/151699#381392</link>
      <author>Matt Joseph</author>
      <description>I don't seem to get any info when typing&lt;br&gt;
doc wgn or doc awgn&lt;br&gt;
&lt;br&gt;
Do you have to have a specific version of Matlab for this?&lt;br&gt;
&lt;br&gt;
Matt&lt;br&gt;
&amp;nbsp;&lt;br&gt;
Rick Rosson wrote:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; You might consider using the WGN or AWGN functions to generate your&lt;br&gt;
&amp;gt; white&lt;br&gt;
&amp;gt; noise signals. For more info, type:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; doc wgn&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; OR&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; doc awgn&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; at the command prompt.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Once you have your white noise signal, try passing it through a&lt;br&gt;
&amp;gt; low-pass&lt;br&gt;
&amp;gt; filter to create narrowband noise.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &quot;Matt Joseph&quot; &amp;lt;still_feel_alive@yahoo.co.uk&amp;gt; wrote in message&lt;br&gt;
&amp;gt; news:ef5ca3f.-1@webcrossing.raydaftYaTP...&lt;br&gt;
&amp;gt;&amp;gt;I am trying to generate some narrow band noise. I have so far&lt;br&gt;
used&lt;br&gt;
&amp;gt;&amp;gt; the rand object to generate white noise but am now unsure as to&lt;br&gt;
&amp;gt; how&lt;br&gt;
&amp;gt;&amp;gt; to go on from there. I eventually want to have a sample of&lt;br&gt;
sound&lt;br&gt;
&amp;gt; to&lt;br&gt;
&amp;gt;&amp;gt; use.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Thanks Matt&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;</description>
    </item>
    <item>
      <pubDate>Fri, 06 Jul 2007 09:05:33 -0400</pubDate>
      <title>Re: Narrow band Noise generation</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/151699#381394</link>
      <author>us</author>
      <description>Matt Joseph:&lt;br&gt;
&amp;lt;SNIP missing functions...&lt;br&gt;
&lt;br&gt;
&amp;gt; I don't seem to get any info when typing doc wgn or doc awgn...&lt;br&gt;
&lt;br&gt;
they are part of the &amp;lt;communications tbx&amp;gt;...&lt;br&gt;
&lt;br&gt;
us</description>
    </item>
    <item>
      <pubDate>Fri, 06 Jul 2007 09:13:34 -0400</pubDate>
      <title>Re: Narrow band Noise generation</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/151699#381397</link>
      <author>Matt Joseph</author>
      <description>I do not have this toolbox installed and as it is not my Matlab I&lt;br&gt;
cannot install this...any one got any other ideas about how to tackle&lt;br&gt;
this problem?&lt;br&gt;
&lt;br&gt;
Matt&lt;br&gt;
&lt;br&gt;
Us wrote:&lt;br&gt;
&amp;nbsp;&lt;br&gt;
&amp;gt; they are part of the &amp;lt;communications tbx&amp;gt;...&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; us</description>
    </item>
    <item>
      <pubDate>Fri, 06 Jul 2007 10:25:33 -0400</pubDate>
      <title>Re: Narrow band Noise generation</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/151699#381426</link>
      <author>Rick Rosson</author>
      <description>The function RANDN will generate a sequence of normally-distributed random &lt;br&gt;
numbers, with mean 0 and variance 1.  Try the following code:&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;% Parameters:&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;N = 2048;           % Number of data points&lt;br&gt;
&amp;nbsp;&amp;nbsp;mu = 0;             % mean&lt;br&gt;
&amp;nbsp;&amp;nbsp;sigma = 3;          % standard deviation&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;% White gaussian noise sequence:&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;x = mu + sigma*randn(1,N);&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;% Autocorrelation:&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;R = xcorr(x);&lt;br&gt;
&amp;nbsp;&amp;nbsp;plot(R);&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
This code will generate a WGN sequence with 2048 elements with mean 0 and &lt;br&gt;
standard deviation 3, and then compute and plot the autocrrelation function.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Rick&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&quot;Matt Joseph&quot; &amp;lt;still_feel_alive@yahoo.co.uk&amp;gt; wrote in message &lt;br&gt;
news:ef5ca3f.3@webcrossing.raydaftYaTP...&lt;br&gt;
&amp;gt;I do not have this toolbox installed and as it is not my Matlab I&lt;br&gt;
&amp;gt; cannot install this...any one got any other ideas about how to tackle&lt;br&gt;
&amp;gt; this problem?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Matt&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Us wrote:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; they are part of the &amp;lt;communications tbx&amp;gt;...&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; us </description>
    </item>
    <item>
      <pubDate>Fri, 06 Jul 2007 08:26:55 -0400</pubDate>
      <title>Re: Narrow band Noise generation</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/151699#381440</link>
      <author> Steve.Amphlett@ricardo.com</author>
      <description>Rick Rosson wrote:&lt;br&gt;
&amp;gt; You might consider using the WGN or AWGN functions to generate your white&lt;br&gt;
&amp;gt; noise signals.  For more info, type:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;     doc wgn&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;     OR&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;     doc awgn&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; at the command prompt.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Once you have your white noise signal, try passing it through a low-pass&lt;br&gt;
&amp;gt; filter to create narrowband noise.&lt;br&gt;
&lt;br&gt;
What's wrong with simply rand() passed through a band-pass filter?</description>
    </item>
    <item>
      <pubDate>Fri, 06 Jul 2007 11:50:32 -0400</pubDate>
      <title>Re: Narrow band Noise generation</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/151699#381445</link>
      <author>Rick Rosson</author>
      <description>&lt;br&gt;
That works too.  The function RAND, however, generates a uniform &lt;br&gt;
distribution, whereas RANDN generates a normal distrubution.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;lt;Steve.Amphlett@ricardo.com&amp;gt; wrote:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; What's wrong with simply rand() passed through a band-pass filter?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Rick Rosson wrote:&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; You might consider using the WGN or AWGN functions to generate your white&lt;br&gt;
&amp;gt;&amp;gt; noise signals.  For more info, type:&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;     doc wgn&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;     OR&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;     doc awgn&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; at the command prompt.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Once you have your white noise signal, try passing it through a low-pass&lt;br&gt;
&amp;gt;&amp;gt; filter to create narrowband noise.</description>
    </item>
    <item>
      <pubDate>Thu, 01 Dec 2011 06:14:08 -0500</pubDate>
      <title>Re: Narrow band Noise generation</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/151699#860138</link>
      <author>yuqing yang</author>
      <description>I use randn() + IIR fileter for narrow band generation. &lt;br&gt;
&lt;br&gt;
However, I think it is not a so-good way, because:&lt;br&gt;
&lt;br&gt;
you must re-scale the output to determine the nb noise power. &lt;br&gt;
&lt;br&gt;
Anyone has some other good method?&lt;br&gt;
&lt;br&gt;
Justin Yang&lt;br&gt;
&lt;br&gt;
Steve.Amphlett@ricardo.com wrote in message &amp;lt;1183735615.504786.173400@57g2000hsv.googlegroups.com&amp;gt;...&lt;br&gt;
&amp;gt; Rick Rosson wrote:&lt;br&gt;
&amp;gt; &amp;gt; You might consider using the WGN or AWGN functions to generate your white&lt;br&gt;
&amp;gt; &amp;gt; noise signals.  For more info, type:&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;     doc wgn&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;     OR&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;     doc awgn&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; at the command prompt.&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; Once you have your white noise signal, try passing it through a low-pass&lt;br&gt;
&amp;gt; &amp;gt; filter to create narrowband noise.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; What's wrong with simply rand() passed through a band-pass filter?&lt;br&gt;
&amp;gt; </description>
    </item>
    <item>
      <pubDate>Thu, 01 Dec 2011 07:35:05 -0500</pubDate>
      <title>Re: Narrow band Noise generation</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/151699#860150</link>
      <author>TideMan</author>
      <description>On Dec 1, 7:14&#160;pm, &quot;yuqing yang&quot; &amp;lt;13564453...@163.com&amp;gt; wrote:&lt;br&gt;
&amp;gt; I use randn() + IIR fileter for narrow band generation.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; However, I think it is not a so-good way, because:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; you must re-scale the output to determine the nb noise power.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Anyone has some other good method?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Justin Yang&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Steve.Amphl...@ricardo.com wrote in message &amp;lt;1183735615.504786.173...@57g2000hsv.googlegroups.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; Rick Rosson wrote:&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; You might consider using the WGN or AWGN functions to generate your white&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; noise signals. &#160;For more info, type:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &#160; &#160; doc wgn&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &#160; &#160; OR&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &#160; &#160; doc awgn&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; at the command prompt.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; Once you have your white noise signal, try passing it through a low-pass&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; filter to create narrowband noise.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; What's wrong with simply rand() passed through a band-pass filter?&lt;br&gt;
&lt;br&gt;
Don't top post.  It makes the thread hard to follow.&lt;br&gt;
Put your reply UNDERNEATH.&lt;br&gt;
&lt;br&gt;
You can use phase randomisation - search for that term in this&lt;br&gt;
newsgroup.</description>
    </item>
  </channel>
</rss>

