SAF
Loading...
Searching...
No Matches
beamformer_internal.h File Reference

Generates beamformers/virtual microphones in arbitrary directions with several different beam patterns to choose from. More...

#include "beamformer.h"
#include "saf.h"
#include "saf_externals.h"

Go to the source code of this file.

Data Structures

struct  beamformer_data
 Main structure for beamformer. More...
 

Macros

#define BEAMFORMER_FRAME_SIZE   ( 128 )
 Framesize, in time-domain samples.
 
#define MAX_NUM_BEAMS   ( MAX_NUM_OUTPUTS )
 Maximum permitted number of beams/output channels.
 

Detailed Description

Generates beamformers/virtual microphones in arbitrary directions with several different beam patterns to choose from.

Author
Leo McCormack
Date
17.05.2019
License
ISC

Definition in file beamformer_internal.h.

Macro Definition Documentation

◆ BEAMFORMER_FRAME_SIZE

#define BEAMFORMER_FRAME_SIZE   ( 128 )

Framesize, in time-domain samples.

Definition at line 46 of file beamformer_internal.h.

◆ MAX_NUM_BEAMS

#define MAX_NUM_BEAMS   ( MAX_NUM_OUTPUTS )

Maximum permitted number of beams/output channels.

Definition at line 49 of file beamformer_internal.h.