Skip to content
Discussion options

You must be logged in to vote

Hi @ogencoglu, your question actually reminds me of a recent paper I read, RayLoc: Wireless Indoor Localization via Fully Differentiable Ray-tracing, but also of a Master Thesis subject I am supervising, Wireless indoor source localization
as an inverse problem
, that uses DiffeRT to perform all the simulations.

To start, I suggest that you simplify the task a bit, by assuming a received power that decreases with respect to the inverse squared length of the path, and a single, constant reflection coefficient (in practice, it depends on the angle of reflection).

Here is the pseudocode:

scene = TriangleScene(receivers=..., mesh=...)


def power_at_rxs(tx_positions: Float[Array, "num_tx 3"], t…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
3 replies
@ogencoglu
Comment options

@jeertmans
Comment options

@jeertmans
Comment options

Answer selected by jeertmans
Comment options

You must be logged in to vote
2 replies
@jeertmans
Comment options

@ogencoglu
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants