Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

User:Crecasens

509 bytes removed, 15:48, 23 July 2013
no edit summary
The next picture is a graph obtained making use of "Speed/Range" feature of the web radar application demo. It was obtained placing the radar on on a tripod close to a road on one side, with the radar oriented on a 15 to 30 meters field of view, as shown on below pictures:
[[Image:SPEED-RANGE-C_NEWsC NEWs.jpg]]    
It can be clearly seen how radar tracks the target from 13 to 31 meters (linear green points) and how the target is slightly increasing the speed from 54 to 56Kmph.<br>
In the next picture several targets were detected in different time intervals:
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [[Image:SPEED-RANGE_multitarget-1.jpg]]<br>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Real measurements of 4 vehicles tracked in range (orange points) and speed (blue points)
The modulation used to make this measurement was:
-T 5000 -l 80 -r<br>  -r&nbsp; ===&gt; it means we want to make consecutive measurements without limitation<br>  x 3000 -T 5000 ===&gt; we apply a modulation sweep time of 5ms  X 75000 -l 80 ===&gt; this is the signal level threshold. If the radar detects a signal over this level it will start making measurements until level returns below this threshold, when the radar will stop taking measurements. Each time it detects a signal over this threshold it will present the results. This parameter is very important in order we obtain only desired signals and not noise that would provide unreadable results.  There is not a fixed rule to obtain this threshold value because it depends on a lot of things, mainly of the modulation applied, the environment and the type of measurement, so the best is to make first some trials to adjust this value on an empirical way until the system works properly in your specific application and you obtain readable results.
You have to put this modulation parameters on the command block of the "Real Time" window and press enter. <br>
<br>  '''<u>If you want to make faster measurements there is a second procedure to follow:</u>'''  open the console and execute these instructions:  ./radar_init.sh  ./radar -r -T 5000 -x 3000 -X 75000 -l 80 -H  <br>  radar.init ===&gt; it is necessary only sets the first modulation sweep time in order to initialise parameters of the radar application demo.  -H ===&gt; this parameter opens a socket in order the web server application can go faster reading results of the measurements. 5ms
-x 3000 ===&gt; this is a limitation on the processing range, in order to avoid false measurements due to close objects, closer than 3m.<br>
-X 75000 ===&gt; the same as before but applying for far objects, beyond 75m.
<br> -l 80 ===&gt; this is the signal level threshold. If the radar detects a signal over this level it will start making measurements until level returns below this threshold, when the radar will stop taking measurements. Each time it detects a signal over this threshold it will present the results. This parameter is very important in order we obtain only desired signals and not noise that would provide unreadable results.
ThenThere is not a fixed rule to obtain this threshold value because it depends on a lot of things, mainly of the modulation applied, you must open the socket environment and the type of measurement, so the best is to make first some trials to adjust this value on an empirical way until the web server by prompting this address:<br> system works properly in your specific application and you obtain readable results.
http://192You have to put this modulation parameters on the command block of the "Parameters" window and press enter.168.2.232:8000/realtime.html
<br>
Now the radar is ready to make faster measurements and get more than one measurement per vehicle.
<br>
Note that <u>'''an important thing to consider in this kind of measurements is the correct orientation of the radar'''</u>. This is something you also must empirically optimise for your specific application.
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [[Image:SPEED-RANGE_multitarget-2.jpg]] <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Measurements obtained orienting the radar to get a wider range, up to 60m<br>
646
edits