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_matrix_gallery

pyFDN.fdn_matrix_gallery#

pyFDN.fdn_matrix_gallery(N=None, matrix_type=None)[source]#

Return a feedback matrix of the requested type, or list all type names.

Parameters:
  • N (int | None) – Matrix size. Ignored when matrix_type is None.

  • matrix_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:

ndarray | list[str]

Returns:

Feedback matrix of shape (N, N), or a list of type-name strings.

Example:

fdn_matrix_gallery()             # → list of type strings
fdn_matrix_gallery(4, "orthogonal")
fdn_matrix_gallery(8, "Hadamard")

previous

pyFDN.rotation_matrix_from_angles

next

pyFDN.fdn_system_gallery

On this page
  • fdn_matrix_gallery()

© Copyright 2026, Artificial Audio Lab.

Created using Sphinx 9.0.4.

Built with the PyData Sphinx Theme 0.19.0.