<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - [LOCALHELP] Help page for FOURIER function"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=124205">124205</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[LOCALHELP] Help page for FOURIER function
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Documentation
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>olivier.hallot@documentfoundation.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>olivier.hallot@documentfoundation.org
          </td>
        </tr>

        <tr>
          <th>Blocks</th>
          <td>80430
          </td>
        </tr></table>
      <p>
        <div>
        <pre>As seen in 6.3 release notes

------------8<----------------

FOURIER() function

FOURIER(Array, GroupedByColumns, Inverse, Polar) is a matrix formula that
computes discrete Fourier transform [DFT] of input array (first argument) via a
radix-2, decimation-in-time fast Fourier transform algorithm. <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Data Analysis Toolkit - Fourier Analysis"
   href="show_bug.cgi?id=74664">tdf#74664</a> (Dennis
Francis)

The data in input array(first argument) can be:

    grouped by columns (needs to be indicated by flag GroupedByColumns = TRUE).
In this case the array can contain 1 or 2 columns, where the first column
contains the real part of input series and second column if present contains
the imaginary part of the input series. If there is only 1 column, the input
series is treated as purely real. If the number of rows is not a power of 2,
zeroes are appended to the input series internally to make the series length
equal to the next nearest power of 2.
    grouped by rows (needs to be indicated by flag GroupedByColumns = FALSE).
In this case the array can contain 1 or 2 rows, where the first row contains
the real part of input series and second row if present contains the imaginary
part of the input series. If there is only 1 row, the input series is treated
as purely real. If the number of columns is not a power of 2, zeroes are
appended to the input series internally to make the series length equal to the
next nearest power of 2.

The third argument "Inverse" is a boolean flag to indicate whether an inverse
DFT needs to be computed. This argument is optional and the default value is
FALSE.

The fourth argument Polar is a boolean flag to indicate whether the final
output needs to be in polar coordinates. This argument is optional and the
default value is FALSE.

The result of DFT consists of two columns - first column contains the real
parts (or the magnitudes if Polar=TRUE) and second column contains the
imaginary parts (or the phases if Polar=TRUE).


------------8<----------------</pre>
        </div>
      </p>

        <div id="referenced">
          <hr style="border: 1px dashed #969696">
          <b>Referenced Bugs:</b>
          <ul>
              <li>
                [<a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [META] Documentation gap for new features"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=80430">Bug 80430</a>] [META] Documentation gap for new features
              </li>
          </ul>
        </div>
        <br>

      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>