Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is linear array? #1

Open
ghost opened this issue Dec 4, 2019 · 4 comments
Open

Is linear array? #1

ghost opened this issue Dec 4, 2019 · 4 comments

Comments

@ghost
Copy link

ghost commented Dec 4, 2019

No description provided.

@ZhangZhaofeng
Copy link

作者使用了一个圆阵,TDOA在计算时假设麦克风和中心点为由两个麦克风组成的线性阵列,那么TDOA的计算模型就可以简化为计算信号到达中心点的时间差。于是用下列方式计算这个时间差。
(self.mic_diameter / 2) * np.cos(np.deg2rad(look_direction) - np.deg2rad(mic_angle) / self.sound_speed
同时计算6个麦克风的时间差,即可得到6个目标麦克风的TDOA。

@wrz1999
Copy link

wrz1999 commented Jun 5, 2023

MIC_DIAMETER是麦克风的半径还是直径

@ZhangZhaofeng
Copy link

MIC_DIAMETER是麦克风的半径还是直径

是直径。计算的时候要除以2。

@hk0901
Copy link

hk0901 commented Aug 4, 2023

是不是还需要考虑仰角呢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants