Conditional probability on a localization program.
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello,
As the title says, I want to know how I can calculate the P(IsThere|BeenThere).
I'll elaborate:
In this program I have, I sense the wi-fi signal and import it to matlab. With this, I made a fingerprinting plant with the location (X,Y, SignalOfAp1, signalOfAP2,...) and that map with fingerprinting is my reference map.
In the program, I am measuring the signal I receive and comparing it with the fingerprinting map I just mentioned to know where I'm localized in the map.
This is made calculating a probability using a gaussian distribution.
So, What i end up having is the probability of being In (Xcoordinate,Ycoordinate) and the probability of being in the (X,Y) of WHERE I WAS BEFORE.
P(Isthere /\ BeenThere)
so i know the P(IsThere|BeenThere) = --------------------------
P(BeenThere)
And I don't know how to calculate the: P(Isthere /\ BeenThere)
I'm sorry if i'm lacking some logic here and if you dont understand something, This is the best i could explain.
Thank you very much
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 WiFi에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!