{
  "__type": "IngestedDoc",
  "__tag": 4010,
  "_content": {
    "Notes": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Warns": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Raises": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Yields": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Methods": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Returns": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Summary": {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "No Docstrings"
            }
          ]
        }
      ],
      "title": [],
      "level": 0,
      "target": null
    },
    "Receives": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Warnings": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Attributes": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Parameters": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Extended Summary": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Other Parameters": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    }
  },
  "_ordered_sections": [
    "Summary",
    "Extended Summary",
    "Parameters",
    "Attributes",
    "Methods",
    "Returns",
    "Yields",
    "Receives",
    "Other Parameters",
    "Raises",
    "Warns",
    "Warnings",
    "Notes"
  ],
  "item_file": "/scipy/fftpack/__init__.py",
  "item_line": 0,
  "item_type": "module",
  "aliases": [
    "scipy.fftpack"
  ],
  "example_section_data": {
    "__type": "Section",
    "__tag": 4015,
    "children": [],
    "title": [],
    "level": 0,
    "target": null
  },
  "see_also": [],
  "signature": null,
  "references": null,
  "qa": "scipy.fftpack",
  "arbitrary": [
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Legacy discrete Fourier transforms ("
        },
        {
          "__type": "InlineRole",
          "__tag": 4003,
          "value": "scipy.fftpack",
          "domain": null,
          "role": "mod",
          "inventory": null
        },
        {
          "__type": "Text",
          "__tag": 4046,
          "value": ")"
        }
      ],
      "level": 0,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Code",
          "__tag": 4050,
          "value": ".. autosummary:: \n    :toctree:generated/\n    fft - Fast (discrete) Fourier Transform (FFT)\n    ifft - Inverse FFT\n    fft2 - 2-D FFT\n    ifft2 - 2-D inverse FFT\n    fftn - N-D FFT\n    ifftn - N-D inverse FFT\n    rfft - FFT of strictly real-valued sequence\n    irfft - Inverse of rfft\n    dct - Discrete cosine transform\n    idct - Inverse discrete cosine transform\n    dctn - N-D Discrete cosine transform\n    idctn - N-D Inverse discrete cosine transform\n    dst - Discrete sine transform\n    idst - Inverse discrete sine transform\n    dstn - N-D Discrete sine transform\n    idstn - N-D Inverse discrete sine transform",
          "execution_status": null
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Fast Fourier Transforms (FFTs)"
        }
      ],
      "level": 1,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Code",
          "__tag": 4050,
          "value": ".. autosummary:: \n    :toctree:generated/\n    diff - Differentiation and integration of periodic sequences\n    tilbert - Tilbert transform:         cs_diff(x,h,h)\n    itilbert - Inverse Tilbert transform: sc_diff(x,h,h)\n    hilbert - Hilbert transform:         cs_diff(x,inf,inf)\n    ihilbert - Inverse Hilbert transform: sc_diff(x,inf,inf)\n    cs_diff - cosh/sinh pseudo-derivative of periodic sequences\n    sc_diff - sinh/cosh pseudo-derivative of periodic sequences\n    ss_diff - sinh/sinh pseudo-derivative of periodic sequences\n    cc_diff - cosh/cosh pseudo-derivative of periodic sequences\n    shift - Shift periodic sequences",
          "execution_status": null
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Differential and pseudo-differential operators"
        }
      ],
      "level": 1,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Code",
          "__tag": 4050,
          "value": ".. autosummary:: \n    :toctree:generated/\n    fftshift - Shift the zero-frequency component to the center of the spectrum\n    ifftshift - The inverse of `fftshift`\n    fftfreq - Return the Discrete Fourier Transform sample frequencies\n    rfftfreq - DFT sample frequencies (for usage with rfft, irfft)\n    next_fast_len - Find the optimal length to zero-pad an FFT for speed",
          "execution_status": null
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Note that "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "fftshift"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ", "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "ifftshift"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " and "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "fftfreq"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " are numpy functions exposed by "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "fftpack"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "; importing them from "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "numpy"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " should be preferred."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Helper functions"
        }
      ],
      "level": 1,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Code",
          "__tag": 4050,
          "value": ".. autosummary:: \n    :toctree:generated/\n    convolve\n    convolve_z\n    init_convolution_kernel\n    destroy_convolve_cache",
          "execution_status": null
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Convolutions ("
        },
        {
          "__type": "InlineRole",
          "__tag": 4003,
          "value": "scipy.fftpack.convolve",
          "domain": null,
          "role": "mod",
          "inventory": null
        },
        {
          "__type": "Text",
          "__tag": 4046,
          "value": ")"
        }
      ],
      "level": 1,
      "target": null
    }
  ],
  "local_refs": []
}