Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

What can I do with IGEP RADAR LAMBDA

34 bytes added, 12:13, 1 February 2013
no edit summary
 
==== Example 1: ==== You want to capture 5 consecutive measurement results into a file named measure5.txt. then you must prompt the next command line:
./radar -m 5 &gt;measure5.txt<br>NOTE: Remember you must be in the "radar" directory and you must execute "radar_init.sh" at least once before start doing measurements.
<br>
==== Example 2: ==== You want to capture 20 consecutive measurement results into a file named measure20.txt. In addition you want to use a modulation sweep time of 1,15ms and you also want to generate a file of the ADC captured data for each measurement. Then, in this case, you must prompt the next command line:
./radar -T 1150 -m 20 -w &gt;measure20.txt<br><br>
<br>
==== Example 3: ==== You want to capture 7 consecutive measurement results into a file named measure7.txt. In addition you want to use a modulation sweep time of 0,9ms and you also want to generate a file of the ADC captured data for each measurement. In order to identify your measurements you want to name them 12345. Then, in this case, you must prompt the next command line:
./radar -T 900 -D 12345 -m 7 -w &gt;measure7.txt<br><br>
646
edits