Receiver Position Not Updated in Radar Example?

28 visualizzazioni (ultimi 30 giorni)
black cat
black cat il 7 Nov 2025 alle 19:28
Modificato: black cat il 7 Nov 2025 alle 22:04
I am working through this example on passively sensing radar:
But I'm confused about how the txPulseTrain is received by the collector. It appears that they are injested by the collector at a single angle, rather than at changing angles over time:
[~, tgtAng] = rangeangle(radarPos,rwrPos);
yr = collector(txPulseTrain,tgtAng);
This may be an okay approximation, but it seems like a more accurate approach is to model the receiver at each timestep, in the loop within helperRWR.simulateTransmission.
Also, in the above code, the rwrPos variable above is equal to its original value when the pulses were emitted, not when they were collected, which seems like an oversight?
Please let me know if I'm missing something with both of these issues. Thank you for putting together the example!

Risposte (0)

Categorie

Scopri di più su Radar and EW Systems in Help Center e File Exchange

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by