HELLO EVERYONE
hope everyone is fine.need some help guys
anyone who has worked on TDOA. i have made the algorithm but i am implementing it on hardware now.can anybody plzzz help me
best regards

댓글 수: 5

Walter Roberson
Walter Roberson 2020년 10월 10일
ali hassan
ali hassan 2020년 10월 13일
thankyou so much sir for your kind reply
actually your help is quiet appreciated. actually i am still having some questions
Franz Keller
Franz Keller 2021년 2월 5일
편집: Franz Keller 2021년 2월 5일
Hello,
I have a slightly different problem.
When I use something for x_s y_s z_s, then that's my result in the plot. How can that be?
In my case I have 4 receivers and I know the time differences between them. I want to find the sound source.
Do I get the code wrong or how can I run it?
Thanks
Best Regards
ali hassan
ali hassan 2021년 2월 7일
i did'nt get your question. please be a bit brief.
even you have 4 receivers, the code is same. there should not be any problem.
best regards
Franz Keller
Franz Keller 2021년 2월 18일
I know the time differences and want to find the source.
How do I have to use the code?
best regards

댓글을 달려면 로그인하십시오.

 채택된 답변

Walter Roberson
Walter Roberson 2020년 10월 13일

0 개 추천

sir i want that my result should be displayed as
Change
possibleSol(1,1)
possibleSol(2,1)
possibleSol(3,1)
to
fprintf('Xs=%g\n', possibleSol(1,1));
fprintf('Ys=%g\n', possibleSol(2,1));
fprintf('Zs=%g\n', possibleSol(3,1));
and then i want to plot my receivers coordinates which is the array of x,y and z as circle
scatter3(x, y, z, 'o');
hold on
and the Xs,Ys and Zs as cross on a single 3D graph
scatter3(possibleSol(1,1), possibleSol(2,1), possibleSol(3,1), '+');
hold off
legend({'Receivers', 'Source'})

추가 답변 (1개)

Josefin Starkhammar
Josefin Starkhammar 2022년 5월 12일

0 개 추천

Where can I find a Matlab TDOA algorithm where I can just input my sensor positions and the time delays?!

카테고리

도움말 센터File Exchange에서 Graphics Performance에 대해 자세히 알아보기

태그

질문:

2020년 10월 10일

답변:

2022년 5월 12일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by