simulating radar targets vibrating at a low frequency

조회 수: 4 (최근 30일)
darkhorse
darkhorse 2016년 2월 23일
댓글: anindya 2019년 3월 6일
Is it possible to simulate mechanically vibrating targets in order to perform micro-doppler signature processing? doesn't have to be complex motion (like jet engine blades) but something like a spherical target that periodically expands and contracts, say about 1% its mean volume?
  댓글 수: 1
miltan mishra
miltan mishra 2017년 3월 22일
me to having similar problem but in my case the rcs is not fluctating instead target is placed on a vibrating platform .how to define the position and veklocity of such platform

댓글을 달려면 로그인하십시오.

답변 (2개)

Honglei Chen
Honglei Chen 2016년 2월 25일
There is no existing solution for this in Phased Array System Toolbox, but if the purpose is to model a sphere, it can be done manually since the RCS of a sphere is simply given by pi*r^2 where r is the radius.
So in your code, you can consider a mean value of r and then define a period of the expansion/contraction. Then at each simulation step, you can compute the r based on the period and then use the resulting r to compute the RCS, which can be in turn used to compute the reflected signal.
Hope this helps
  댓글 수: 1
darkhorse
darkhorse 2016년 2월 26일
that sounds promising. I am new to phased array toolbox. Can you give me a code example of how I can modify RCS from one step to another?
I am assuming that I will have to create a radar target object like this:
htgt = phased.RadarTarget('Model','Nonfluctuating',... 'MeanRCS',0.5,'PropagationSpeed',physconst('LightSpeed'),... 'OperatingFrequency',4e9) and then I call step() funtion on htgt. How can I plug in a different RCS before calling step()?

댓글을 달려면 로그인하십시오.


pradeep sah
pradeep sah 2017년 3월 13일
i tried same considering a sinusoidally oscillating target whose velocity is as t=0:0.01:0.1; x=2*sin(10*t); splat = phased.Platform([0; 0; 0],[x; 0; 0]);

카테고리

Help CenterFile Exchange에서 Pulsed Waveforms에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by