<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to dn_apod_func</title><link>https://sourceforge.net/p/infos/wiki/dn_apod_func/</link><description>Recent changes to dn_apod_func</description><atom:link href="https://sourceforge.net/p/infos/wiki/dn_apod_func/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 12 Sep 2016 14:42:56 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/infos/wiki/dn_apod_func/feed" rel="self" type="application/rss+xml"/><item><title>dn_apod_func modified by A. Smith</title><link>https://sourceforge.net/p/infos/wiki/dn_apod_func/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -49,4 +49,4 @@
         dX.WDW=’user’;
         apod=dX.apod;

-Note that dX.apod must have the correct length, based on the acquisition time and  sweep width of the dimension
+Note that dX.apod must have the correct length, based on the acquisition time and sweep width of the dimension
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">A. Smith</dc:creator><pubDate>Mon, 12 Sep 2016 14:42:56 -0000</pubDate><guid>https://sourceforge.net07520e2d17d49a12b7df52e6cd225121b6b86df4</guid></item><item><title>dn_apod_func modified by A. Smith</title><link>https://sourceforge.net/p/infos/wiki/dn_apod_func/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,22 +1,22 @@
 ###Apodization Function Definitions
 The following defines the apodization functions used in the INFOS software. These are setup to match the definitions used by Bruker Topspin. For each dimension, X, the variable ‘t’ runs from 0 to ‘dX.AQ’, with ‘dX.TD’ points in between. The type of apodization function is specified in the ‘par.dX.WDW’ or ‘spec.par.dX.WDW’ field, using an index or a string, which are given below, along with the function definition. The other parameters (LB, GB, AQ, etc.) are also provided in either ‘par.dX’ or ‘spec.par.dX’.

-   No Apodization:
+No Apodization:

         dX.WDW=0||dx.WDW=’no’
         apod=ones(1,numel(t));

-   Exponential:
+Exponential:

         dX.WDW=1||dX.WDW=’em’
         apod=exp(-pi*LB*t);

-   Gaussian:
+Gaussian:

         dX.WDW=2||dX.WDW=’gm’
         apod=exp(-pi*LB*t+(pi*LB*t.^2)/(2*GB*AQ));

-   Sine:
+Sine:

         dX.WDW=3||dX.WDW=’sine’
         if SSB&amp;gt;=2
@@ -25,7 +25,7 @@
             apod=sin(pi*t/AQ)
         end

-   Squared Sine:
+Squared Sine:

         dX.WDW=4||dX.WDW=’qsine’
         if SSB&amp;gt;=2
@@ -34,19 +34,19 @@
             apod=sin(pi*t/AQ).^2;
         end

-   Sinc:
+Sinc:

         dX.WDW=7||dX.WDW=’sinc’
         apod=sin(2*pi*SSB*(t/AQ-GB));

-   Squared Sinc:
+Squared Sinc:

         dX.WDW=8; dX=WDW=’qsinc’;
         apod=sin(2*pi*SSB*(t/AQ-GB));

-   Squared Sinc:
+User defined:

         dX.WDW=’user’;
         apod=dX.apod;

-   Note that dX.apod must have the correct length, based on the acquisition time and   sweep width of the dimension
+Note that dX.apod must have the correct length, based on the acquisition time and  sweep width of the dimension
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">A. Smith</dc:creator><pubDate>Mon, 12 Sep 2016 14:42:46 -0000</pubDate><guid>https://sourceforge.neta91edafa449fa903654a5fd3c8035bc1c050dd98</guid></item><item><title>dn_apod_func modified by A. Smith</title><link>https://sourceforge.net/p/infos/wiki/dn_apod_func/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,5 +1,6 @@
 ###Apodization Function Definitions
 The following defines the apodization functions used in the INFOS software. These are setup to match the definitions used by Bruker Topspin. For each dimension, X, the variable ‘t’ runs from 0 to ‘dX.AQ’, with ‘dX.TD’ points in between. The type of apodization function is specified in the ‘par.dX.WDW’ or ‘spec.par.dX.WDW’ field, using an index or a string, which are given below, along with the function definition. The other parameters (LB, GB, AQ, etc.) are also provided in either ‘par.dX’ or ‘spec.par.dX’. 
+
    No Apodization:

         dX.WDW=0||dx.WDW=’no’
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">A. Smith</dc:creator><pubDate>Thu, 08 Sep 2016 11:04:00 -0000</pubDate><guid>https://sourceforge.net94dd1993f20ff27193bf03ddd30716a80f320ac7</guid></item><item><title>dn_apod_func modified by A. Smith</title><link>https://sourceforge.net/p/infos/wiki/dn_apod_func/</link><description>&lt;div class="markdown_content"&gt;&lt;h3 id="apodization-function-definitions"&gt;Apodization Function Definitions&lt;/h3&gt;
&lt;p&gt;The following defines the apodization functions used in the INFOS software. These are setup to match the definitions used by Bruker Topspin. For each dimension, X, the variable ‘t’ runs from 0 to ‘dX.AQ’, with ‘dX.TD’ points in between. The type of apodization function is specified in the ‘par.dX.WDW’ or ‘spec.par.dX.WDW’ field, using an index or a string, which are given below, along with the function definition. The other parameters (LB, GB, AQ, etc.) are also provided in either ‘par.dX’ or ‘spec.par.dX’. &lt;br/&gt;
    No Apodization:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;    dX.WDW=0||dx.WDW=’no’
    apod=ones(1,numel(t));

Exponential:

    dX.WDW=1||dX.WDW=’em’
    apod=exp(-pi*LB*t);

Gaussian:

    dX.WDW=2||dX.WDW=’gm’
    apod=exp(-pi*LB*t+(pi*LB*t.^2)/(2*GB*AQ));

Sine:

    dX.WDW=3||dX.WDW=’sine’
    if SSB&amp;gt;=2
        apod=sin(pi*(1-1/SSB)*t/AQ+pi/SSB);
    else
        apod=sin(pi*t/AQ)
    end

Squared Sine:

    dX.WDW=4||dX.WDW=’qsine’
    if SSB&amp;gt;=2
        apod=sin(pi*(1-1/SSB)*t/AQ+pi/SSB).^2;
    else
        apod=sin(pi*t/AQ).^2;
    end

Sinc:

    dX.WDW=7||dX.WDW=’sinc’
    apod=sin(2*pi*SSB*(t/AQ-GB));

Squared Sinc:

    dX.WDW=8; dX=WDW=’qsinc’;
    apod=sin(2*pi*SSB*(t/AQ-GB));

Squared Sinc:

    dX.WDW=’user’;
    apod=dX.apod;

Note that dX.apod must have the correct length, based on the acquisition time and   sweep width of the dimension
&lt;/pre&gt;&lt;/div&gt;

&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">A. Smith</dc:creator><pubDate>Thu, 08 Sep 2016 11:03:48 -0000</pubDate><guid>https://sourceforge.net901264323d3397445fdaace49a9465ed41fba495</guid></item></channel></rss>