Bistatic radar example not working for rectangular arrays
Mostrar comentarios más antiguos
The functoin "transmit()" of the bistaticTransmitter crashes when the transmitter is using a rectangular array (or, in general, any non ULA antenna) due to the function accessing the number of elements of the array as "obj.TransmitAntenna.Sensor.NumElements" instead of calculating the number of elements from the size property of the array.
Respuesta aceptada
Más respuestas (1)
Adarsh
el 9 de Abr. de 2026 a las 20:05
0 votos
As per my understanding you are facing an error related to a missing field "NumElements" while running "transmit()" function of the "bistaticTransmitter". This looks like a bug.
After going through the file "bistaticTransmitter.m" I have found that the "obj.TransmitAntenna.Sensor" object contains a "getNumElements" method, after using this to get the output instead of "NumElements" property I was able to resolve the error temporarily.
Alternatively, you can try installing the latest update of MATLAB to check if its resolved in the release.
I hope this helps!
1 comentario
Sergi Aliaga
el 9 de Abr. de 2026 a las 20:18
Categorías
Más información sobre Transmitters and Receivers en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!