필터 지우기
필터 지우기

Beamforming with Platform rotation

조회 수: 1 (최근 30일)
Katia
Katia 2020년 3월 4일
Hello,
From the stripmap SAR example, I've adapted it for having instead:
- tilted Tx/Rx antennas,
- a Tx with predefined look angle,
- Rx with beam scanning in elevation for the receiving echoes.
I am having trouble verifying everything is pointing at the right direction. How to easily check for instance the direction of the steered beams with respect to the global coordinate system?
Below is a piece of the code:
axis = roty(alpha); % platform rotation
radarPlatform = phased.Platform('InitialPosition',[0;-200;h_sar],'Velocity', [0;speed;0],'InitialOrientationAxes',axis)
% Transmit
w = (steervecTx(fc,[0;lookAngle]));
[targetRange, targetAngle] = rangeangle(targetpos,radarpos,axis);
sig = radiator(sig,targetAngle,w);
% Receive
scanAngle = [0;scangrid(scanid)];
ws = steervecRx(fc,scanAngle);
subarrayData = collector(sig,targetAngle,ws,scanAngle);
Thanks in advance.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Transmitters and Receivers에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by