Other Parts Discussed in Thread: AWR1443
Hello guys,
I am working on the Vital Sign Project. I know from the Demo Visualizer that the awr1443 board I'm currently using have only 1 out of 3 TX antennas enabled, while the number of enabled RX antennas are 4.
However, in one of the C code header file (data_path.h "line 85"), it also commented that "//The current vital signs demo only uses from a single RX channel. This variable specifies the RX-channel to use for processing."
So I'm wondering whether all of the RX antennas are enabled or not. If not, how come the result shown after I ran the Out of box Demo Visualizer is "Transmit antennas:1" and "Receive antennas: 4".
Also, if only one antenna is enabled for both TX and RX antenna, how can I enable other TX and RX antennas?
I am trying to narrow the focus of the beam and increase the angular resolution of the antenna. If I'm not wrong, I think for the EVM I'm using, it has a maximum field of view of 90 degrees, which is obtained from the equation "arcsine(waveLength over 2 times the distance between the RX antennas)". Since the said distance variable for my board is half the wavelength, the result of the arcsine is 90 degrees.
this field view is too wide for my application. As I cannot change the distance or the wavelength, I believe to narrow the beam and increase the angular resolution, I need to enable all the available RX antennas plus both of the TX-azimuth antennas. I tried to dig into to the C code and header files for the EVM, but it's kind of too much for me for the moment.
Thank you guys for your patience (pardon my "not-so-techie lingo") and help.
Zhengguo Sun