This function generates a matrix dataset of 1°C resolution for the visualization of the array response using visual3D. It does a plane wave decomposition for 65160 directions (181ELx360AZ) using P/D/C.
/*
mtxData = sofia_makeMtx(N, Pnm, dn, krIndex)
------------------------------------------------------------------------------------
|
mtxData |
SOFiA 3D-matrix-data in 1°C steps
|
------------------------------------------------------------------------------------ |
N |
Order of the spatial fourier transform [default = 3] |
Pnm |
Spatial Fourier Coefficients (e.g. from SOFiA S/T/C) |
dn |
Modal Radial Filters (from M/F) |
krindex |
Index of kr Vector [default = 1] |
Dependencies:
|
SOFiA P/D/C
|
The file generates a SOFiA mtxData Matrix of 181x360 pixels for the
visualisation with sofia_visual3d() in 1° steps (65160 plane waves)
|
*/ |
|