libharkio3
A File I/O and Data Manipulation Library for HARK
Public Attributes | List of all members
harkio_TransferFunction Struct Reference

伝達関数そのものを表す構造体 More...

#include <libharkio3.h>

Collaboration diagram for harkio_TransferFunction:
Collaboration graph
[legend]

Public Attributes

struct zip * handle
 
harkio_Positionsposes
 
harkio_Positionsmics
 
harkio_Configcfg
 
harkio_Neighborsnbrs
 
harkio_Matrix ** loctfs
 
harkio_Matrix ** septfs
 
int internal_locsize
 
int internal_sepsize
 

Detailed Description

伝達関数そのものを表す構造体

Member Data Documentation

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

分離用伝達関数を表すメンバ


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