Samraksh eMote .NOW
DetectionCalculation(UInt16[],UInt16[],Int32) Method



Radar data is given to the unwrap algorithm which looks for displacements above the threshold.
Syntax
'Declaration
 
Public Overloads Function DetectionCalculation( _
   ByVal bufferI() As UShort, _
   ByVal bufferQ() As UShort, _
   ByVal numBytes As Integer _
) As Boolean
'Usage
 
Dim instance As Algorithm.RadarDetection
Dim bufferI() As UShort
Dim bufferQ() As UShort
Dim numBytes As Integer
Dim value As Boolean
 
value = instance.DetectionCalculation(bufferI, bufferQ, numBytes)
public bool DetectionCalculation( 
   ushort[] bufferI,
   ushort[] bufferQ,
   int numBytes
)
public:
bool DetectionCalculation( 
   array<ushort>^ bufferI,
   array<ushort>^ bufferQ,
   int numBytes
) 

Parameters

bufferI
bufferQ
numBytes

Return Value

Returns true if a detection was found, false if no detection was found.
Requirements

Target Platforms: eMote .NOW

See Also

Reference

Algorithm.RadarDetection Class
Algorithm.RadarDetection Members
Overload List

Send Feedback