The latest development version of this page may be more current than this released 2.6.1-rc1 version.
CONFIG_COMP_TDFB

TDFB component

Type: bool

Help

Select for time domain fixed beamformer (TDFB) component. The
beamformer component enhances microphone capture by spatial
suppression of noise and improvement of signal-to-noise ratio of
capture from beam direction. The component is essentially a generic
single rate FIR filter bank that performs microphone array
directivity enhancement when programmed with suitable configuration
for channels selection, channel filter coefficients, and output
streams mixing.

Direct dependencies

SOF

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definition

At /home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/audio/Kconfig:322

Included via Kconfig:8Kconfig.zephyr:23modules/Kconfig:6doc/_build/Kconfig/Kconfig.modules:14/home/nashif/zephyrproject/modules/audio/sof/zephyr/Kconfig:2/home/nashif/zephyrproject/modules/audio/sof/zephyr/../Kconfig.sof:124/home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/Kconfig:9

Menu path: (Top) → Modules → sof (/home/nashif/zephyrproject/modules/audio/sof) → Audio components

config COMP_TDFB
    bool "TDFB component"
    default y
    select MATH_FIR
    depends on SOF
    help
      Select for time domain fixed beamformer (TDFB) component. The
      beamformer component enhances microphone capture by spatial
      suppression of noise and improvement of signal-to-noise ratio of
      capture from beam direction. The component is essentially a generic
      single rate FIR filter bank that performs microphone array
      directivity enhancement when programmed with suitable configuration
      for channels selection, channel filter coefficients, and output
      streams mixing.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)