Skip to main content
Ctrl+K
pyFDN - Home pyFDN - Home
  • Overview
  • Installation
  • Usage
  • Examples Gallery
  • API Reference
    • pyFDN
    • Contributing
    • Credits
    • History
  • GitHub
  • Overview
  • Installation
  • Usage
  • Examples Gallery
  • API Reference
  • pyFDN
  • Contributing
  • Credits
  • History
  • GitHub
  • API Reference
  • pyFDN.fdn_system_gallery

pyFDN.fdn_system_gallery#

pyFDN.fdn_system_gallery(N=None, system_type=None)[source]#

Return a full FDN system (A, B, C, D) of the requested type, or list all type names.

Parameters:
  • N (int | None) – System order. Ignored when system_type is None.

  • system_type (str | None) – One of the supported type strings. Pass None (or call with no arguments) to get the list of all type names.

Return type:

FDNSystem | list[str]

Returns:

FDNSystem named tuple (A, B, C, D), or a list of type-name strings.

Example:

fdn_system_gallery()                         # → list of type strings
fdn_system_gallery(8, "allpassInFDN")

previous

pyFDN.fdn_matrix_gallery

next

pyFDN.filter_matrix_gallery

On this page
  • fdn_system_gallery()

© Copyright 2026, Artificial Audio Lab.

Created using Sphinx 9.0.4.

Built with the PyData Sphinx Theme 0.19.0.