There is a lot of information that is lacking, so we'll have to make a few assumptions:
- That the room is not reflective to the frequencies that you're
using, it would be best that it be absorptive.
- That system be as simple as possible
- Update is on the order of a few 10's of Hz.
- there is power limitations in the amount of energy you can broadcast.
You want avoid doing much in the way of direct mixing and phase detection, but you could use interference quite easily. I lifted this picture from (physicsclassroom) which is all you really need to understand the idea.

There are various schemes that you could do, but here is one that will probably work:
Drive both doorway antennas from the same source, which has steady state carriers at 3 (or more ) fixed frequencies that are mixed together and driven to the antennae. Each of these frequencies being at a different wavelength will create different nodal patterns within the room. And because they exist simultaneously, they will lie over top of each other.
On the receiver side you need the matching number of receivers for each of the transmitted frequencies that return the envelope or strength of each frequency. But this can come from one antennae and once down mixed should be a close to DC term, so easily read by a Arduino or that ilk.
There many variants that can played around with. Changing the phase of the transmitted frequencies from one antennae to the other. You'll notice that the pattern below is symmetrical, so you won't be able to determine left from right, changing the phase will fix that, and that needs to only happen on one frequency, as a guess.
There will be a general trend of decreasing power, so distance away from door can be roughly determined, but that is sufficient to reduce the solution domain of searching on board the robot to a smaller area.
You can do dead reckoning, meaning you track your position from the door way and then use that to predict outwards what the radio patterns will be in the adjacent neighbourhood. If you keep it active then you won't have the left/right symmetry problem stated above.
Other ideas:
- chirping the transmitter waveform might be another way of having a dynamically changing pattern.
Caveats:
- reflective walls will cause all sorts of other bounces. This complicates the computation and may render it impossible. But a pre-mapping may be the solution there.