Skip to content

Is there a way to use priors for estimated parameters? #277

Answered by jeertmans
ogencoglu asked this question in Q&A
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: 1 comment 3 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
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