SAF
Loading...
Searching...
No Matches
powermap_codecPars Struct Reference

Contains variables for scanning grids, and beamforming. More...

#include <powermap_internal.h>

Data Fields

float * grid_dirs_deg
 Spherical scanning grid directions, in degrees; FLAT: grid_nDirs x 2.
 
int grid_nDirs
 Number of scanning directions.
 
float * interp_dirs_deg
 2D rectangular window interpolation directions, in degrees; FLAT: interp_nDirs x 2
 
float * interp_table
 Spherical->2D interpolation table; FLAT: interp_nDirs x grid_nDirs.
 
int interp_nDirs
 Number of interpolation directions.
 
int interp_nTri
 Number of triangles in the spherical triangulared grid.
 
float * Y_grid [MAX_SH_ORDER]
 real SH basis (real datatype); MAX_NUM_SH_SIGNALS x grid_nDirs
 
float_complex * Y_grid_cmplx [MAX_SH_ORDER]
 real SH basis (complex datatype); MAX_NUM_SH_SIGNALS x grid_nDirs
 

Detailed Description

Contains variables for scanning grids, and beamforming.

Definition at line 70 of file powermap_internal.h.

Field Documentation

◆ grid_dirs_deg

float* powermap_codecPars::grid_dirs_deg

Spherical scanning grid directions, in degrees; FLAT: grid_nDirs x 2.

Definition at line 72 of file powermap_internal.h.

◆ grid_nDirs

int powermap_codecPars::grid_nDirs

Number of scanning directions.

Definition at line 73 of file powermap_internal.h.

◆ interp_dirs_deg

float* powermap_codecPars::interp_dirs_deg

2D rectangular window interpolation directions, in degrees; FLAT: interp_nDirs x 2

Definition at line 74 of file powermap_internal.h.

◆ interp_nDirs

int powermap_codecPars::interp_nDirs

Number of interpolation directions.

Definition at line 76 of file powermap_internal.h.

◆ interp_nTri

int powermap_codecPars::interp_nTri

Number of triangles in the spherical triangulared grid.

Definition at line 77 of file powermap_internal.h.

◆ interp_table

float* powermap_codecPars::interp_table

Spherical->2D interpolation table; FLAT: interp_nDirs x grid_nDirs.

Definition at line 75 of file powermap_internal.h.

◆ Y_grid

float* powermap_codecPars::Y_grid[MAX_SH_ORDER]

real SH basis (real datatype); MAX_NUM_SH_SIGNALS x grid_nDirs

Definition at line 78 of file powermap_internal.h.

◆ Y_grid_cmplx

float_complex* powermap_codecPars::Y_grid_cmplx[MAX_SH_ORDER]

real SH basis (complex datatype); MAX_NUM_SH_SIGNALS x grid_nDirs

Definition at line 79 of file powermap_internal.h.


The documentation for this struct was generated from the following file: