TDOA localization on MATLAB

35 次查看(过去 30 天)
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 个评论
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
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
Where can I find a Matlab TDOA algorithm where I can just input my sensor positions and the time delays?!

类别

Help CenterFile Exchange 中查找有关 Data Preparation Basics 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by