- #1
RadioEng
- 38
- 0
I am simulating a trilateration process that does not require accurate timings to be transmitted as data. The trilateration process uses a known power density, at the transmission source, to within a fine tolerance. Thus, the following equation is the basis for the calculation:
Power Density (Source) = PDs
Power Density (Receiver) = PDr
Power Density Loss = PDl
Loss Per Meter = lpm
PDs - PDr = PDl
PDl / lpm = Distance
I know that additional real-time factors can be considered such, as atmospheric conditions, that may effect the variable lpm and introduce a compound error to the final distance calculation. Thus, I need to create a function ( f(lpm) ) and understand all factors that need to be considered to provide an accurate result.
So, my question is two-fold, what considerations must be made for f(lpm) and what would be your estimate of accuracy? Of course, I would ask that you leave any engineering points to one-side for the moment.
Power Density (Source) = PDs
Power Density (Receiver) = PDr
Power Density Loss = PDl
Loss Per Meter = lpm
PDs - PDr = PDl
PDl / lpm = Distance
I know that additional real-time factors can be considered such, as atmospheric conditions, that may effect the variable lpm and introduce a compound error to the final distance calculation. Thus, I need to create a function ( f(lpm) ) and understand all factors that need to be considered to provide an accurate result.
So, my question is two-fold, what considerations must be made for f(lpm) and what would be your estimate of accuracy? Of course, I would ask that you leave any engineering points to one-side for the moment.