Skip to content
Snippets Groups Projects
Commit 042116a7 authored by Merlo, Jason's avatar Merlo, Jason
Browse files

Added example for how to get range-doppler mat

parent 42936187
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,8 @@ class ApsTracker(object):
# Add new Detection objects to detections list
fft_mats = [self.receiver_array[0].fft_mat, self.receiver_array[1].fft_mat]
# loc is cylindrical (R, theta, Z), but Z is ignored by plot
R = np.random.rand() * 15
theta = np.random.rand() * np.pi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment