This is for a simulink model i am building to do an analysis for a real world problem. For each step the model takes, time is increased by 1 second, and object A will move by about 50m. For probability of detection by distance, I have a lognormal curve leading up to a certain distance means 100%...
The initial distance and time will vary based on many other factors. This should be a step that is passively watching the calculated distance with each time-step. At each step, it should sample from a probability curve that is based on distance. As in, at step 1, the distance is 100km and there...
Here are the basics - I've got a model with a computed distance between 2 objects. The likelihood that object A will detect object B is a probability dependent on distance (and its a cumulative lognormal curve).
I want to include a probability function based on that computed distance. So that...