Clear Filters
Clear Filters

The radial velocity of the target in a radar system

18 views (last 30 days)
Hi, I was given a radar system as shown below:
We know that the radar is at [0, 0], the target is at [50, 35] and its velocity vector (v) is [-6, 2] m/s. Now I was asked to calculate the radial velociy . I don't quite get it as I don't know the angle of v and .
Could you please give me some suggestions? Thanks!

Answers (1)

Sai Kiran
Sai Kiran on 18 Oct 2022
Hi,
I understand that you want to calculate the velocity of the target in the direction of .
This can be achieved by the dot product of the unit vector = (-50i -35j)/ and the = -6i + 2j.
The dot product is given by ((-50i - 35j)/).(-6i + 2j)
Magnitude of = 3.768 m/s.
Direction of = (-50i - 35j)/.

Categories

Find more on Environment and Clutter in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!