catherine-qian/cocosda-SSL

Inquiries about the label

Opened this issue · 1 comments

Hi.
A great job you have done!
I have one question about your work though: how do you calculate your doa likelihood label? Would you please update this code also in this repository please?
Thanks in advance!
Best
Yue

thanks for your interest in our work.

I use Matlab to create the doa likelihood label, please find below the code:
Gtemp = gaussmf(-179:180,[8 0]);
circshift(Gtemp,180+GTdoa) % GTdoa indicates the real DoA e.g., 65

You can debug it to see what happens