📄 main.h.bak
字号:
#ifndef _H_NULLFORMING_
#define _H_NULLFORMING_
#define INT_DELAY 1
typedef struct {
int FrameLength;
float CrossCorrelation;
float AutoCorrelation;
float W;
short * X; // FrameLength
short * Y; // FrameLength
short LastFore[INT_DELAY];
short LastBack[INT_DELAY];
} DSBD_Buffer;
int DualMicNullForming(//int FrameLength,
short * restrict Fore,short * restrict Back,
short * restrict output,
short * restrict back_cardiod, // backward cardiod output
DSBD_Buffer * restrict DB);
int Init_DSBDB( DSBD_Buffer *DB, int Frame );
void Destroy_DSBDB( DSBD_Buffer *DB );
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -