<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Low pass filter in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Low-pass-filter/m-p/427011#M2951</link>
    <description>&lt;P&gt;These are terms I usually see in connection with electroacoustics.&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jan 2018 21:04:21 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2018-01-11T21:04:21Z</dc:date>
    <item>
      <title>Low pass filter</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Low-pass-filter/m-p/426949#M2949</link>
      <description>&lt;P&gt;How do you code/apply a&amp;nbsp;1st,2nd or 3rd order low pass frequency filter to a raw data set?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 18:28:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Low-pass-filter/m-p/426949#M2949</guid>
      <dc:creator>rgagler</dc:creator>
      <dc:date>2018-01-11T18:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Low pass filter</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Low-pass-filter/m-p/426999#M2950</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/186183"&gt;@rgagler&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;How do you code/apply a&amp;nbsp;1st,2nd or 3rd order low pass frequency filter to a raw data set?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;May be jargon but I wouldn't recognize a "1st,2nd or 3rd order low pass frequency filter". Can you provide a definition or source that pertains to your case?&lt;/P&gt;
&lt;P&gt;Some example Data and expected output for that example might help clear up other questions.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 20:31:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Low-pass-filter/m-p/426999#M2950</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-01-11T20:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Low pass filter</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Low-pass-filter/m-p/427011#M2951</link>
      <description>&lt;P&gt;These are terms I usually see in connection with electroacoustics.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 21:04:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Low-pass-filter/m-p/427011#M2951</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-01-11T21:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Low pass filter</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Low-pass-filter/m-p/427022#M2952</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;These are terms I usually see in connection with electroacoustics.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I wouldn't be surprised. The only thing that I knew of that sounded similar was a "low band pass filter" and some variations. But I am hoping the OP knows enough about his need to describe it to someone. I'm not going to do a lot of electronics research to try to answer a vague question.&lt;/P&gt;
&lt;P&gt;Or to paraphrase:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"D*** it Jim, I'm a mathematician not an electrical engineer!" (or what ever field this belongs to)&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 21:17:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Low-pass-filter/m-p/427022#M2952</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-01-11T21:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Low pass filter</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Low-pass-filter/m-p/427228#M2953</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Low Pass Filter Example.PNG" style="width: 384px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/17819i671EAD7104CA2DE5/image-size/large?v=v2&amp;amp;px=999" role="button" title="Low Pass Filter Example.PNG" alt="Low Pass Filter Example.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;A low-pass filter (LPF) is a filter that passes signals with a frequency lower than a certain cutoff frequency and attenuates signals with frequencies higher than the cutoff frequency&lt;BR /&gt;Wiki explains the orders fairly well: &lt;A href="https://en.wikipedia.org/wiki/Low-pass_filter" target="_blank"&gt;https://en.wikipedia.org/wiki/Low-pass_filter&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In general it is a filter that attenuates or smooth's the data set.&lt;BR /&gt;In my specific case i have a Y by X plot that has a general trend but noisy data.&lt;BR /&gt;There are many methods to do this in JMP such as fit lines&amp;nbsp;but for my application matching, I need to apply a low pass filter.&lt;/P&gt;&lt;P&gt;The example above was extracted from a software system I use that does this (I cannot access the formula) and I need to reproduce these type of results for my application.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2018 15:52:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Low-pass-filter/m-p/427228#M2953</guid>
      <dc:creator>rgagler</dc:creator>
      <dc:date>2018-01-12T15:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Low pass filter</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Low-pass-filter/m-p/427283#M2954</link>
      <description>&lt;P&gt;Some additional information on Low pass filtering explanation can be found at &lt;A href="https://web.stanford.edu/~boyd/ee102/conv_demo.pdf" target="_blank"&gt;https://web.stanford.edu/~boyd/ee102/conv_demo.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;However, this document only explains how to get the "Transfer Function" H(s)&amp;nbsp;which is an intermediate step to the final transformation.&lt;/P&gt;&lt;P&gt;&lt;A href="https://en.wikipedia.org/wiki/Transfer_function" target="_blank"&gt;https://en.wikipedia.org/wiki/Transfer_function&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Since I am not a mathematician I am struggling to figure this out.&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2018 17:15:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Low-pass-filter/m-p/427283#M2954</guid>
      <dc:creator>rgagler</dc:creator>
      <dc:date>2018-01-12T17:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: Low pass filter</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Low-pass-filter/m-p/562134#M3565</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN class=""&gt;&lt;A href="https://communities.sas.com/t5/user/viewprofilepage/user-id/186183" target="_self"&gt;rgagler&lt;/A&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Are you still interested applying lowpass filtering to your data set?&amp;nbsp; SAS now has full support of digital filtering (lowpass, highpass, bandpass and bandstop) in the products (including filter design and applying the filter to the data).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Digital filtering is supported in the following products:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;1) Through the IML procedure starting from SAS/IML® 15.1.&amp;nbsp; (Butterworth filter)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;2) Through SAS® Cloud Analytic Services (CAS) and SAS® Event Stream Processing starting from SAS® 9.4M6.&amp;nbsp; &amp;nbsp;(Butterworth, Chebyshev Type I and Type II filters)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;You can find the detailed documentation on using digital filtering through IML here:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;A href="https://go.documentation.sas.com/?docsetId=imlug&amp;amp;docsetTarget=imlug_langref_sect013.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en"&gt;https://go.documentation.sas.com/?docsetId=imlug&amp;amp;docsetTarget=imlug_langref_sect013.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Please let me know if you have further question.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Yuwei Liao&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 01:28:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Low-pass-filter/m-p/562134#M3565</guid>
      <dc:creator>yuliao</dc:creator>
      <dc:date>2019-05-29T01:28:46Z</dc:date>
    </item>
  </channel>
</rss>

