libharkio3
A File I/O and Data Manipulation Library for HARK
|
伝達関数そのものを表す構造体 More...
#include <libharkio3.h>
Public Attributes | |
struct zip * | handle |
harkio_Positions * | poses |
harkio_Positions * | mics |
harkio_Config * | cfg |
harkio_Neighbors * | nbrs |
harkio_Matrix ** | loctfs |
harkio_Matrix ** | septfs |
int | internal_locsize |
int | internal_sepsize |
伝達関数そのものを表す構造体
harkio_Config* harkio_TransferFunction::cfg |
一般設定を表すメンバ
struct zip* harkio_TransferFunction::handle |
伝達関数ファイルのハンドル
int harkio_TransferFunction::internal_locsize |
loctfsのメモリ管理状況を表すメンバ 0のとき関数外管理
int harkio_TransferFunction::internal_sepsize |
septfsのメモリ管理状況を表すメンバ 0のとき関数外管理
harkio_Matrix** harkio_TransferFunction::loctfs |
定位用伝達関数を表すメンバ
harkio_Positions* harkio_TransferFunction::mics |
マイク位置を表すメンバ
harkio_Neighbors* harkio_TransferFunction::nbrs |
TSP測定位置の近接関係を表すメンバ
harkio_Positions* harkio_TransferFunction::poses |
TSP測定位置を表すメンバ
harkio_Matrix** harkio_TransferFunction::septfs |
分離用伝達関数を表すメンバ